X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-aux%2Fconfig.libpath;h=a6a190be431d515cc44e06e729975d20b6aa23ac;hb=bfbd822767f532ab05e24bda5b67b992f3562321;hp=2f3aa2b0e30dec7ab4f16ab287855878c1e2802e;hpb=9b863cbe091485e27568961d23bde16e0ff7dbdb;p=gnulib.git diff --git a/build-aux/config.libpath b/build-aux/config.libpath index 2f3aa2b0e..a6a190be4 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-2010 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 ;;