From: Jim Meyering Date: Mon, 26 May 2003 19:30:10 +0000 (+0000) Subject: (AM_PATH_PROG_WITH_TEST): Use TAB-SP, not SP-TAB when setting IFS. X-Git-Tag: v5.0.1~445 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7d70fd68c59f0cacd76708c2fe53d8df0a47385f;p=thirdparty%2Fcoreutils.git (AM_PATH_PROG_WITH_TEST): Use TAB-SP, not SP-TAB when setting IFS. --- diff --git a/m4/progtest.m4 b/m4/progtest.m4 index 443c8e3063..74c08088de 100644 --- a/m4/progtest.m4 +++ b/m4/progtest.m4 @@ -1,5 +1,5 @@ -# progtest.m4 serial 2 (gettext-0.10.40) -dnl Copyright (C) 1996-2002 Free Software Foundation, Inc. +# progtest.m4 serial 3 +dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -32,7 +32,7 @@ AC_CACHE_VAL(ac_cv_path_$1, ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in ifelse([$5], , $PATH, [$5]); do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then