]> git.ipfire.org Git - thirdparty/gcc.git/commit
(top level)
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 11 Mar 2004 05:01:17 +0000 (05:01 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Thu, 11 Mar 2004 05:01:17 +0000 (05:01 +0000)
commite4c9c07571387e0d377858d4ee578cece464bba6
tree5754cfb1e4fb54f59bd27aff97cdfe79c44ce77f
parente46e9f822e035f84349a34ae4dce020c98c30da5
(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.

From-SVN: r79299
ChangeLog
config/ChangeLog
config/acx.m4
configure.in
gcc/ChangeLog
gcc/aclocal.m4
gcc/ada/ChangeLog
gcc/ada/config-lang.in
gcc/configure.ac