From: Gary V. Vaughan Date: Thu, 5 Apr 2001 23:16:16 +0000 (+0000) Subject: From Edward Lee X-Git-Tag: release-1-4~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb10b1f7d44f5b2386e2c7570524f93019a49297;p=thirdparty%2Flibtool.git From Edward Lee * libtool.m4: Typos. --- diff --git a/ChangeLog b/ChangeLog index 21affb583..648ca4d24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-05 Gary V. Vaughan + From Edward Lee + * libtool.m4: Typos. + * tests/Makefile.am (TESTS): Delete references to depdemo-dups.test. * tests/depdemo-dups.test: Removed, as part of the patch reversion below. diff --git a/libtool.m4 b/libtool.m4 index baed6d067..920a54a83 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1,4 +1,4 @@ -## libtool.m4 - Configure libtool for the host system. -*-Shell-script-*- +# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*- ## Copyright 1996, 1997, 1998, 1999, 2000, 2001 ## Free Software Foundation, Inc. ## Originally by Gordon Matzigkeit , 1996 @@ -1243,7 +1243,7 @@ EOF test -f $output_objdir/impgen.exe || (cd $output_objdir && \ if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \ else $CC -o impgen impgen.c ; fi)~ - $output_objdir/impgen $dir/$soroot1 > $output_objdir/$soname-def' + $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'