aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-22 18:08:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-22 18:08:14 +0000
commit087e16a11cdcf93655867fdc4ce2ca55f5312d17 (patch)
treeecba2543c00880eca3a41c5ce7e4561fe7d7acaf /configure.ac
parenta9e915336c764b534e3c67e386451d3f3c3ef4fe (diff)
downloadlibextractor-087e16a11cdcf93655867fdc4ce2ca55f5312d17.tar.gz
libextractor-087e16a11cdcf93655867fdc4ce2ca55f5312d17.zip
-po update from disting, version bumping
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 770ea29..6fa944b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
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], [1.2], [bug-libextractor@gnu.org]) 3AC_INIT([libextractor], [1.3], [bug-libextractor@gnu.org])
4AC_CONFIG_HEADERS([config.h]) 4AC_CONFIG_HEADERS([config.h])
5AC_CONFIG_MACRO_DIR([m4]) 5AC_CONFIG_MACRO_DIR([m4])
6AH_TOP([#define _GNU_SOURCE 1]) 6AH_TOP([#define _GNU_SOURCE 1])