From ebda76d2bd4964252723e5844739ea1ef7ec9885 Mon Sep 17 00:00:00 2001 From: "Edward M. Lee" Date: Fri, 30 Mar 2001 22:47:23 +0000 Subject: [PATCH] * libtoolize.in: change recommendation from AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. --- ChangeLog | 3 +++ libtoolize.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad5b083fd..561e5df93 100644 --- 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 * libtool.m4 (save_CPPFLAGS): Fix typo. diff --git a/libtoolize.in b/libtoolize.in index e5716adf1..446e0970e 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -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 -- 2.47.3