diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-10 02:12:41 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-10 02:12:41 +0000 |
commit | 52de7f4b9059d5522507257cde1a4a3b695f36ee (patch) | |
tree | cb9081df709b90719ec099ecdf8facc311364817 /contrib | |
parent | 061a460762991044fa9e2fb24fa61b72b0e9ae7d (diff) | |
download | gcc-52de7f4b9059d5522507257cde1a4a3b695f36ee.tar.gz |
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* gcc_update (files_and_dependencies): Update fastjar/configure.in
to fastjar/configure.ac
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/gcc_update | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 0a93e3acb75..53b9cbe3b91 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2004-01-09 Kelley Cook <kcook@gcc.gnu.org> + + * gcc_update (files_and_dependencies): Update fastjar/configure.in + to fastjar/configure.ac + 2004-01-07 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_and_dependencies): Remove non-existant files. diff --git a/contrib/gcc_update b/contrib/gcc_update index cbfe1492e14..bac26b09ea1 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -86,9 +86,9 @@ libf2c/libU77/configure: libf2c/libU77/configure.in libf2c/libU77/stamp-h.in: libf2c/libU77/configure.in libf2c/libU77/acconfig.h libobjc/configure: libobjc/configure.in # fastjar -fastjar/aclocal.m4: fastjar/configure.in -fastjar/Makefile.in: fastjar/Makefile.am fastjar/configure.in fastjar/aclocal.m4 -fastjar/configure: fastjar/configure.in fastjar/aclocal.m4 +fastjar/aclocal.m4: fastjar/configure.ac +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 |