diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-18 12:32:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-18 12:32:46 +0000 |
commit | c8e6082065887653dbe3303b39976285e41c4b05 (patch) | |
tree | d22c749b0dc22affc821a55b6b3f771d6150c523 | |
parent | 8ac00d52cee0b6322f36cf42c62c658a5151579c (diff) | |
download | coreutils-c8e6082065887653dbe3303b39976285e41c4b05.tar.xz |
.
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index de2262201..f72987fc0 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -3073,7 +3073,7 @@ if test $ac_cv_func_getloadavg_setgid = yes; then # If we got an error (system does not support symlinks), try without -L. test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` ac_cv_group_kmem=`echo $ac_ls_output \ - | sed -ne ['s/[ ][ ]*/ /g; + | sed -ne ['s/[ ][ ]*/ /g; s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; / /s/.* //;p;']` ]) @@ -8185,7 +8185,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 |