From: Thomas Tanner Date: Wed, 7 Apr 1999 11:00:46 +0000 (+0000) Subject: * libtool.m4: another DJGPP fix X-Git-Tag: release-1-3~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad83b17ae483c4159b378ba0cf566c82dc99482f;p=thirdparty%2Flibtool.git * libtool.m4: another DJGPP fix --- diff --git a/ChangeLog b/ChangeLog index ff4e9ea1d..b3a44f188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-07 Thomas Tanner + + * libtool.m4: another DJGPP fix + 1999-04-07 Alexandre Oliva * doc/PLATFORMS: Updated to 1.3 for all platforms I've got. I'll diff --git a/libtool.m4 b/libtool.m4 index a69acb7f0..a9bf276ef 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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