From: Gordon Matzigkeit Date: Sat, 8 Nov 1997 15:21:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-1-0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f1c934789b2c764d60f6167c64e679e35100a3;p=thirdparty%2Flibtool.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index cf139f9b6..666b8470b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 8 08:11:26 1997 Gordon Matzigkeit + + * ltconfig.in: Don't forget to redirect the COLLECT_NAMES libtool + script fragment to the generated libtool, rather than to stdout. + Fri Nov 7 11:31:22 1997 Gordon Matzigkeit * libtool.m4 (LD): Add a more sophisticated test to determine the diff --git a/NEWS b/NEWS index 443032087..d19901d14 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ New in 1.0f: * Maybe use `_libs' as a temporary libtool directory instead of `.libs' in order to cope with MS-DOS filenames. * New `-all-static' flag to prevent any dynamic linking. The regular - `-static' flag just prevents dynamic linking of libtool libraries. + `-static' flag now just prevents dynamic linking of libtool libraries. * The `-rpath' flag can be used to hardcode absolute directories when linking executables using libtool. * Suppress duplicate compiler output during `compile' mode. diff --git a/ltconfig.in b/ltconfig.in index 62b1ecd98..f69774ded 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1373,7 +1373,7 @@ EOF case "$host_os" in aix*) - cat <<\EOF + cat <<\EOF >> $ofile # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke.