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@xxxxxxxxxx> --- configure.ac | 5 +++-- 1 file 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@xxxxxxxxxxxxxxx]) 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 -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html