]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
authorAkim Demaille <akim@epita.fr>
Thu, 22 May 2003 08:24:04 +0000 (08:24 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 22 May 2003 08:24:04 +0000 (08:24 +0000)
' t' as 't ' so that Emacs' whitespace.el keep it.
Reported by Jim Meyering.

ChangeLog
lib/autoconf/functions.m4

index e0c5361a84bb2380d50f4c384015f2da1f592fc5..cab1cc24cd7e919148b0cfd8bc2b56277c2bb8bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-22  Akim Demaille  <akim@epita.fr>
+
+       * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Restore smashed
+       ' \t' as '\t ' so that Emacs' whitespace.el keep it.
+       Reported by Jim Meyering.
+
 2003-05-22  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi: Replace AC_HELP_STRING AS_HELP_STRING.
index e407b34e9aff2712b3f56cc473ef1d55e3d51aa0..ae82e6a9bcaac31f8b375c4a46a7ab6c9847df3b 100644 (file)
@@ -744,7 +744,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;']`
 ])