Commit a97386cd by Jeff Sturm Committed by Jeff Sturm

* configure: Rebuild.

From-SVN: r72075
parent aa44273b
2003-10-03 Jeff Sturm <jsturm@one-point.com>
* configure: Rebuild.
2003-10-03 Hans Boehm <Hans.Boehm@hp.com> 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
* configure.in: Remove NO_GETENV definition for win32. * configure.in: Remove NO_GETENV definition for win32.
......
...@@ -2868,11 +2868,7 @@ EOF ...@@ -2868,11 +2868,7 @@ EOF
#define GC_WIN32_THREADS 1 #define GC_WIN32_THREADS 1
EOF EOF
cat >> confdefs.h <<\EOF ;;
#define NO_GETENV 1
EOF
;;
dgux386) dgux386)
THREADS=dgux386 THREADS=dgux386
echo "$ac_t""$THREADLIBS" 1>&6 echo "$ac_t""$THREADLIBS" 1>&6
...@@ -2941,7 +2937,7 @@ case "$host" in ...@@ -2941,7 +2937,7 @@ case "$host" in
*-*-darwin*) ;; *-*-darwin*) ;;
*) *)
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
echo "configure:2945: checking for dlopen in -ldl" >&5 echo "configure:2941: checking for dlopen in -ldl" >&5
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
...@@ -2949,7 +2945,7 @@ else ...@@ -2949,7 +2945,7 @@ else
ac_save_LIBS="$LIBS" ac_save_LIBS="$LIBS"
LIBS="-ldl $LIBS" LIBS="-ldl $LIBS"
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 2953 "configure" #line 2949 "configure"
#include "confdefs.h" #include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */ /* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2 /* We use char because int might match the return type of a gcc2
...@@ -2960,7 +2956,7 @@ int main() { ...@@ -2960,7 +2956,7 @@ int main() {
dlopen() dlopen()
; return 0; } ; return 0; }
EOF EOF
if { (eval echo configure:2964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest* rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes" eval "ac_cv_lib_$ac_lib_var=yes"
else else
...@@ -3039,7 +3035,7 @@ fi ...@@ -3039,7 +3035,7 @@ fi
# Configuration of shared libraries # Configuration of shared libraries
# #
echo $ac_n "checking whether to build shared libraries""... $ac_c" 1>&6 echo $ac_n "checking whether to build shared libraries""... $ac_c" 1>&6
echo "configure:3043: checking whether to build shared libraries" >&5 echo "configure:3039: checking whether to build shared libraries" >&5
# Check whether --enable-shared or --disable-shared was given. # Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then if test "${enable_shared+set}" = set; then
enableval="$enable_shared" enableval="$enable_shared"
...@@ -3077,7 +3073,7 @@ esac ...@@ -3077,7 +3073,7 @@ esac
# Configuration of machine-dependent code # Configuration of machine-dependent code
# #
echo $ac_n "checking which machine-dependent code should be used""... $ac_c" 1>&6 echo $ac_n "checking which machine-dependent code should be used""... $ac_c" 1>&6
echo "configure:3081: checking which machine-dependent code should be used" >&5 echo "configure:3077: checking which machine-dependent code should be used" >&5
machdep= machdep=
case "$host" in case "$host" in
alpha*-*-openbsd*) alpha*-*-openbsd*)
...@@ -3157,10 +3153,10 @@ addobjs="$addobjs $machdep" ...@@ -3157,10 +3153,10 @@ addobjs="$addobjs $machdep"
# Check for AViiON Machines running DGUX # Check for AViiON Machines running DGUX
# #
echo $ac_n "checking if host is AViiON running DGUX""... $ac_c" 1>&6 echo $ac_n "checking if host is AViiON running DGUX""... $ac_c" 1>&6
echo "configure:3161: checking if host is AViiON running DGUX" >&5 echo "configure:3157: checking if host is AViiON running DGUX" >&5
ac_is_dgux=no ac_is_dgux=no
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:3164: checking how to run the C preprocessor" >&5 echo "configure:3160: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory. # On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then if test -n "$CPP" && test -d "$CPP"; then
CPP= CPP=
...@@ -3175,13 +3171,13 @@ else ...@@ -3175,13 +3171,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser, # On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. # not just through cpp.
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 3179 "configure" #line 3175 "configure"
#include "confdefs.h" #include "confdefs.h"
#include <assert.h> #include <assert.h>
Syntax Error Syntax Error
EOF EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } { (eval echo configure:3181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then if test -z "$ac_err"; then
: :
...@@ -3192,13 +3188,13 @@ else ...@@ -3192,13 +3188,13 @@ else
rm -rf conftest* rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp" CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 3196 "configure" #line 3192 "configure"
#include "confdefs.h" #include "confdefs.h"
#include <assert.h> #include <assert.h>
Syntax Error Syntax Error
EOF EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } { (eval echo configure:3198: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then if test -z "$ac_err"; then
: :
...@@ -3209,13 +3205,13 @@ else ...@@ -3209,13 +3205,13 @@ else
rm -rf conftest* rm -rf conftest*
CPP="${CC-cc} -nologo -E" CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 3213 "configure" #line 3209 "configure"
#include "confdefs.h" #include "confdefs.h"
#include <assert.h> #include <assert.h>
Syntax Error Syntax Error
EOF EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } { (eval echo configure:3215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then if test -z "$ac_err"; then
: :
...@@ -3241,17 +3237,17 @@ echo "$ac_t""$CPP" 1>&6 ...@@ -3241,17 +3237,17 @@ echo "$ac_t""$CPP" 1>&6
ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
echo "configure:3245: checking for sys/dg_sys_info.h" >&5 echo "configure:3241: checking for sys/dg_sys_info.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 3250 "configure" #line 3246 "configure"
#include "confdefs.h" #include "confdefs.h"
#include <sys/dg_sys_info.h> #include <sys/dg_sys_info.h>
EOF EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:3255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } { (eval echo configure:3251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then if test -z "$ac_err"; then
rm -rf conftest* rm -rf conftest*
...@@ -3311,7 +3307,7 @@ if false; then ...@@ -3311,7 +3307,7 @@ if false; then
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
echo "configure:3315: checking for executable suffix" >&5 echo "configure:3311: checking for executable suffix" >&5
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
...@@ -3321,7 +3317,7 @@ else ...@@ -3321,7 +3317,7 @@ else
rm -f conftest* rm -f conftest*
echo 'int main () { return 0; }' > conftest.$ac_ext echo 'int main () { return 0; }' > conftest.$ac_ext
ac_cv_exeext= ac_cv_exeext=
if { (eval echo configure:3325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then if { (eval echo configure:3321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do for file in conftest.*; do
case $file in case $file in
*.c | *.o | *.obj) ;; *.c | *.o | *.obj) ;;
...@@ -3344,7 +3340,7 @@ ac_exeext=$EXEEXT ...@@ -3344,7 +3340,7 @@ ac_exeext=$EXEEXT
fi fi
echo $ac_n "checking whether Solaris gcc optimization fix is necessary""... $ac_c" 1>&6 echo $ac_n "checking whether Solaris gcc optimization fix is necessary""... $ac_c" 1>&6
echo "configure:3348: checking whether Solaris gcc optimization fix is necessary" >&5 echo "configure:3344: checking whether Solaris gcc optimization fix is necessary" >&5
case "$host" in case "$host" in
sparc-sun-solaris2*|*aix*) sparc-sun-solaris2*|*aix*)
if test "$GCC" = yes; then if test "$GCC" = yes; then
......
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