]> 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:47:23 +0000 (22:47 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 30 Mar 2001 22:47:23 +0000 (22:47 +0000)
AC_PROG_LIBTOOL.

ChangeLog
libtoolize.in

index ad5b083fd655821dcf84b9750f8e7dd7e8ccf3f5..561e5df9391ec562057a1aab39cc6c8fabc3daca 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-16  Albert Chin  <china@thewrittenword.com>
 
        * libtool.m4 (save_CPPFLAGS): Fix typo.
index e5716adf1eb3d45070df8e5765359afb19e4690a..446e0970ec04cf65b222caaf4e33f9f4c1c74946 100644 (file)
@@ -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