X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fconfig.libpath;h=a6a190be431d515cc44e06e729975d20b6aa23ac;hb=2deade2cbed79097299a2a6bfb9b3b0c9c119014;hp=965e94bf15784135c5a1abdcebfd344e7dc32b1f;hpb=80c3d2b050dae9e9bd3bb1dc4c1c1f1617082da1;p=gnulib.git diff --git a/build-aux/config.libpath b/build-aux/config.libpath index 965e94bf1..a6a190be4 100755 --- a/build-aux/config.libpath +++ b/build-aux/config.libpath @@ -2,23 +2,22 @@ # 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-2010 Free Software Foundation, Inc. # Taken from GNU libtool, 2003 # Originally by Gordon Matzigkeit , 1996 # -# This program is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -43,7 +42,7 @@ case $host_os in aix3*) shlibpath_var=LIBPATH ;; - aix4* | aix5*) + aix[4-9]*) if test "$host_cpu" = ia64; then # AIX 5 supports IA64 shlibpath_var=LD_LIBRARY_PATH @@ -57,7 +56,7 @@ case $host_os in bsdi[45]*) shlibpath_var=LD_LIBRARY_PATH ;; - cygwin* | mingw* | pw32*) + cygwin* | mingw* | pw32* | cegcc*) # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; @@ -67,9 +66,6 @@ case $host_os in dgux*) shlibpath_var=LD_LIBRARY_PATH ;; - kfreebsd*-gnu) - shlibpath_var=LD_LIBRARY_PATH - ;; freebsd1*) ;; freebsd* | dragonfly*) @@ -84,7 +80,7 @@ case $host_os in *) shlibpath_var=SHLIB_PATH ;; esac ;; - interix3*) + interix[3-9]*) shlibpath_var=LD_LIBRARY_PATH ;; irix5* | irix6* | nonstopux*) @@ -105,10 +101,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 +122,8 @@ case $host_os in osf3* | osf4* | osf5*) shlibpath_var=LD_LIBRARY_PATH ;; + rdos*) + ;; solaris*) shlibpath_var=LD_LIBRARY_PATH ;;