]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Fix typo: macro's -> macros.
authorScott James Remnant <scott@netsplit.com>
Thu, 12 Feb 2004 18:41:26 +0000 (18:41 +0000)
committerScott James Remnant <scott@netsplit.com>
Thu, 12 Feb 2004 18:41:26 +0000 (18:41 +0000)
ChangeLog
ltmain.in

index dffb7583adb17407c5e7ceac3b3dc78b596467a8..bc28ec4c7c243d17c59b2ed233f4363a2797405b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-12  Scott James Remnant  <scott@netsplit.com>
+
+       * ltmain.in: Fix typo: macro's -> macros.
+
 2004-02-12  Scott James Remnant  <scott@netsplit.com>
 
        * ltmain.in: Correct definition of basename sed expression to
index a3b56e4aae0187695c8db5e1932cf925790189e6..495044d8e23f6fcc819b188009c13b99895b98cb 100644 (file)
--- 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