From: Alexandre Oliva Date: Wed, 20 Jan 1999 19:30:13 +0000 (+0000) Subject: * THANKS: Added Steven Schultz X-Git-Tag: ild-branchpoint~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fbb1535e61c9e50f856058215669994229c005d;p=thirdparty%2Flibtool.git * THANKS: Added Steven Schultz 1999-01-20 Steven M. Schultz * ltconfig.in (bsdi4*, check_shared_deplibs_method): file_magic (bsdi4*, sys_lib_search_path): add /shlib and other dirs --- diff --git a/ChangeLog b/ChangeLog index d897f6db7..98e5a0f41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-01-20 Alexandre Oliva + + * THANKS: Added Steven Schultz + +1999-01-20 Steven M. Schultz + + * ltconfig.in (bsdi4*, check_shared_deplibs_method): file_magic + (bsdi4*, sys_lib_search_path): add /shlib and other dirs + 1999-01-20 Alexandre Oliva * cdemo/main.c (main): use K&R definition syntax diff --git a/THANKS b/THANKS index 620aeebb7..302e509d7 100644 --- a/THANKS +++ b/THANKS @@ -35,6 +35,7 @@ Raffaele Sena Ron O'Hara Sebastian Wilhelmi Stephan Kulow +Steven M. Schultz Thomas Esser Todd Vierling Tom Tromey diff --git a/ltconfig.in b/ltconfig.in index cb270bc00..99c8299d8 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1650,6 +1650,8 @@ bsdi4*) soname_spec='${libname}.so' finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH + check_shared_deplibs_method='file_magic ELF 32-bit LSB shared object' + sys_lib_search_path="/shlib /usr/lib /usr/local/lib `echo $LD_LIBRARY_PATH | sed -e 's/:/ /g'`" ;; cygwin32* | mingw32*)