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
(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."

View File

@ -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