From: Gary V. Vaughan Date: Fri, 6 Feb 2004 14:03:52 +0000 (+0000) Subject: * Makefile.am: Comment typo. X-Git-Tag: release-1-9b~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3968c1f2479e9ecfdbc630575eb758265b6410f2;p=thirdparty%2Flibtool.git * Makefile.am: Comment typo. --- diff --git a/ChangeLog b/ChangeLog index 22b89a02b..0c31f3889 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-02-06 Gary V. Vaughan + * Makefile.am: Comment typo. + * m4/libtool.m4 (LT_PREREQ): Declare the minimum release number that is required for the calling code. * doc/libtool.texi (AC_PROG_LIBTOOL): Document it. diff --git a/Makefile.am b/Makefile.am index 788a2f7aa..30fbd7824 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ CLEANFILES = libtool libtoolize ltmain.shT # executable by hand dist_pkgdata_DATA = config/config.guess config/config.sub config/ltmain.sh -# Me maintain our own macros to provent problems with ancient definitions. +# We maintain our own macros to provent problems with ancient definitions. # lt~obsolete.m4 doesn't belong here, it's for bootstrapping us only pkgmacrodir = $(pkgdatadir)/m4 pkgmacro_DATA = m4/libtool.m4 m4/ltdl.m4 m4/ltsugar.m4