mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* libtoolize.in: change recommendation from AM_PROG_LIBTOOL to
AC_PROG_LIBTOOL.
This commit is contained in:
parent
b6d9a7ea10
commit
ebda76d2bd
@ -3,6 +3,9 @@
|
||||
* libtoolize.in: Check configure.ac and prefer configure.ac to
|
||||
configure.in.
|
||||
|
||||
* libtoolize.in: change recommendation from AM_PROG_LIBTOOL to
|
||||
AC_PROG_LIBTOOL.
|
||||
|
||||
2001-03-16 Albert Chin <china@thewrittenword.com>
|
||||
|
||||
* libtool.m4 (save_CPPFLAGS): Fix typo.
|
||||
|
@ -191,11 +191,11 @@ fi
|
||||
if test -z "$automake"; then
|
||||
if egrep '^A[MC]_PROG_LIBTOOL' $configure_ac >/dev/null 2>&1; then :
|
||||
else
|
||||
echo "Remember to add \`AM_PROG_LIBTOOL' to \`$configure_ac'."
|
||||
echo "Remember to add \`AC_PROG_LIBTOOL' to \`$configure_ac'."
|
||||
fi
|
||||
|
||||
if egrep '^AC_PROG_RANLIB' $configure_ac >/dev/null 2>&1; then
|
||||
echo "Using \`AC_PROG_RANLIB' is rendered obsolete by \`AM_PROG_LIBTOOL'"
|
||||
echo "Using \`AC_PROG_RANLIB' is rendered obsolete by \`AC_PROG_LIBTOOL'"
|
||||
fi
|
||||
|
||||
if grep 'generated automatically by aclocal' aclocal.m4 >/dev/null 2>&1; then
|
||||
|
Loading…
Reference in New Issue
Block a user