X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fconfig.libpath;h=5294b290ccc1f63fce5cabf2f38db5033fec51e0;hb=4bf2b800b24ba0b0cfd069b8ec7ac173714c734d;hp=2f3aa2b0e30dec7ab4f16ab287855878c1e2802e;hpb=9b863cbe091485e27568961d23bde16e0ff7dbdb;p=gnulib.git diff --git a/build-aux/config.libpath b/build-aux/config.libpath index 2f3aa2b0e..5294b290c 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-2008 Free Software Foundation, Inc. +# Copyright 1996-2011 Free Software Foundation, Inc. # Taken from GNU libtool, 2003 # Originally by Gordon Matzigkeit , 1996 # @@ -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 ;; @@ -66,8 +66,6 @@ case $host_os in dgux*) shlibpath_var=LD_LIBRARY_PATH ;; - freebsd1*) - ;; freebsd* | dragonfly*) shlibpath_var=LD_LIBRARY_PATH ;;