diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2009-08-30 Bruno Haible <bruno@clisp.org> + + * configure.ac (AC_PREREQ): Require at least autoconf 2.59. + 2009-08-15 Bruno Haible <bruno@clisp.org> Stop using gnulib module 'strdup'. 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]) |