--- README.dist Wed Dec 13 18:53:45 2000 +++ README Wed Jan 23 16:50:17 2002 @@ -19,7 +19,7 @@ Shared library support has been implemented for these platforms: AIX 3.x, 4.x (*-*-aix3*, *-*-aix4*) BeOS (*-*-beos*) - BSD/OS 2.1, 3.x, 4.x (*-*-bsdi2.1, *-*-bsdi3*, *-*-bsdi4*) + BSD/OS 4.0 and higher, (*-*-bsdiN* where N >= 4) Digital/UNIX 3.x, 4.x, a.k.a. OSF/1 (*-*-osf3*, *-*-osf4*) DG/UX R4.11, R4.12, R4.20 (*-*-dguxR411*, *-*-dguxR412*, *-*-dguxR420*) FreeBSD 2.x, 3.x, 4.x (*-*-freebsd2*, *-*-freebsd3*, *-*-freebsd4*) --- ChangeLog.dist Mon Sep 10 20:33:37 2001 +++ ChangeLog Wed Jan 23 16:56:52 2002 @@ -1,3 +1,10 @@ +2002-01-22 Steven M. Schultz + + * libtool.m4 updated to handle BSD/OS 5.x and future versions. Set + need_lib_prefix to no. + * README and ChangeLog updated to reflect the correct BSD/OS versions + supported + 2001-09-11 Gary V. Vaughan GNU libtool 1.4.2 was released. --- libtool.m4.dist Mon Sep 10 20:16:01 2001 +++ libtool.m4 Tue Jan 22 09:44:05 2002 @@ -1999,9 +1999,15 @@ shlibpath_var=LIBRARY_PATH ;; -bsdi4*) +# Versions of BSD/OS prior to 4.0 did not have real dynamic linking +bsdi1*|bsdi2*|bsdi3*) + dynamic_linker=no + ;; + +bsdi*) version_type=linux need_version=no + need_lib_prefix=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' soname_spec='${libname}${release}.so$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' @@ -3298,7 +3304,7 @@ lt_cv_deplibs_check_method=pass_all ;; -bsdi4*) +bsdi*) 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