Commit 4322c52f by Paolo Bonzini Committed by Paolo Bonzini

re PR other/32078 (Make FAILURE in 4.3.0 - `CXXFLAGS' has changed error causes…

re PR other/32078 (Make FAILURE in 4.3.0 - `CXXFLAGS' has changed error causes "libltdl: No such file or directory")

2007-05-27  Paolo Bonzini  <bonzini@gnu.org>

	PR bootstrap/32078
	* configure.ac: Include confsubdir.m4.
	* configure: Regenerate.

From-SVN: r125125
parent 9ebed606
2007-05-27 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/32078
* configure.ac: Include confsubdir.m4.
* configure: Regenerate.
2007-05-24 Keith Seitz <keiths@redhat.com> 2007-05-24 Keith Seitz <keiths@redhat.com>
* include/java-interp.h (_Jv_InterpFrame::get_pc): Only deduct * include/java-interp.h (_Jv_InterpFrame::get_pc): Only deduct
......
...@@ -18291,6 +18291,19 @@ fi ...@@ -18291,6 +18291,19 @@ fi
# _AC_OUTPUT_SUBDIRS
# ------------------
# This is a subroutine of AC_OUTPUT, but it does not go into
# config.status, rather, it is called after running config.status.
# _AC_OUTPUT_SUBDIRS
subdirs="$subdirs classpath libltdl" subdirs="$subdirs classpath libltdl"
...@@ -18497,7 +18510,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then ...@@ -18497,7 +18510,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
: :
else else
cat > conftest.$ac_ext << EOF cat > conftest.$ac_ext << EOF
#line 18500 "configure" #line 18513 "configure"
struct S { ~S(); }; struct S { ~S(); };
void bar(); void bar();
void foo() void foo()
...@@ -30998,14 +31011,17 @@ if test "$no_create" != yes; then ...@@ -30998,14 +31011,17 @@ if test "$no_create" != yes; then
fi fi
# #
# CONFIG_SUBDIRS section. # CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
# #
if test "$no_recursion" != yes; then if test "$no_recursion" != yes; then
# Remove --cache-file and --srcdir arguments so they do not pile up. # Remove --cache-file and --srcdir arguments so they do not pile up.
ac_sub_configure_args= ac_sub_configure_args=
ac_prev= ac_prev=
for ac_arg in $ac_configure_args; do eval "set x $ac_configure_args"
shift
for ac_arg
do
if test -n "$ac_prev"; then if test -n "$ac_prev"; then
ac_prev= ac_prev=
continue continue
...@@ -31028,20 +31044,28 @@ if test "$no_recursion" != yes; then ...@@ -31028,20 +31044,28 @@ if test "$no_recursion" != yes; then
ac_prev=prefix ;; ac_prev=prefix ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
;; ;;
*) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; *)
case $ac_arg in
*\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
esac esac
done done
# Always prepend --prefix to ensure using the same prefix # Always prepend --prefix to ensure using the same prefix
# in subdir configurations. # in subdir configurations.
ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" ac_arg="--prefix=$prefix"
case $ac_arg in
*\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
ac_sub_configure_args="$ac_arg $ac_sub_configure_args"
ac_popdir=`pwd` ac_popdir=`pwd`
for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
# Do not complain, so a configure script can configure whichever # Do not complain, so a configure script can configure whichever
# parts of a large source tree are present. # parts of a large source tree are present.
test -d $srcdir/$ac_dir || continue test -d "$srcdir/$ac_dir" || continue
{ echo "$as_me:$LINENO: configuring in $ac_dir" >&5 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
echo "$as_me: configuring in $ac_dir" >&6;} echo "$as_me: configuring in $ac_dir" >&6;}
...@@ -31136,15 +31160,16 @@ case $ac_abs_builddir in ...@@ -31136,15 +31160,16 @@ case $ac_abs_builddir in
esac esac
cd $ac_dir cd "$ac_dir"
# Check for guested configure; otherwise get Cygnus style configure. # Check for guested configure; otherwise get Cygnus style configure.
if test -f $ac_srcdir/configure.gnu; then if test -f "$ac_srcdir/configure.gnu"; then
ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'" ac_sub_configure=$ac_srcdir/configure.gnu
elif test -f $ac_srcdir/configure; then elif test -f "$ac_srcdir/configure"; then
ac_sub_configure="$SHELL '$ac_srcdir/configure'" ac_sub_configure=$ac_srcdir/configure
elif test -f $ac_srcdir/configure.in; then elif test -f "$ac_srcdir/configure.in"; then
ac_sub_configure=$ac_configure # This should be Cygnus configure.
ac_sub_configure=$ac_aux_dir/configure
else else
{ echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
...@@ -31160,17 +31185,17 @@ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} ...@@ -31160,17 +31185,17 @@ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
ac_sub_cache_file=$ac_top_builddir$cache_file ;; ac_sub_cache_file=$ac_top_builddir$cache_file ;;
esac esac
{ echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
# The eval makes quoting arguments work. # The eval makes quoting arguments work.
eval $ac_sub_configure $ac_sub_configure_args \ eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
--cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir || --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
{ { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
fi fi
cd $ac_popdir cd "$ac_popdir"
done done
fi fi
...@@ -450,6 +450,7 @@ AC_PROG_LIBTOOL ...@@ -450,6 +450,7 @@ AC_PROG_LIBTOOL
AM_PROG_GCJ AM_PROG_GCJ
AM_PROG_CC_C_O AM_PROG_CC_C_O
m4_include([../config/confsubdir.m4])
AC_CONFIG_SUBDIRS(classpath libltdl) AC_CONFIG_SUBDIRS(classpath libltdl)
# The -no-testsuite modules omit the test subdir. # The -no-testsuite modules omit the test subdir.
......
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