]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorGordon Matzigkeit <gord@gnu.org>
Sat, 8 Nov 1997 15:21:09 +0000 (15:21 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Sat, 8 Nov 1997 15:21:09 +0000 (15:21 +0000)
ChangeLog
NEWS
ltconfig.in

index cf139f9b6229f36c71d603bd87165697bb7a2cf9..666b8470b65f227e46145516c3862f2fa9b20aa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov  8 08:11:26 1997  Gordon Matzigkeit  <gord@gnu.org>
+
+       * 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  <gord@gnu.org>
 
        * libtool.m4 (LD): Add a more sophisticated test to determine the
diff --git a/NEWS b/NEWS
index 443032087d1556558a4618531cbf05413fa21c07..d19901d1428b52a0660d33eb96e4cbdd5b4e5b7a 100644 (file)
--- 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.
index 62b1ecd981d6a1d8cfc89bc57f5d02710cde6671..f69774ded63743132a0959b003466fc5501c6801 100755 (executable)
@@ -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.