From: Bruno Haible Date: Sun, 30 Aug 2009 15:13:31 +0000 (+0200) Subject: Require autoconf >= 2.59. X-Git-Tag: v0.18~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b8c115cc89cf5365c8c89b909c7e0e8cfce3fb;p=thirdparty%2Fgettext.git Require autoconf >= 2.59. --- diff --git a/ChangeLog b/ChangeLog index 78ebd4587..929bf8963 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-30 Bruno Haible + + * configure.ac (AC_PREREQ): Require at least autoconf 2.59. + 2009-08-15 Bruno Haible Stop using gnulib module 'strdup'. diff --git a/configure.ac b/configure.ac index c872a522e..cd16f6fb3 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl along with this program. If not, see . 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])