summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac13
2 files changed, 9 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 979d77b..4ab3fb5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,6 +16,6 @@ PKG_NAME=udev-extras
(cd $srcdir;
autoreconf --install --symlink &&
autoreconf &&
- ./configure --enable-maintainer-mode $@
+ ./configure $@
)
diff --git a/configure.ac b/configure.ac
index bbf2eb7..d7f67d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,11 @@
-AC_PREREQ(2.52)
-
-AC_INIT(udev-extras, 0.1, dcbw@redhat.com, udev-extras)
-AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar])
-AM_MAINTAINER_MODE
+AC_INIT([udev-extras],
+ [136],
+ [linux-hotplug@vger.kernel.org])
+AC_PREREQ(2.60)
+AM_INIT_AUTOMAKE([check-news foreign 1.9 subdir-objects dist-bzip2])
+AC_GNU_SOURCE
+AC_DISABLE_STATIC
+AC_SYS_LARGEFILE
AC_CONFIG_HEADERS(config.h)