X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fconfig.libpath;h=c073caa06c0165d5248c3218745b7012a69f2aa9;hb=0f4a0409cb0fa10631b9fe2241a2c8083f37daf5;hp=b1bc8880079bde8bef96dce867f523f7dc84e882;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/build-aux/config.libpath b/build-aux/config.libpath index b1bc88800..c073caa06 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-2007 Free Software Foundation, Inc. +# Copyright 1996-2008 Free Software Foundation, Inc. # Taken from GNU libtool, 2003 # Originally by Gordon Matzigkeit , 1996 # @@ -42,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 @@ -56,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 ;;