gcc/configure needs whitespace fixup

Rainer Orth ro@TechFak.Uni-Bielefeld.DE
Thu Dec 17 13:05:00 GMT 1998


In egcs-19981206's gcc/configure --help output, the entry for
--with-fast-fixincludes isn't aligned correctly:

  --disable-haifa         don't use the experimental scheduler for the
                          targets which normally enable it.
  --with-fast-fixincludes    use a faster fixinclude program (experimental)
  --enable-init-priority  use attributes to assign initialization order
                          for static objects.

The following trivial patch to gcc/configure.in fixes this:

Thu Dec 17 21:49:01 1998  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

	* configure.in (--with-fast-fixincludes): Fixup whitespace.

--- configure.in	1998/12/04 00:32:32	1.1
+++ configure.in	1998/12/17 21:01:15
@@ -215,7 +215,7 @@
 #
 # This is a work in progress...
 AC_ARG_WITH(fast-fixincludes,
-[  --with-fast-fixincludes    use a faster fixinclude program (experimental)],
+[  --with-fast-fixincludes use a faster fixinclude program (experimental)],
 fast_fixinc="$with_fast_fixincludes",
 fast_fixinc=no)
 
-----------------------------------------------------------------------------
Rainer Orth, Technical Faculty, University of Bielefeld

Internet: ro@TechFak.Uni-Bielefeld.DE




More information about the Gcc-patches mailing list