From: Scott James Remnant Date: Thu, 12 Feb 2004 18:41:26 +0000 (+0000) Subject: * ltmain.in: Fix typo: macro's -> macros. X-Git-Tag: release-1-9b~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb398417ae3ef12716f9d000370a8eae1d8a8d51;p=thirdparty%2Flibtool.git * ltmain.in: Fix typo: macro's -> macros. --- diff --git a/ChangeLog b/ChangeLog index dffb7583a..bc28ec4c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-12 Scott James Remnant + + * ltmain.in: Fix typo: macro's -> macros. + 2004-02-12 Scott James Remnant * ltmain.in: Correct definition of basename sed expression to diff --git a/ltmain.in b/ltmain.in index a3b56e4aa..495044d8e 100644 --- a/ltmain.in +++ b/ltmain.in @@ -89,14 +89,14 @@ if test "$package_revision" != "$macro_revision"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this AC_PROG_LIBTOOL comes from an older release. -$progname: You should recreate aclocal.m4 with macro's from $PACKAGE $VERSION +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this AC_PROG_LIBTOOL comes from $PACKAGE $macro_version. -$progname: You should recreate aclocal.m4 with macro's from $PACKAGE $VERSION +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi @@ -105,7 +105,7 @@ _LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition used by this AC_PROG_LIBTOOL comes from revision $progname: $macro_revision. -$progname: You should recreate aclocal.m4 with macro's from revision $package_revision +$progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi @@ -122,14 +122,14 @@ if test "$package_revision" != "$macro_revision"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this AC_PROG_LIBTOOL comes from an older release. -$progname: You should recreate aclocal.m4 with macro's from $PACKAGE $VERSION +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this AC_PROG_LIBTOOL comes from $PACKAGE $macro_version. -$progname: You should recreate aclocal.m4 with macro's from $PACKAGE $VERSION +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi @@ -138,7 +138,7 @@ _LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition used by this AC_PROG_LIBTOOL comes from revision $progname: $macro_revision. -$progname: You should recreate aclocal.m4 with macro's from revision $package_revision +$progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi