' t' as 't ' so that Emacs' whitespace.el keep it.
Reported by Jim Meyering.
+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.
# 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;']`
])