aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@in.tum.de>2010-06-18 14:21:51 +0000
committerMatthias Wachs <wachs@in.tum.de>2010-06-18 14:21:51 +0000
commit284d8b5048581edeb6751d0aa205c55b180ae664 (patch)
tree169a806372088179e5373b9d93c2fdf0cc771bb1 /configure.ac
parent72d5ebb6e8e036916764ebf9c16a98884e3183c8 (diff)
downloadlibextractor-284d8b5048581edeb6751d0aa205c55b180ae664.tar.gz
libextractor-284d8b5048581edeb6751d0aa205c55b180ae664.zip
found autoconfig 2.65 for mingw
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 dcec349..192a838 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# Process this file with autoconf to produce a configure script. 1# Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.56) 2AC_PREREQ(2.61)
3AC_INIT([libextractor], [0.6.2], [bug-libextractor@gnu.org]) 3AC_INIT([libextractor], [0.6.2], [bug-libextractor@gnu.org])
4AM_INIT_AUTOMAKE([libextractor], [0.6.2]) 4AM_INIT_AUTOMAKE([libextractor], [0.6.2])
5AC_CONFIG_HEADERS([config.h]) 5AC_CONFIG_HEADERS([config.h])