This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

configure.in cleanup


I noticed that the --disable-fast-fixincludes explanation in
gcc/configure.in isn't properly aligned and uses capitals where all other
similar explanations don't.

	Rainer


Tue Jun 29 18:45:06 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

	* configure.in: Align --disable-fast-fixincludes explanation,
	don't capitalize.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure.in,v
retrieving revision 1.246.4.8
diff -u -p -r1.246.4.8 configure.in
--- configure.in	1999/06/14 02:59:13	1.246.4.8
+++ configure.in	1999/06/29 18:26:44
@@ -226,8 +226,8 @@ fi)
 # Disable fast fixincludes
 AC_ARG_ENABLE(fast-fixincludes,
 [  --disable-fast-fixincludes
-                         Disable the new fast fixincludes.
-                         Run the old fixincludes script unconditionally],
+                          disable the new fast fixincludes.
+                          run the old fixincludes script unconditionally],
 if test x$enable_fast_fixincludes = xno ; then
   cp $srcdir/fixincludes ./fixinc.sh
 fi)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]