aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-08 16:30:01 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-08 16:30:01 +0000
commita62d5549a400a96302775ebddbdf5f5b172599f8 (patch)
tree6f9bdedc65f183eba09573343f23dc7b39d278af
parent2d04cab5887474714c43ff39516e85ebf1a2fcce (diff)
downloadlibextractor-a62d5549a400a96302775ebddbdf5f5b172599f8.tar.gz
libextractor-a62d5549a400a96302775ebddbdf5f5b172599f8.zip
-LRN: enable slient rules
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 345e6b7..d230c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
1# Process this file with autoconf to produce a configure script. 1# Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.61) 2AC_PREREQ(2.61)
3AC_INIT([libextractor], [0.6.3], [bug-libextractor@gnu.org]) 3AC_INIT([libextractor], [0.6.3], [bug-libextractor@gnu.org])
4AM_INIT_AUTOMAKE([libextractor], [0.6.3]) 4AM_INIT_AUTOMAKE([silent-rules])
5AC_CONFIG_HEADERS([config.h]) 5AC_CONFIG_HEADERS([config.h])
6AH_TOP([#define _GNU_SOURCE 1]) 6AH_TOP([#define _GNU_SOURCE 1])
7 7