/[libtool]/libtool/ltdl.m4
ViewVC logotype

Diff of /libtool/ltdl.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by gary, Wed Aug 1 06:50:16 2001 UTC revision 1.30 by gary, Sun Aug 5 12:20:45 2001 UTC
# Line 182  AC_CACHE_CHECK([for the default library Line 182  AC_CACHE_CHECK([for the default library
182    [libltdl_cv_sys_search_path],    [libltdl_cv_sys_search_path],
183    [libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec"])    [libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec"])
184  if test -n "$libltdl_cv_sys_search_path"; then  if test -n "$libltdl_cv_sys_search_path"; then
   case "$host" in  
   *-*-mingw*) pathsep=";" ;;  
   *) pathsep=":" ;;  
   esac  
185    sys_search_path=    sys_search_path=
186    for dir in $libltdl_cv_sys_search_path; do    for dir in $libltdl_cv_sys_search_path; do
187      if test -z "$sys_search_path"; then      if test -z "$sys_search_path"; then
188        sys_search_path="$dir"        sys_search_path="$dir"
189      else      else
190        sys_search_path="$sys_search_path$pathsep$dir"        sys_search_path="$sys_search_path$ac_path_separator$dir"
191      fi      fi
192    done    done
193    AC_DEFINE_UNQUOTED(LTDL_SYSSEARCHPATH, "$sys_search_path",    AC_DEFINE_UNQUOTED(LTDL_SYSSEARCHPATH, "$sys_search_path",

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26