From d2d5d5498c0cffa307679afd0504110d99e1340a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 27 Jun 2007 22:59:42 +0000 Subject: Upgrade to libtool-1.5.24. --- build-aux/config.libpath | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'build-aux/config.libpath') diff --git a/build-aux/config.libpath b/build-aux/config.libpath index 965e94bf15..4dbcff7b77 100755 --- a/build-aux/config.libpath +++ b/build-aux/config.libpath @@ -2,7 +2,7 @@ # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable at run time. # -# Copyright 1996-2005 Free Software Foundation, Inc. +# Copyright 1996-2007 Free Software Foundation, Inc. # Taken from GNU libtool, 2003 # Originally by Gordon Matzigkeit , 1996 # @@ -67,9 +67,6 @@ case $host_os in dgux*) shlibpath_var=LD_LIBRARY_PATH ;; - kfreebsd*-gnu) - shlibpath_var=LD_LIBRARY_PATH - ;; freebsd1*) ;; freebsd* | dragonfly*) @@ -84,7 +81,7 @@ case $host_os in *) shlibpath_var=SHLIB_PATH ;; esac ;; - interix3*) + interix[3-9]*) shlibpath_var=LD_LIBRARY_PATH ;; irix5* | irix6* | nonstopux*) @@ -105,10 +102,7 @@ case $host_os in ;; linux*oldld* | linux*aout* | linux*coff*) ;; - linux*) - shlibpath_var=LD_LIBRARY_PATH - ;; - knetbsd*-gnu) + linux* | k*bsd*-gnu) shlibpath_var=LD_LIBRARY_PATH ;; netbsd*) @@ -129,6 +123,8 @@ case $host_os in osf3* | osf4* | osf5*) shlibpath_var=LD_LIBRARY_PATH ;; + rdos*) + ;; solaris*) shlibpath_var=LD_LIBRARY_PATH ;; -- cgit v1.2.1