chiark / gitweb /
build: remove autopoint check
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 8 Aug 2008 20:38:46 +0000 (22:38 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 8 Aug 2008 20:38:46 +0000 (22:38 +0200)
autogen.sh
configure.ac

index b01012eb2efd9d9a98bc30d43dbf913ba457028a..43c763bf2fd074bce6f04fa702eda8575a6585dc 100755 (executable)
@@ -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 || {
        echo
        echo "You must have autoconf installed to generate the build system."
 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
        echo
        echo "You must have autoconf installed to generate the build system."
index 0ec8e204e3b03406eed6dd06ed55ac94048301a4..8d5228ff910eb7b36ac6cc7b14692fc636afbb5a 100644 (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_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
 AM_INIT_AUTOMAKE([check-news foreign -Wall 1.9 dist-bzip2])
 AC_GNU_SOURCE
 AC_DISABLE_STATIC