+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
* 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.
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.