1
1

Increase requirement for autoconf to 2.58 to include support for the

AC_PROG_FC macro.  Unfortunately, this means that you probably have to
build autoconf yourself, as no one really ships with AC 2.58

This commit was SVN r124.
Этот коммит содержится в:
Brian Barrett 2004-01-08 18:52:21 +00:00
родитель 77f8f6642c
Коммит 7cc01b502e

Просмотреть файл

@ -19,7 +19,7 @@ lam_libtoolize_search="libtoolize glibtoolize"
lam_automake_search="automake" lam_automake_search="automake"
lam_automake_version="1.6" lam_automake_version="1.6"
lam_autoconf_version="2.57" lam_autoconf_version="2.58"
lam_libtool_version="1.5" lam_libtool_version="1.5"
@ -184,9 +184,9 @@ This may be caused by an older version of one of the required
packages. Please make sure you are using at least the following packages. Please make sure you are using at least the following
versions: versions:
GNU Autoconf 2.57 GNU Autoconf $lam_autoconf_version
GNU Automake 1.7.8 GNU Automake $lam_automake_version
GNU Libtool 1.5 GNU Libtool $lam_libtool_version
EOF EOF
exit 1 exit 1