[svn] Require Autoconf 2.59.

This commit is contained in:
hniksic 2005-06-28 17:13:45 -07:00
parent f9d2d0e175
commit f86c13a950
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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