mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Require Autoconf 2.57.
This commit is contained in:
parent
e75d817c09
commit
9922737a81
@ -1,3 +1,7 @@
|
|||||||
|
2003-11-04 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* configure.in: Require Autoconf 2.57.
|
||||||
|
|
||||||
2003-11-04 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-11-04 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* aclocal.m4: Ditto.
|
* aclocal.m4: Ditto.
|
||||||
|
@ -30,7 +30,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_INIT([src/version.c])
|
AC_INIT([src/version.c])
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.57)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
AH_BOTTOM([
|
AH_BOTTOM([
|
||||||
|
Loading…
Reference in New Issue
Block a user