]> sjero.net Git - wget/commitdiff
[svn] Require Autoconf 2.59.
authorhniksic <devnull@localhost>
Wed, 29 Jun 2005 00:13:45 +0000 (17:13 -0700)
committerhniksic <devnull@localhost>
Wed, 29 Jun 2005 00:13:45 +0000 (17:13 -0700)
ChangeLog
configure.in

index 6e2669c3966676b6efa1c026ecd2e9dc320520f8..a9001f6fda82c1e6f41f8e1bdcaffc2ef70e2fbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Require Autoconf 2.59.
+
 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Check for drand48.
index af3c9e1164bc4ede8456947681e113818ab3e921..1efe8c790a0cdd566cda67c3913e4482d93d1124 100644 (file)
@@ -30,7 +30,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl
 
 AC_INIT([src/version.c])
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
 
 dnl Include the M4 macros we use.
 builtin(include, [m4/wget.m4])dnl