aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-12-08 12:42:52 +0000
committerWerner Koch <[email protected]>2003-12-08 12:42:52 +0000
commit700ed9d3fcda2c5eee11ec0dd932a2325447c4cc (patch)
treebf26fe936feed45e022a2977becf115ffd8f926b /configure.ac
parentWe better keep all these standard diles in the CVS. (diff)
downloadlibgpg-error-700ed9d3fcda2c5eee11ec0dd932a2325447c4cc.tar.gz
libgpg-error-700ed9d3fcda2c5eee11ec0dd932a2325447c4cc.zip
* autogen.sh: New.
* Makefile.am (EXTRA_DIST): Added autogen.sh.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d310d0c..eb10502 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
# (Process this file with autoconf to produce a configure script.)
+AC_PREREQ(2.57)
+
# Version number: Remember to change it immediately *after* a release.
AC_INIT(libgpg-error, 0.7, [email protected])
@@ -47,7 +49,7 @@ AC_PROG_AWK
# Checks for libraries.
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.11.5)
+AM_GNU_GETTEXT_VERSION(0.12.1)
# Checks for header files.
AC_HEADER_STDC