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
This commit is contained in:
parent
774acadf43
commit
80d8905ca6
8 changed files with 15 additions and 8 deletions
|
@ -1,3 +1,10 @@
|
|||
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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
4
libjava/configure
vendored
4
libjava/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue