From: James E Wilson Date: Wed, 10 Nov 2004 10:07:56 +0000 (+0000) Subject: * Makefile.am: config/ltmain.sh is generated by config/ltmain.m4sh. X-Git-Tag: release-2-1b~866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806ec5d7dccba8eed61fa0afb33652a2436bf0fd;p=thirdparty%2Flibtool.git * Makefile.am: config/ltmain.sh is generated by config/ltmain.m4sh. --- diff --git a/ChangeLog b/ChangeLog index 1fc97a738..753e2c5f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-10 James E Wilson , + Ralf Wildenhues + + * Makefile.am: config/ltmain.sh is generated by config/ltmain.m4sh. + 2004-11-09 Ralf Wildenhues * doc/libtool.texi (Compile mode, Link mode, diff --git a/Makefile.am b/Makefile.am index 9652d0b6a..fa480c49d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,11 @@ ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ## +## As a special exception to the GNU Lesser General Public License, +## if you distribute this file as part of a program or library that +## is built using GNU libtool, you may include it under the same +## distribution terms that you use for the rest of that program. +## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -126,7 +131,7 @@ $(top_srcdir)/config/ltmain.sh: $(sh_files) config/ltmain.m4sh configure.ac \ cd $(top_srcdir); \ rm -f config/ltmain.in config/ltmain.tmp config/ltmain.sh; \ $(M4SH) -B ./config config/ltmain.m4sh > config/ltmain.in; \ - input="ltmain.in"; \ + input="ltmain.m4sh"; \ $(edit) -e "s,@TIMESTAMP\@,$$TIMESTAMP,g" \ -e "s,@package_revision\@,$$1,g" \ config/ltmain.in > config/ltmain.tmp; \