1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

build: remove autopoint check

This commit is contained in:
Kay Sievers 2008-08-08 22:38:46 +02:00
parent 6b8c150e12
commit 72a157b9ad
2 changed files with 4 additions and 11 deletions

View File

@ -1,11 +1,5 @@
#!/bin/sh -e #!/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 || { (autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo echo
echo "You must have autoconf installed to generate the build system." echo "You must have autoconf installed to generate the build system."

View File

@ -1,9 +1,8 @@
AC_INIT(udev, AC_INIT([udev],
126, [126],
kay.sievers@vrfy.org) [kay.sievers@vrfy.org])
AC_PREREQ(2.60) 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]) AM_INIT_AUTOMAKE([check-news foreign -Wall 1.9 dist-bzip2])
AC_GNU_SOURCE AC_GNU_SOURCE
AC_DISABLE_STATIC AC_DISABLE_STATIC