Commit 04e0cb88 by H.J. Lu Committed by H.J. Lu

configure.ac: Don't run config-ml.in directly.

2007-11-05  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.ac: Don't run config-ml.in directly.
	(multilib_arg): New.
	* configure: Regenerated.

From-SVN: r129902
parent f0ed4cfb
2007-11-05 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac: Don't run config-ml.in directly.
(multilib_arg): New.
* configure: Regenerated.
2007-10-22 David Daney <ddaney@avtrex.com> 2007-10-22 David Daney <ddaney@avtrex.com>
* include/jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function. * include/jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.
......
...@@ -18992,7 +18992,7 @@ ac_x_header_dirs=' ...@@ -18992,7 +18992,7 @@ ac_x_header_dirs='
/usr/openwin/share/include' /usr/openwin/share/include'
if test "$ac_x_includes" = no; then if test "$ac_x_includes" = no; then
# Guess where to find include files, by looking for Intrinsic.h. # Guess where to find include files, by looking for Xlib.h.
# First, try using that file with no special directory specified. # First, try using that file with no special directory specified.
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */ /* confdefs.h. */
...@@ -19000,7 +19000,7 @@ _ACEOF ...@@ -19000,7 +19000,7 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <X11/Intrinsic.h> #include <X11/Xlib.h>
_ACEOF _ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
...@@ -19027,7 +19027,7 @@ else ...@@ -19027,7 +19027,7 @@ else
sed 's/^/| /' conftest.$ac_ext >&5 sed 's/^/| /' conftest.$ac_ext >&5
for ac_dir in $ac_x_header_dirs; do for ac_dir in $ac_x_header_dirs; do
if test -r "$ac_dir/X11/Intrinsic.h"; then if test -r "$ac_dir/X11/Xlib.h"; then
ac_x_includes=$ac_dir ac_x_includes=$ac_dir
break break
fi fi
...@@ -19041,7 +19041,7 @@ if test "$ac_x_libraries" = no; then ...@@ -19041,7 +19041,7 @@ if test "$ac_x_libraries" = no; then
# See if we find them without any special options. # See if we find them without any special options.
# Don't add to $LIBS permanently. # Don't add to $LIBS permanently.
ac_save_LIBS=$LIBS ac_save_LIBS=$LIBS
LIBS="-lXt $LIBS" LIBS="-lX11 $LIBS"
if test x$gcc_no_link = xyes; then if test x$gcc_no_link = xyes; then
{ { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;} echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
...@@ -19053,11 +19053,11 @@ _ACEOF ...@@ -19053,11 +19053,11 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
#include <X11/Intrinsic.h> #include <X11/Xlib.h>
int int
main () main ()
{ {
XtMalloc (0) XrmInitialize ()
; ;
return 0; return 0;
} }
...@@ -27785,11 +27785,13 @@ here=`${PWDCMD-pwd}` ...@@ -27785,11 +27785,13 @@ here=`${PWDCMD-pwd}`
ac_config_files="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gcj/Makefile include/Makefile testsuite/Makefile" ac_config_files="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gcj/Makefile include/Makefile testsuite/Makefile"
ac_config_files="$ac_config_files scripts/jar" if test ${multilib} = yes; then
multilib_arg="--enable-multilib"
else
ac_config_commands="$ac_config_commands default" multilib_arg=
fi
ac_config_files="$ac_config_files scripts/jar"
cat >confcache <<\_ACEOF cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure # This file is a shell script that caches the results of configure
...@@ -28948,17 +28950,6 @@ fi ...@@ -28948,17 +28950,6 @@ fi
srcdir=${srcdir}
host=${host}
target=${target}
with_multisubdir=${with_multisubdir}
ac_configure_args="${multilib_arg} ${ac_configure_args}"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
multi_basedir=${multi_basedir}
CC="${CC}"
CXX="${CXX}"
ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
_ACEOF _ACEOF
...@@ -28997,7 +28988,6 @@ do ...@@ -28997,7 +28988,6 @@ do
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "libtool" ) CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
"include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
"gcj/libgcj-config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS gcj/libgcj-config.h" ;; "gcj/libgcj-config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS gcj/libgcj-config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
...@@ -30996,20 +30986,6 @@ compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ ...@@ -30996,20 +30986,6 @@ compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
_LT_EOF _LT_EOF
;; ;;
default ) # Only add multilib support code if we just rebuilt top-level Makefile.
case " $CONFIG_FILES " in
*" Makefile "*)
LD="${ORIGINAL_LD_FOR_MULTILIBS}"
ac_file=Makefile . ${multi_basedir}/./libjava/../config-ml.in
;;
esac
for ac_multi_file in $CONFIG_FILES; do
case $ac_multi_file in
*/Makefile)
grep "^MULTI[^ ]* =" Makefile >> "$ac_multi_file" ;;
esac
done
;;
esac esac
done done
_ACEOF _ACEOF
......
...@@ -1622,33 +1622,11 @@ include/Makefile ...@@ -1622,33 +1622,11 @@ include/Makefile
testsuite/Makefile testsuite/Makefile
]) ])
AC_CONFIG_FILES([scripts/jar], [chmod +x scripts/jar]) if test ${multilib} = yes; then
multilib_arg="--enable-multilib"
AC_CONFIG_COMMANDS([default], else
[# Only add multilib support code if we just rebuilt top-level Makefile. multilib_arg=
case " $CONFIG_FILES " in fi
*" Makefile "*)
LD="${ORIGINAL_LD_FOR_MULTILIBS}"
ac_file=Makefile . ${multi_basedir}/./libjava/../config-ml.in
;;
esac
for ac_multi_file in $CONFIG_FILES; do
case $ac_multi_file in
*/Makefile)
grep "^MULTI[[^ ]]* =" Makefile >> "$ac_multi_file" ;;
esac
done
],
srcdir=${srcdir}
host=${host}
target=${target}
with_multisubdir=${with_multisubdir}
ac_configure_args="${multilib_arg} ${ac_configure_args}"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
multi_basedir=${multi_basedir}
CC="${CC}"
CXX="${CXX}"
ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
)
AC_CONFIG_FILES([scripts/jar], [chmod +x scripts/jar])
AC_OUTPUT AC_OUTPUT
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