commit a62d5549a400a96302775ebddbdf5f5b172599f8
parent 2d04cab5887474714c43ff39516e85ebf1a2fcce
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 8 May 2012 16:30:01 +0000
-LRN: enable slient rules
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([libextractor], [0.6.3], [bug-libextractor@gnu.org])
-AM_INIT_AUTOMAKE([libextractor], [0.6.3])
+AM_INIT_AUTOMAKE([silent-rules])
AC_CONFIG_HEADERS([config.h])
AH_TOP([#define _GNU_SOURCE 1])