[Bug ada/14131] [3.5 Regression] Toplevel configure tries to build libada even if gnat is not available

cvs-commit at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Mar 11 05:01:00 GMT 2004


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-11 05:01 -------
Subject: Bug 14131

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2004-03-11 05:01:17

Modified files:
	.              : ChangeLog configure.in 
	config         : ChangeLog acx.m4 
	gcc            : ChangeLog aclocal.m4 configure.ac 
	gcc/ada        : ChangeLog config-lang.in 

Log message:
	(top level)
	2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
	
	PR ada/14131
	Move language detection to the top level.
	* configure.in: Find default values for the tools as
	soon as possible.  Disable ada if GNAT is not found.
	Emit error message about missing languages.  Expand
	--enable-languages=all for the gcc subdirectory.
	
	(config)
	2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
	
	PR ada/14131
	Move language detection to the top level.
	* acx.m4 (ACX_PROG_GNAT): New macro, moved here
	from the gcc subdirectory.
	(gcc)
	2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
	
	PR ada/14131
	Move language detection to the top level.
	* configure.ac: Remove code to detect languages,
	it now lives exclusively in the top level.
	* aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the
	top level, renamed to ACX_PROG_GNAT.
	
	(gcc/ada)
	2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
	
	PR ada/14131
	Move language detection to the top level.
	* config-lang.in: Build by default.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.884&r2=1.885
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.271&r2=1.272
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/ChangeLog.diff?cvsroot=gcc&r1=1.44&r2=1.45
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/acx.m4.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3126&r2=2.3127
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/aclocal.m4.diff?cvsroot=gcc&r1=1.88&r2=1.89
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&r1=2.22&r2=2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.457&r2=1.458
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/config-lang.in.diff?cvsroot=gcc&r1=1.11&r2=1.12



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14131



More information about the Gcc-bugs mailing list