* 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-22 Laurynas Biveinis <lauras@softhome.net>
* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
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