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]
Other format: [Raw text]

trivial configure.ac patch (committed)


I suspect the quote needed escaping in earlier versions of Autoconf.
Tested and committed as obvious.

2004-08-20  Ben Elliston  <bje@au.ibm.com>

	* configure.ac: Don't escape apostrophe in --enable-coverage help.
	* configure: Regenerate.

Index: configure.ac
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.ac,v
retrieving revision 2.55
diff -u -p -r2.55 configure.ac
--- configure.ac        20 Aug 2004 10:20:03 -0000      2.55
+++ configure.ac        20 Aug 2004 12:22:23 -0000
@@ -531,7 +531,7 @@ fi
 # Enable code coverage collection
 AC_ARG_ENABLE(coverage,
 [  --enable-coverage[=LEVEL]
-                         enable compiler\'s code coverage collection.
+                         enable compiler's code coverage collection.
                          Use to measure compiler performance and locate
                          unused parts of the compiler. With LEVEL, specify
                          optimization. Values are opt, noopt,


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