diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-20 15:14:18 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-20 15:14:18 +0000 |
commit | 9620285eb5a1a3a19c3768a6c72dd5050a8ffccb (patch) | |
tree | efed5af357e4adbc9b1ce05ce9a43df008c6e6c2 /libjava | |
parent | 99c11254007ee9ded08e8aa42614e65b21fc7e59 (diff) | |
download | gcc-9620285eb5a1a3a19c3768a6c72dd5050a8ffccb.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 7 | ||||
-rw-r--r-- | libjava/Makefile.in | 2 | ||||
-rwxr-xr-x | libjava/configure | 4 | ||||
-rw-r--r-- | libjava/configure.ac (renamed from libjava/configure.in) | 2 | ||||
-rw-r--r-- | libjava/gcj/Makefile.in | 2 | ||||
-rw-r--r-- | libjava/include/Makefile.in | 2 | ||||
-rw-r--r-- | libjava/include/config.h.in | 2 | ||||
-rw-r--r-- | libjava/testsuite/Makefile.in | 2 |
8 files changed, 15 insertions, 8 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 102a19c8131..d0cba5f08e3 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,12 @@ 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. + +2004-08-20 Michael Koch <konqueror@gmx.de> + * configure.in: Rewrote some obsolete stuff for autoconf 2.59. * aclocal.m4, configure: Regenerated. diff --git a/libjava/Makefile.in b/libjava/Makefile.in index bec9cddf0d9..2c918b0f73f 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -62,7 +62,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) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ diff --git a/libjava/configure b/libjava/configure index 81a73da8f9b..19b8d8d554b 100755 --- a/libjava/configure +++ b/libjava/configure @@ -13289,8 +13289,8 @@ if test ! -f gnu/classpath/Configuration.java; then # but we add /dev/null to the input list so that grep will print the # filename of Configuration.java in case it finds any matches. if grep @ gnu/classpath/Configuration.java /dev/null; then - { { echo "$as_me:$LINENO: error: configure.in is missing the substitutions above" >&5 -echo "$as_me: error: configure.in is missing the substitutions above" >&2;} + { { echo "$as_me:$LINENO: error: configure.ac is missing the substitutions above" >&5 +echo "$as_me: error: configure.ac is missing the substitutions above" >&2;} { (exit 1); exit 1; }; } fi fi diff --git a/libjava/configure.in b/libjava/configure.ac index 59e5cd3c0cc..e33884ed32c 100644 --- a/libjava/configure.in +++ b/libjava/configure.ac @@ -1105,7 +1105,7 @@ if test ! -f gnu/classpath/Configuration.java; then # but we add /dev/null to the input list so that grep will print the # filename of Configuration.java in case it finds any matches. if grep @ gnu/classpath/Configuration.java /dev/null; then - AC_MSG_ERROR([configure.in is missing the substitutions above]) + AC_MSG_ERROR([configure.ac is missing the substitutions above]) fi fi diff --git a/libjava/gcj/Makefile.in b/libjava/gcj/Makefile.in index b189378183f..a8dfb7bb22b 100644 --- a/libjava/gcj/Makefile.in +++ b/libjava/gcj/Makefile.in @@ -46,7 +46,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 libgcj-config.h diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index 3ef1555c6b5..04fd0c6eb1c 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -45,7 +45,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 = config.h $(top_builddir)/gcj/libgcj-config.h diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index fa21fffe00c..bb52dbcba36 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated from configure.in by autoheader. */ +/* include/config.h.in. Generated from configure.ac by autoheader. */ /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. diff --git a/libjava/testsuite/Makefile.in b/libjava/testsuite/Makefile.in index f386269e3e1..5f9679922f1 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 \ |