summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-30 17:13:31 +0200
committerBruno Haible <bruno@clisp.org>2009-08-30 17:13:31 +0200
commit30b8c115cc89cf5365c8c89b909c7e0e8cfce3fb (patch)
treefbaf1ef35d3f4d41f47840e8873239e365fe4247 /configure.ac
parent4ee2f5bb105065a422a859c28c84fbbeafc76c5d (diff)
downloadexternal_gettext-30b8c115cc89cf5365c8c89b909c7e0e8cfce3fb.zip
external_gettext-30b8c115cc89cf5365c8c89b909c7e0e8cfce3fb.tar.gz
external_gettext-30b8c115cc89cf5365c8c89b909c7e0e8cfce3fb.tar.bz2
Require autoconf >= 2.59.
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 c872a52..cd16f6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.57])
+AC_PREREQ([2.59])
AC_INIT
AC_CONFIG_SRCDIR([gettext-tools/src/msgfmt.c])
AC_CONFIG_AUX_DIR([build-aux])