interim commit while adding pio.c
This commit is contained in:
380
qse/configure
vendored
380
qse/configure
vendored
@ -858,7 +858,6 @@ LD
|
||||
GREP
|
||||
RM
|
||||
SED
|
||||
CJ
|
||||
build
|
||||
build_cpu
|
||||
build_vendor
|
||||
@ -885,14 +884,6 @@ LIBM
|
||||
BUILD_MODE
|
||||
ENABLE_CXX_TRUE
|
||||
ENABLE_CXX_FALSE
|
||||
JAVAC_PATH
|
||||
JAR_PATH
|
||||
CFLAGS_JNI
|
||||
JAVAC
|
||||
JAR
|
||||
BUILD_JNI
|
||||
CJFLAGS
|
||||
BUILD_CJ
|
||||
LIBOBJS
|
||||
LTLIBOBJS'
|
||||
ac_subst_files=''
|
||||
@ -4632,7 +4623,6 @@ else
|
||||
LD="$ac_cv_prog_LD"
|
||||
fi
|
||||
|
||||
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}grep", so it can be a program name with args.
|
||||
set dummy ${ac_tool_prefix}grep; ac_word=$2
|
||||
@ -4921,102 +4911,6 @@ else
|
||||
SED="$ac_cv_prog_SED"
|
||||
fi
|
||||
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
|
||||
set dummy ${ac_tool_prefix}gcj; ac_word=$2
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_CJ+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
if test -n "$CJ"; then
|
||||
ac_cv_prog_CJ="$CJ" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
test -z "$as_dir" && as_dir=.
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||||
ac_cv_prog_CJ="${ac_tool_prefix}gcj"
|
||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi
|
||||
fi
|
||||
CJ=$ac_cv_prog_CJ
|
||||
if test -n "$CJ"; then
|
||||
{ echo "$as_me:$LINENO: result: $CJ" >&5
|
||||
echo "${ECHO_T}$CJ" >&6; }
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
fi
|
||||
if test -z "$ac_cv_prog_CJ"; then
|
||||
ac_ct_CJ=$CJ
|
||||
# Extract the first word of "gcj", so it can be a program name with args.
|
||||
set dummy gcj; ac_word=$2
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_prog_ac_ct_CJ+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
if test -n "$ac_ct_CJ"; then
|
||||
ac_cv_prog_ac_ct_CJ="$ac_ct_CJ" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
test -z "$as_dir" && as_dir=.
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||||
ac_cv_prog_ac_ct_CJ="gcj"
|
||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi
|
||||
fi
|
||||
ac_ct_CJ=$ac_cv_prog_ac_ct_CJ
|
||||
if test -n "$ac_ct_CJ"; then
|
||||
{ echo "$as_me:$LINENO: result: $ac_ct_CJ" >&5
|
||||
echo "${ECHO_T}$ac_ct_CJ" >&6; }
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
if test "x$ac_ct_CJ" = x; then
|
||||
CJ=""
|
||||
else
|
||||
case $cross_compiling:$ac_tool_warned in
|
||||
yes:)
|
||||
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
|
||||
whose name does not start with the host triplet. If you think this
|
||||
configuration is useful to you, please write to autoconf@gnu.org." >&5
|
||||
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
|
||||
whose name does not start with the host triplet. If you think this
|
||||
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
|
||||
ac_tool_warned=yes ;;
|
||||
esac
|
||||
CJ=$ac_ct_CJ
|
||||
fi
|
||||
else
|
||||
CJ="$ac_cv_prog_CJ"
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --enable-shared was given.
|
||||
if test "${enable_shared+set}" = set; then
|
||||
@ -5826,7 +5720,7 @@ ia64-*-hpux*)
|
||||
;;
|
||||
*-*-irix6*)
|
||||
# Find out which ABI we are using.
|
||||
echo '#line 5829 "configure"' > conftest.$ac_ext
|
||||
echo '#line 5723 "configure"' > conftest.$ac_ext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||
(eval $ac_compile) 2>&5
|
||||
ac_status=$?
|
||||
@ -8411,11 +8305,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:8414: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:8308: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:8418: \$? = $ac_status" >&5
|
||||
echo "$as_me:8312: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
@ -8701,11 +8595,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:8704: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:8598: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:8708: \$? = $ac_status" >&5
|
||||
echo "$as_me:8602: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
@ -8805,11 +8699,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:8808: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:8702: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>out/conftest.err)
|
||||
ac_status=$?
|
||||
cat out/conftest.err >&5
|
||||
echo "$as_me:8812: \$? = $ac_status" >&5
|
||||
echo "$as_me:8706: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||
then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
@ -11182,7 +11076,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 11185 "configure"
|
||||
#line 11079 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -11282,7 +11176,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 11285 "configure"
|
||||
#line 11179 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13683,11 +13577,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:13686: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:13580: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:13690: \$? = $ac_status" >&5
|
||||
echo "$as_me:13584: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
@ -13787,11 +13681,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:13790: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:13684: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>out/conftest.err)
|
||||
ac_status=$?
|
||||
cat out/conftest.err >&5
|
||||
echo "$as_me:13794: \$? = $ac_status" >&5
|
||||
echo "$as_me:13688: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||
then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
@ -15385,11 +15279,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:15388: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:15282: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:15392: \$? = $ac_status" >&5
|
||||
echo "$as_me:15286: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
@ -15489,11 +15383,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:15492: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:15386: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>out/conftest.err)
|
||||
ac_status=$?
|
||||
cat out/conftest.err >&5
|
||||
echo "$as_me:15496: \$? = $ac_status" >&5
|
||||
echo "$as_me:15390: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||
then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
@ -17709,11 +17603,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:17712: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:17606: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:17716: \$? = $ac_status" >&5
|
||||
echo "$as_me:17610: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
@ -17999,11 +17893,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:18002: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:17896: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>conftest.err)
|
||||
ac_status=$?
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:18006: \$? = $ac_status" >&5
|
||||
echo "$as_me:17900: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
# So say no if there are warnings other than the usual output.
|
||||
@ -18103,11 +17997,11 @@ else
|
||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||
-e 's:$: $lt_compiler_flag:'`
|
||||
(eval echo "\"\$as_me:18106: $lt_compile\"" >&5)
|
||||
(eval echo "\"\$as_me:18000: $lt_compile\"" >&5)
|
||||
(eval "$lt_compile" 2>out/conftest.err)
|
||||
ac_status=$?
|
||||
cat out/conftest.err >&5
|
||||
echo "$as_me:18110: \$? = $ac_status" >&5
|
||||
echo "$as_me:18004: \$? = $ac_status" >&5
|
||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||
then
|
||||
# The compiler can only warn and ignore the option if not recognized
|
||||
@ -20795,6 +20689,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
|
||||
|
||||
|
||||
#dnl overrides the default CFLAGS setting
|
||||
#if test "$ac_test_CFLAGS" = "set"
|
||||
#then
|
||||
# CFLAGS=$ac_save_CFLAGS
|
||||
@ -20818,18 +20713,6 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
# CXXFLAGS=
|
||||
# fi
|
||||
#fi
|
||||
#
|
||||
#if test "$ac_test_CJFLAGS" = "set"
|
||||
#then
|
||||
# CJFLAGS=$ac_save_CJFLAGS
|
||||
#else
|
||||
# if test "$CJ" = "gcj"
|
||||
# then
|
||||
# CJFLAGS="-O2"
|
||||
# else
|
||||
# CJFLAGS=
|
||||
# fi
|
||||
#fi
|
||||
|
||||
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE -DQSE_HAVE_CONFIG_H"
|
||||
CXXFLAGS="$CXXFLAGS -D_LARGEFILE64_SOURCE -DQSE_HAVE_CONFIG_H"
|
||||
@ -28730,7 +28613,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
# Configure Makefiles
|
||||
# configure makefiles
|
||||
# Check whether --enable-reentrant was given.
|
||||
if test "${enable_reentrant+set}" = set; then
|
||||
enableval=$enable_reentrant; enable_reentrant_is=$enableval
|
||||
@ -28744,206 +28627,6 @@ then
|
||||
CXXFLAGS="$CXXFLAGS -D_REENTRANT -D_THREAD_SAFE"
|
||||
fi
|
||||
|
||||
# Java & JNI Configuration
|
||||
# Extract the first word of "javac", so it can be a program name with args.
|
||||
set dummy javac; ac_word=$2
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_path_JAVAC_PATH+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
case $JAVAC_PATH in
|
||||
[\\/]* | ?:[\\/]*)
|
||||
ac_cv_path_JAVAC_PATH="$JAVAC_PATH" # Let the user override the test with a path.
|
||||
;;
|
||||
*)
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
test -z "$as_dir" && as_dir=.
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||||
ac_cv_path_JAVAC_PATH="$as_dir/$ac_word$ac_exec_ext"
|
||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
test -z "$ac_cv_path_JAVAC_PATH" && ac_cv_path_JAVAC_PATH=":"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
JAVAC_PATH=$ac_cv_path_JAVAC_PATH
|
||||
if test -n "$JAVAC_PATH"; then
|
||||
{ echo "$as_me:$LINENO: result: $JAVAC_PATH" >&5
|
||||
echo "${ECHO_T}$JAVAC_PATH" >&6; }
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
# Extract the first word of "jar", so it can be a program name with args.
|
||||
set dummy jar; ac_word=$2
|
||||
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_path_JAR_PATH+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
case $JAR_PATH in
|
||||
[\\/]* | ?:[\\/]*)
|
||||
ac_cv_path_JAR_PATH="$JAR_PATH" # Let the user override the test with a path.
|
||||
;;
|
||||
*)
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
test -z "$as_dir" && as_dir=.
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
||||
ac_cv_path_JAR_PATH="$as_dir/$ac_word$ac_exec_ext"
|
||||
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
test -z "$ac_cv_path_JAR_PATH" && ac_cv_path_JAR_PATH=":"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
JAR_PATH=$ac_cv_path_JAR_PATH
|
||||
if test -n "$JAR_PATH"; then
|
||||
{ echo "$as_me:$LINENO: result: $JAR_PATH" >&5
|
||||
echo "${ECHO_T}$JAR_PATH" >&6; }
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
|
||||
if test "$JAVAC_PATH" != ":"
|
||||
then
|
||||
CUR_JAVAC_PATH="$JAVAC_PATH"
|
||||
|
||||
while ls -ld "$CUR_JAVAC_PATH" 2>/dev/null | grep " -> " >/dev/null
|
||||
do
|
||||
{ echo "$as_me:$LINENO: checking symlink for $CUR_JAVAC_PATH" >&5
|
||||
echo $ECHO_N "checking symlink for $CUR_JAVAC_PATH... $ECHO_C" >&6; }
|
||||
REAL_JAVAC_PATH=`ls -ld "$CUR_JAVAC_PATH" | sed 's/.* -> //'`
|
||||
|
||||
case "$REAL_JAVAC_PATH" in
|
||||
/*) CUR_JAVAC_PATH="$REAL_JAVAC_PATH";;
|
||||
*) CUR_JAVAC_PATH=`echo "X$CUR_JAVAC_PATH" | sed -e 's/^X//' -e 's:[^/]*$::'`"$REAL_JAVAC_PATH";;
|
||||
esac
|
||||
|
||||
{ echo "$as_me:$LINENO: result: $CUR_JAVAC_PATH" >&5
|
||||
echo "${ECHO_T}$CUR_JAVAC_PATH" >&6; }
|
||||
done
|
||||
|
||||
# check if the javavm wrapper is in use
|
||||
case "$REAL_JAVAC_PATH" in
|
||||
*/javavm)
|
||||
JAVA_DIR="$REAL_JAVAC_PATH"
|
||||
while true
|
||||
do
|
||||
JAVA_DIR=`echo "$JAVA_DIR" | sed -e 's://*:/:g' -e 's:/[^/]*$::'`
|
||||
if test "$JAVA_DIR" = ""
|
||||
then
|
||||
break
|
||||
fi
|
||||
|
||||
{ echo "$as_me:$LINENO: checking $JAVA_DIR/etc/javavms" >&5
|
||||
echo $ECHO_N "checking $JAVA_DIR/etc/javavms... $ECHO_C" >&6; }
|
||||
if test -f "$JAVA_DIR/etc/javavms"
|
||||
then
|
||||
# takes the first jvm configured
|
||||
CUR_JAVAC_PATH=`cat $JAVA_DIR/etc/javavms | head -1`
|
||||
{ echo "$as_me:$LINENO: result: $CUR_JAVAC_PATH" >&5
|
||||
echo "${ECHO_T}$CUR_JAVAC_PATH" >&6; }
|
||||
break;
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
done
|
||||
;;
|
||||
esac
|
||||
|
||||
JAVA_DIR="$CUR_JAVAC_PATH"
|
||||
|
||||
while true
|
||||
do
|
||||
JAVA_DIR=`echo "$JAVA_DIR" | sed -e 's://*:/:g' -e 's:/[^/]*$::'`
|
||||
if test "$JAVA_DIR" = ""
|
||||
then
|
||||
break
|
||||
fi
|
||||
|
||||
{ echo "$as_me:$LINENO: checking $JAVA_DIR/include/jni.h" >&5
|
||||
echo $ECHO_N "checking $JAVA_DIR/include/jni.h... $ECHO_C" >&6; }
|
||||
if test -f "$JAVA_DIR/include/jni.h"
|
||||
then
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
JNI_INCLUDE_DIRS="$JNI_INCLUDE_DIRS $JAVA_DIR/include"
|
||||
break;
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
fi
|
||||
done
|
||||
|
||||
for i in $JNI_INCLUDE_DIRS
|
||||
do
|
||||
JNI_MD_H=`find "$i" -name jni_md.h -print`
|
||||
if test "$JNI_MD_H" != ""
|
||||
then
|
||||
tmp=`echo "$JNI_MD_H" | sed -e 's://*:/:g' -e 's:/[^/]*$::'`
|
||||
JNI_MD_INCLUDE_DIRS="$JNI_MD_INCLUDE_DIRS $tmp"
|
||||
fi
|
||||
done
|
||||
|
||||
JNI_INCLUDE_DIRS="$JNI_INCLUDE_DIRS $JNI_MD_INCLUDE_DIRS"
|
||||
|
||||
for i in $JNI_INCLUDE_DIRS
|
||||
do
|
||||
CFLAGS_JNI="$CFLAGS_JNI -I$i"
|
||||
done
|
||||
|
||||
BUILD_JNI="jni"
|
||||
else
|
||||
JAVAC_PATH=""
|
||||
CFLAGS_JNI=""
|
||||
BUILD_JNI=""
|
||||
fi
|
||||
|
||||
if test "$CJ" != ""
|
||||
then
|
||||
BUILD_CJ="cj"
|
||||
else
|
||||
BUILD_CJ=
|
||||
fi
|
||||
|
||||
CFLAGS_JNI=$CFLAGS_JNI
|
||||
|
||||
JAVAC=$JAVAC_PATH
|
||||
|
||||
JAR=$JAR_PATH
|
||||
|
||||
BUILD_JNI=$BUILD_JNI
|
||||
|
||||
CJFLAGS=$CJFLAGS
|
||||
|
||||
BUILD_CJ=$BUILD_CJ
|
||||
|
||||
|
||||
ac_config_files="$ac_config_files Makefile include/Makefile include/qse/Makefile include/qse/cmn/Makefile include/qse/awk/Makefile include/qse/lsp/Makefile include/qse/tgp/Makefile include/qse/utl/Makefile lib/Makefile lib/cmn/Makefile lib/awk/Makefile lib/lsp/Makefile lib/tgp/Makefile lib/utl/Makefile cmd/Makefile cmd/awk/Makefile cmd/lsp/Makefile cmd/tgp/Makefile test/Makefile test/cmn/Makefile"
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
@ -29718,13 +29401,13 @@ LD!$LD$ac_delim
|
||||
GREP!$GREP$ac_delim
|
||||
RM!$RM$ac_delim
|
||||
SED!$SED$ac_delim
|
||||
CJ!$CJ$ac_delim
|
||||
build!$build$ac_delim
|
||||
build_cpu!$build_cpu$ac_delim
|
||||
build_vendor!$build_vendor$ac_delim
|
||||
build_os!$build_os$ac_delim
|
||||
host!$host$ac_delim
|
||||
host_cpu!$host_cpu$ac_delim
|
||||
host_vendor!$host_vendor$ac_delim
|
||||
_ACEOF
|
||||
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
|
||||
@ -29766,7 +29449,6 @@ _ACEOF
|
||||
ac_delim='%!_!# '
|
||||
for ac_last_try in false false false false false :; do
|
||||
cat >conf$$subs.sed <<_ACEOF
|
||||
host_vendor!$host_vendor$ac_delim
|
||||
host_os!$host_os$ac_delim
|
||||
EGREP!$EGREP$ac_delim
|
||||
LN_S!$LN_S$ac_delim
|
||||
@ -29786,19 +29468,11 @@ LIBM!$LIBM$ac_delim
|
||||
BUILD_MODE!$BUILD_MODE$ac_delim
|
||||
ENABLE_CXX_TRUE!$ENABLE_CXX_TRUE$ac_delim
|
||||
ENABLE_CXX_FALSE!$ENABLE_CXX_FALSE$ac_delim
|
||||
JAVAC_PATH!$JAVAC_PATH$ac_delim
|
||||
JAR_PATH!$JAR_PATH$ac_delim
|
||||
CFLAGS_JNI!$CFLAGS_JNI$ac_delim
|
||||
JAVAC!$JAVAC$ac_delim
|
||||
JAR!$JAR$ac_delim
|
||||
BUILD_JNI!$BUILD_JNI$ac_delim
|
||||
CJFLAGS!$CJFLAGS$ac_delim
|
||||
BUILD_CJ!$BUILD_CJ$ac_delim
|
||||
LIBOBJS!$LIBOBJS$ac_delim
|
||||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||
_ACEOF
|
||||
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 30; then
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 21; then
|
||||
break
|
||||
elif $ac_last_try; then
|
||||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
||||
|
Reference in New Issue
Block a user