summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-26 19:29:28 +0000
committerJim Meyering <jim@meyering.net>2003-05-26 19:29:28 +0000
commite58732121458f9e5c8dbf622ef275292a7446e57 (patch)
tree73f6cf6b917f89c6027b13310e5156347a2e2cb2
parent364c12825ccdf4a9f80ac9bf2ab43d39af950f91 (diff)
downloadcoreutils-e58732121458f9e5c8dbf622ef275292a7446e57.tar.xz
(AC_LIB_PROG_LD_GNU): Use TAB-SP, not SP-TAB when setting IFS.
-rw-r--r--m4/lib-ld.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4
index ddb573234..1532a2959 100644
--- a/m4/lib-ld.m4
+++ b/m4/lib-ld.m4
@@ -1,5 +1,5 @@
-# lib-ld.m4 serial 1 (gettext-0.11)
-dnl Copyright (C) 1996-2002 Free Software Foundation, Inc.
+# lib-ld.m4 serial 2
+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
@@ -67,7 +67,7 @@ else
fi
AC_CACHE_VAL(acl_cv_path_LD,
[if test -z "$LD"; then
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then