This is the mail archive of the gcc-cvs@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]

r113608 - in /branches/csl/coldfire-4_1: Change...


Author: nathan
Date: Sun May  7 21:12:05 2006
New Revision: 113608

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113608
Log:
	* configure.in (TOPLEVEL_CONFIGURE_ARGS): Protect args with active
	characters.
	(baseargs): Simplify protection, use ac_arg temp name, correct $
	to $$ conversion.
	* configure: Rebuilt.

	* configure.in: Do not mangle arguments like "--with-foo=A B C" when
	storing in baseargs.
	* configure: Regenerated.
	* gcc/configure.ac: Add --with-versuffix and --with-bugurl.
	* gcc/version.c (VERSUFFIX): Remove.
	(bug_report_url): Do not hard-code initializer.
	* gcc/Makefile.in (VERSUFFIX_s): Define.
	(BUGURL_s): Likewise.
	(version.o): Define VERSUFFIX and BUGURL.
	* gcc/doc/install.texi: Document them.
	* gcc/configure: Regenerated.

Modified:
    branches/csl/coldfire-4_1/ChangeLog.csl
    branches/csl/coldfire-4_1/configure
    branches/csl/coldfire-4_1/configure.in
    branches/csl/coldfire-4_1/gcc/Makefile.in
    branches/csl/coldfire-4_1/gcc/configure
    branches/csl/coldfire-4_1/gcc/configure.ac
    branches/csl/coldfire-4_1/gcc/doc/install.texi
    branches/csl/coldfire-4_1/gcc/version.c


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