summaryrefslogtreecommitdiff
path: root/libtoolize.in
diff options
context:
space:
mode:
authorEdward M. Lee <tailbert@yahoo.com>2001-03-30 22:47:23 +0000
committerGary V. Vaughan <gary@gnu.org>2001-03-30 22:47:23 +0000
commitebda76d2bd4964252723e5844739ea1ef7ec9885 (patch)
treecefdf66339790c101785b1d9aa779bcf2841df82 /libtoolize.in
parentb6d9a7ea10817b6830e19291ae6ba8b61adff52b (diff)
downloadlibtool-ebda76d2bd4964252723e5844739ea1ef7ec9885.tar.gz
* libtoolize.in: change recommendation from AM_PROG_LIBTOOL to
AC_PROG_LIBTOOL.
Diffstat (limited to 'libtoolize.in')
-rw-r--r--libtoolize.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtoolize.in b/libtoolize.in
index e5716adf..446e0970 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