compiler on a Tru64 machine.
+2000-12-16 Aneesh Kumar K.V <kvaneesh@hotmail.com>
+
+ * libtool.m4 (OSF/1): Change the way to pass linker flags through
+ compiler on a Tru64 machine.
+
2000-12-16 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (sys_lib_search_path_spec): Use test instead of
`['.
(archive_cmds): And another one.
-
+
* libtool.m4 (darwin*): Fixed a pair of stupid typos I made in the
last patch.
osf3* | osf4* | osf5*)
# All OSF/1 code is PIC.
- lt_cv_prog_cc_wl='-Wl,'
+ lt_cv_prog_cc_wl='-WL,'
lt_cv_prog_cc_static='-non_shared'
;;