aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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