From: hniksic Date: Wed, 29 Jun 2005 00:13:45 +0000 (-0700) Subject: [svn] Require Autoconf 2.59. X-Git-Tag: v1.13~853 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=f86c13a950f9cfc9f29671fb686cd56b0f5f8136;hp=f9d2d0e175062ccee1e4e668c095042a6cd55501 [svn] Require Autoconf 2.59. --- diff --git a/ChangeLog b/ChangeLog index 6e2669c3..a9001f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-29 Hrvoje Niksic + + * configure.in: Require Autoconf 2.59. + 2005-06-29 Hrvoje Niksic * configure.in: Check for drand48. diff --git a/configure.in b/configure.in index af3c9e11..1efe8c79 100644 --- a/configure.in +++ b/configure.in @@ -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