]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: another DJGPP fix
authorThomas Tanner <tanner@gmx.de>
Wed, 7 Apr 1999 11:00:46 +0000 (11:00 +0000)
committerThomas Tanner <tanner@gmx.de>
Wed, 7 Apr 1999 11:00:46 +0000 (11:00 +0000)
ChangeLog
libtool.m4

index ff4e9ea1df1891da93079ef0d1b8c470582d3f1c..b3a44f188b586ad06567f96fd6e97601bb52a18f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-07 Thomas Tanner  <tanner@gmx.de>
+
+       * libtool.m4: another DJGPP fix
+
 1999-04-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * doc/PLATFORMS: Updated to 1.3 for all platforms I've got.  I'll
index a69acb7f0c178ada5c13bad4dda1f34619ed8371..a9bf276ef4df655ebb436f9062f7b5248755ac98 100644 (file)
@@ -322,7 +322,7 @@ AC_CACHE_VAL(ac_cv_path_NM,
   # Let the user override the test.
   ac_cv_path_NM="$NM"
 else
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/nm; then