aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-10-19 01:49:07 -0400
committerJeff Mahoney <jeffm@suse.com>2012-10-30 17:50:55 -0400
commit0964757ec7c7a5b72c0a25eaef8c501a6c04371e (patch)
treeb266a3e1db2ce18afca97ae5e3fde944003f97b4
parentd0cf6adf13710c2eafad295b92718531daf020ab (diff)
downloadreiserfsprogs-0964757ec7c7a5b72c0a25eaef8c501a6c04371e.tar.gz
configure: update automake invocation
This converts away from the old/deprecated AM_INIT_AUTOMAKE method. Also enable the nice silent build by default. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Jeff Mahoney <jeffm@suse.com>
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 54b2271..3822163 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(version.h)
+AC_INIT([reiserfsprogs], [3.6.22], [reiserfs-devel@vger.kernel.org])
AC_CANONICAL_HOST
AC_PREREQ(2.50)
AH_TEMPLATE([HAVE_LIBUUID], [Define for enable libuuid using.])
AH_TEMPLATE([ENABLE_DEBUG], [Define for enable debug info.])
-AM_INIT_AUTOMAKE(reiserfsprogs, 3.6.22)
+AM_INIT_AUTOMAKE([1.11.1 dist-xz silent-rules])
+AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE
dnl We install in /sbin, the utils are to be available on boot