configure.ac: New name of configure.in.
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 16 Jun 2004 07:35:00 +0000 (07:35 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Wed, 16 Jun 2004 07:35:00 +0000 (07:35 +0000)
commitbf9a420e62f4f6993daa8b581a6d4ec28ace4730
tree78d00ee8f89fa1e592854e16a7fe6fcf6d01e3fe
parent6bbba4c73c8a9540ac77a1ffffd618ce2be3ccf0
configure.ac: New name of configure.in.

boehm-gc/ChangeLog:
2005-06-16  Paolo Bonzini  <bonzini@gnu.org>

* boehm-gc/configure.ac: New name of configure.in.
Remove useless multilib stuff.  Change uses of
INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
* boehm-gc/configure.in: New name of configure.in.
* boehm-gc/Makefile.am: Update for automake 1.8.5.
* boehm-gc/acinclude.m4: Include ../config/acx.m4.
* boehm-gc/aclocal.m4: Regenerate.
* boehm-gc/configure: Regenerate.

contrib/ChangeLog:
2004-06-16  Paolo Bonzini  <bonzini@gnu.org>

* gcc_update (boehm-gc/configure): Depend on
boehm-gc/configure.ac instead of boehm-gc/configure.in

gcc/ChangeLog:
2004-06-16  Paolo Bonzini  <bonzini@gnu.org>

* doc/install.texi: boehm-gc now uses automake 1.8.5.

From-SVN: r83227
12 files changed:
boehm-gc/ChangeLog
boehm-gc/Makefile.am
boehm-gc/Makefile.in
boehm-gc/acinclude.m4
boehm-gc/aclocal.m4
boehm-gc/configure
boehm-gc/configure.ac [new file with mode: 0644]
boehm-gc/configure.in [deleted file]
contrib/ChangeLog
contrib/gcc_update
gcc/ChangeLog
gcc/doc/install.texi