summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh6
-rw-r--r--configure.ac9
2 files changed, 4 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh
index b01012eb2e..43c763bf2f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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."
diff --git a/configure.ac b/configure.ac
index 0ec8e204e3..8d5228ff91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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