aclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.
authorKelley Cook <kcook@gcc.gnu.org>
Wed, 22 Sep 2004 11:21:21 +0000 (11:21 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Wed, 22 Sep 2004 11:21:21 +0000 (11:21 +0000)
commit3b620440d3041539ea0150599073d829cea2982d
tree84a0524e4466f8b47ca5606f7664d553cfa89887
parent3543e114c6226e545f9bb30cec4f448e8f20ff4f
aclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.

gcc/
2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>

* aclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.
* configure.ac: Call AM_PROG_CC_C_O instead of AC_PROG_CC_C_O.
Create build and doc directories along with the language directories.
Don't create doc directory separately.
* configure: Regenerate.
* Makefile.in: Create all object and executables files built
with the build compiler in a build/ directory.
(genobjnames): Add missing build objects.
(STAGESTUFF): Don't stage the gen* programs.
(ggc-none.o): Define dependencies for the target compiler.
(build-print-rtl.o): Rename to build/print-rtl.o.
(build-errors.o): Rename to build/errors.o.
(build-varray.o): Rename to build/varray.o.
(maintainerclean): Delete the contents of the build directory.
($(genobjs): %.o): Explicitly use -o.
(build/insn-conditions.o): Delete specfic rule to use generic rule.
(build/gengtype-lex.o): Likewise.
(build/gengtype-yacc.o): Likewise.
(build/gcov-iov.o): Likewise.

gcc/java
2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>

* Make-lang.in: Revert the gcc-none.o change.

From-SVN: r87854
gcc/ChangeLog
gcc/Makefile.in
gcc/aclocal.m4
gcc/configure
gcc/configure.ac
gcc/java/ChangeLog
gcc/java/Make-lang.in