From: Jim Meyering Date: Sun, 20 Nov 2005 18:52:15 +0000 (+0000) Subject: Remove spurious space-before-TAB. X-Git-Tag: v6.0~1293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2895948e98b3607d36f6a10966d1f009717fbac;p=thirdparty%2Fcoreutils.git Remove spurious space-before-TAB. --- diff --git a/m4/c.m4 b/m4/c.m4 index 34a1547a7a..0983224709 100644 --- a/m4/c.m4 +++ b/m4/c.m4 @@ -61,7 +61,7 @@ char **argv;]], [[return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];]], dnl Don't try gcc -ansi; that turns off useful extensions and dnl breaks some systems' header files. -dnl AIX circa 2003 -qlanglvl=extc89 +dnl AIX circa 2003 -qlanglvl=extc89 dnl old AIX -qlanglvl=ansi dnl Ultrix, OSF/1, Tru64 -std dnl HP-UX 10.20 and later -Ae