/[libtool]/libtool/ltmain.in
ViewVC logotype

Diff of /libtool/ltmain.in

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

revision 1.334.2.106 by pogma, Sun Nov 27 15:18:03 2005 UTC revision 1.334.2.107 by rwild, Mon Nov 28 12:41:41 2005 UTC
# Line 4303  EOF Line 4303  EOF
4303          fi          fi
4304          case $host in          case $host in
4305          *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)          *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
4306            testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`            testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
4307            case :$dllsearchpath: in            case :$dllsearchpath: in
4308            *":$libdir:"*) ;;            *":$libdir:"*) ;;
4309            *) dllsearchpath="$dllsearchpath:$libdir";;            *) dllsearchpath="$dllsearchpath:$libdir";;
# Line 4941  check_executable(const char * path) Line 4941  check_executable(const char * path)
4941  {  {
4942    struct stat st;    struct stat st;
4943    
4944    DEBUG("(check_executable)  : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!"    DEBUG("(check_executable)  : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!");
 );  
4945    if ((!path) || (!*path))    if ((!path) || (!*path))
4946      return 0;      return 0;
4947    
# Line 4975  find_executable (const char* wrapper) Line 4974  find_executable (const char* wrapper)
4974    int tmp_len;    int tmp_len;
4975    char* concat_name;    char* concat_name;
4976    
4977    DEBUG("(find_executable)  : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") :    DEBUG("(find_executable)  : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
  "NULL!");  
4978    
4979    if ((wrapper == NULL) || (*wrapper == '\0'))    if ((wrapper == NULL) || (*wrapper == '\0'))
4980      return NULL;      return NULL;

Legend:
Removed from v.1.334.2.106  
changed lines
  Added in v.1.334.2.107

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