]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in: change recommendation from AM_PROG_LIBTOOL to
authorEdward M. Lee <tailbert@yahoo.com>
Fri, 30 Mar 2001 22:40:58 +0000 (22:40 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 30 Mar 2001 22:40:58 +0000 (22:40 +0000)
AC_PROG_LIBTOOL.

ChangeLog
libtoolize.in

index 49313f6d5b438f3faac0f463be3a469d07773fb8..99708362291ea535b9ac7d7df8df40a3a98f769f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-22  Laurynas Biveinis  <lauras@softhome.net>
 
        * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
index 9be955dc506ade0872c96d26b33df845a8909076..18fa0937a29b88cbe1b46460514d8052c87403d1 100644 (file)
@@ -201,11 +201,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