diff options
author | Michael Koch <konqueror@gmx.de> | 2004-08-20 15:14:18 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-08-20 15:14:18 +0000 |
commit | 80d8905ca6cfc6b43e6d2e565f2828085fe20ae3 (patch) | |
tree | efed5af357e4adbc9b1ce05ce9a43df008c6e6c2 /libjava/testsuite/Makefile.in | |
parent | 774acadf4396cb59fdd69ca6ee494b53b86c03a2 (diff) | |
download | gcc-80d8905ca6cfc6b43e6d2e565f2828085fe20ae3.zip gcc-80d8905ca6cfc6b43e6d2e565f2828085fe20ae3.tar.gz gcc-80d8905ca6cfc6b43e6d2e565f2828085fe20ae3.tar.bz2 |
configure.in: Renamed to configure.ac.
2004-08-20 Michael Koch <konqueror@gmx.de>
* configure.in: Renamed to configure.ac.
* configure.ac: New file.
* configure, Makefile.in, gcj/Makefile.in, include/Makefile.in
include/config.h.in, testsuite/Makefile.in: Regenerated.
From-SVN: r86326
Diffstat (limited to 'libjava/testsuite/Makefile.in')
-rw-r--r-- | libjava/testsuite/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/testsuite/Makefile.in b/libjava/testsuite/Makefile.in index f386269..5f96799 100644 --- a/libjava/testsuite/Makefile.in +++ b/libjava/testsuite/Makefile.in @@ -43,7 +43,7 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../config/accross.m4 \ $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/no-executables.m4 \ - $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in + $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) CONFIG_HEADER = $(top_builddir)/include/config.h \ |