diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-16 07:35:00 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-16 07:35:00 +0000 |
commit | c1513f4f05dc3f73c3a1ad391d9c6f5b9f877654 (patch) | |
tree | 78d00ee8f89fa1e592854e16a7fe6fcf6d01e3fe /contrib/gcc_update | |
parent | bcbf05db35f05f44df44c260c63ce7eda1ea1074 (diff) | |
download | gcc-c1513f4f05dc3f73c3a1ad391d9c6f5b9f877654.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83227 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-x | contrib/gcc_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc_update b/contrib/gcc_update index 34ef4a810c5..32cc6cbe687 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -83,7 +83,7 @@ fastjar/Makefile.in: fastjar/Makefile.am fastjar/configure.ac fastjar/aclocal.m4 fastjar/configure: fastjar/configure.ac fastjar/aclocal.m4 boehm-gc/aclocal.m4: boehm-gc/configure.in boehm-gc/acinclude.m4 boehm-gc/Makefile.in: boehm-gc/Makefile.am boehm-gc/configure.in boehm-gc/aclocal.m4 -boehm-gc/configure: boehm-gc/configure.in boehm-gc/aclocal.m4 +boehm-gc/configure: boehm-gc/configure.ac boehm-gc/aclocal.m4 libada/configure: libada/configure.ac libffi/aclocal.m4: libffi/configure.ac libffi/acinclude.m4 libffi/Makefile.in: libffi/Makefile.am libffi/configure.ac libffi/aclocal.m4 |