mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-24 23:41:01 +07:00
build: remove autopoint check
This commit is contained in:
parent
6b8c150e12
commit
72a157b9ad
@ -1,11 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
(autopoint --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "You must have autopoint installed to generate the build system.."
|
||||
echo
|
||||
exit 1
|
||||
}
|
||||
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "You must have autoconf installed to generate the build system."
|
||||
|
@ -1,9 +1,8 @@
|
||||
AC_INIT(udev,
|
||||
126,
|
||||
kay.sievers@vrfy.org)
|
||||
|
||||
AC_INIT([udev],
|
||||
[126],
|
||||
[kay.sievers@vrfy.org])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR(udev/udevd.c)
|
||||
AC_CONFIG_SRCDIR([udev/udevd.c])
|
||||
AM_INIT_AUTOMAKE([check-news foreign -Wall 1.9 dist-bzip2])
|
||||
AC_GNU_SOURCE
|
||||
AC_DISABLE_STATIC
|
||||
|
Loading…
Reference in New Issue
Block a user