]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Treat bsdi5* like bsdi4*.
authorJoe Orton <joe@manyfish.co.uk>
Fri, 23 Jul 2004 14:28:21 +0000 (14:28 +0000)
committerPeter O'Gorman <peter@pogma.com>
Fri, 23 Jul 2004 14:28:21 +0000 (14:28 +0000)
ChangeLog
libtool.m4

index 9542e82f1cb1bdadc73fda635582720e711a10b3..916f334f02cf43d8608b29324770769b903a14ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-22  Joe Orton  <joe@manyfish.co.uk>
+
+       * libtool.m4: Treat bsdi5* like bsdi4*. 
+
 2004-07-08  Peter O'Gorman  <peter@pogma.com>
 
        * libtool.m4 [darwin](AC_PROG_LD_RELOAD_FLAG): Use $CC -nostdlib -r
index a6b0aab87300fd4356951c11cedb58252e93ba7b..81fee942f7ed7271c05765770cabbe022e0da4a1 100644 (file)
@@ -1182,7 +1182,7 @@ beos*)
   shlibpath_var=LIBRARY_PATH
   ;;
 
-bsdi4*)
+bsdi[[45]]*)
   version_type=linux
   need_version=no
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -2119,7 +2119,7 @@ beos*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-bsdi4*)
+bsdi[[45]]*)
   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
   lt_cv_file_magic_cmd='/usr/bin/file -L'
   lt_cv_file_magic_test_file=/shlib/libc.so
@@ -5351,7 +5351,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
       ;;
 
-    bsdi4*)
+    bsdi[[45]]*)
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
       ;;