This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
configure.in cleanup
- To: egcs-patches at egcs dot cygnus dot com
- Subject: configure.in cleanup
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Date: Tue, 29 Jun 1999 20:29:46 +0200 (MET DST)
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)