Commit b2ae5f70 by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

	* configure: Rebuilt.
	* configure.in (INTERPRETER): New subst.
	(AM_RUNTESTFLAGS): Don't subst.

From-SVN: r54940
parent 44d96e0c
2002-06-23 Tom Tromey <tromey@redhat.com> 2002-06-23 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.in (INTERPRETER): New subst.
(AM_RUNTESTFLAGS): Don't subst.
* Makefile.in: Rebuilt. * Makefile.in: Rebuilt.
* Makefile.am ($(srcdir)/java/lang/Object.h, * Makefile.am ($(srcdir)/java/lang/Object.h,
$(srcdir)/java/lang/Class.h): Added dummy targets. $(srcdir)/java/lang/Class.h): Added dummy targets.
......
...@@ -63,7 +63,6 @@ host_alias = @host_alias@ ...@@ -63,7 +63,6 @@ host_alias = @host_alias@
host_triplet = @host@ host_triplet = @host@
target_alias = @target_alias@ target_alias = @target_alias@
target_triplet = @target@ target_triplet = @target@
AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
AR = @AR@ AR = @AR@
AS = @AS@ AS = @AS@
CC = @CC@ CC = @CC@
...@@ -87,6 +86,7 @@ GCSPEC = @GCSPEC@ ...@@ -87,6 +86,7 @@ GCSPEC = @GCSPEC@
GCTESTSPEC = @GCTESTSPEC@ GCTESTSPEC = @GCTESTSPEC@
HASH_SYNC_SPEC = @HASH_SYNC_SPEC@ HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
INCLTDL = @INCLTDL@ INCLTDL = @INCLTDL@
INTERPRETER = @INTERPRETER@
JC1GCSPEC = @JC1GCSPEC@ JC1GCSPEC = @JC1GCSPEC@
LIBFFI = @LIBFFI@ LIBFFI = @LIBFFI@
LIBGCJDEBUG = @LIBGCJDEBUG@ LIBGCJDEBUG = @LIBGCJDEBUG@
......
...@@ -115,6 +115,8 @@ AC_ARG_ENABLE(interpreter, ...@@ -115,6 +115,8 @@ AC_ARG_ENABLE(interpreter,
if test "$libgcj_interpreter" = yes; then if test "$libgcj_interpreter" = yes; then
AC_DEFINE(INTERPRETER) AC_DEFINE(INTERPRETER)
fi fi
INTERPRETER="$libgcj_interpreter"
AC_SUBST(INTERPRETER)
AC_MSG_CHECKING([for exception model to use]) AC_MSG_CHECKING([for exception model to use])
AC_LANG_SAVE AC_LANG_SAVE
...@@ -789,8 +791,6 @@ AM_CONDITIONAL(USE_LIBDIR, test -z "$with_cross_host") ...@@ -789,8 +791,6 @@ AM_CONDITIONAL(USE_LIBDIR, test -z "$with_cross_host")
AM_CONDITIONAL(NEEDS_DATA_START, test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes) AM_CONDITIONAL(NEEDS_DATA_START, test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes)
AC_SUBST(GCC_UNWIND_INCLUDE) AC_SUBST(GCC_UNWIND_INCLUDE)
AC_SUBST(AM_RUNTESTFLAGS)
# Determine gcj version number. # Determine gcj version number.
changequote(<<,>>) changequote(<<,>>)
gcjversion=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'` gcjversion=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`
......
...@@ -63,7 +63,6 @@ host_alias = @host_alias@ ...@@ -63,7 +63,6 @@ host_alias = @host_alias@
host_triplet = @host@ host_triplet = @host@
target_alias = @target_alias@ target_alias = @target_alias@
target_triplet = @target@ target_triplet = @target@
AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
AR = @AR@ AR = @AR@
AS = @AS@ AS = @AS@
CC = @CC@ CC = @CC@
...@@ -88,6 +87,7 @@ GCSPEC = @GCSPEC@ ...@@ -88,6 +87,7 @@ GCSPEC = @GCSPEC@
GCTESTSPEC = @GCTESTSPEC@ GCTESTSPEC = @GCTESTSPEC@
HASH_SYNC_SPEC = @HASH_SYNC_SPEC@ HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
INCLTDL = @INCLTDL@ INCLTDL = @INCLTDL@
INTERPRETER = @INTERPRETER@
JC1GCSPEC = @JC1GCSPEC@ JC1GCSPEC = @JC1GCSPEC@
LIBFFI = @LIBFFI@ LIBFFI = @LIBFFI@
LIBFFIINCS = @LIBFFIINCS@ LIBFFIINCS = @LIBFFIINCS@
......
...@@ -63,7 +63,6 @@ host_alias = @host_alias@ ...@@ -63,7 +63,6 @@ host_alias = @host_alias@
host_triplet = @host@ host_triplet = @host@
target_alias = @target_alias@ target_alias = @target_alias@
target_triplet = @target@ target_triplet = @target@
AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
AR = @AR@ AR = @AR@
AS = @AS@ AS = @AS@
CC = @CC@ CC = @CC@
...@@ -88,6 +87,7 @@ GCSPEC = @GCSPEC@ ...@@ -88,6 +87,7 @@ GCSPEC = @GCSPEC@
GCTESTSPEC = @GCTESTSPEC@ GCTESTSPEC = @GCTESTSPEC@
HASH_SYNC_SPEC = @HASH_SYNC_SPEC@ HASH_SYNC_SPEC = @HASH_SYNC_SPEC@
INCLTDL = @INCLTDL@ INCLTDL = @INCLTDL@
INTERPRETER = @INTERPRETER@
JC1GCSPEC = @JC1GCSPEC@ JC1GCSPEC = @JC1GCSPEC@
LIBFFI = @LIBFFI@ LIBFFI = @LIBFFI@
LIBFFIINCS = @LIBFFIINCS@ LIBFFIINCS = @LIBFFIINCS@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment