]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 [osf3*, osf4*, osf5*]: Tru64 *can* build modules
authorTim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
Sun, 5 Aug 2001 11:33:30 +0000 (11:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 5 Aug 2001 11:33:30 +0000 (11:33 +0000)
without a `lib' prefix to the module name.

ChangeLog
libtool.m4

index 1f13d56181146b74ba85209b10aaf98d0ac11f6c..dcbd32c7324f1f386aeb1e657a0309f6539ac3af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-05  Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
+
+       * libtool.m4 [osf3*, osf4*, osf5*]: Tru64 *can* build modules
+       without a `lib' prefix to the module name.
+
 2001-08-05  Gary V. Vuaghan  <gary@gnu.org>
 
        From Guido Draheim <Guido.Draheim@tek.com>:
index 3e8566b9f4a55a6ca206a999f60d9c1144df3bfb..c08aa40b8e0e6d68234bde14858ce58b6fd814b4 100644 (file)
@@ -1316,6 +1316,7 @@ os2*)
 
 osf3* | osf4* | osf5*)
   version_type=osf
+  need_lib_prefix=no
   need_version=no
   soname_spec='${libname}${release}.so'
   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'