/[gcl]/gcl/configure
ViewVC logotype

Diff of /gcl/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11.2.7 by camm, Mon Jan 7 21:29:26 2002 UTC revision 1.11.2.8 by camm, Tue Jan 8 19:26:06 2002 UTC
# Line 2335  case $canonical in Line 2335  case $canonical in
2335       *86-*-linux*)       *86-*-linux*)
2336       use=386-linux;;       use=386-linux;;
2337    
2338         m68k-*-linux*)
2339         use=m68k-linux;;
2340    
2341         alpha-*-linux*)
2342         use=alpha-linux;;
2343    
2344         mips-*-linux*)
2345         use=mips-linux;;
2346    
2347         sparc-*-linux*)
2348         use=sparc-linux;;
2349    
2350         arm-*-linux*)
2351         use=arm-linux;;
2352    
2353         s390-*-linux*)
2354         use=s390-linux;;
2355    
2356         ia64-*-linux*)
2357         use=ia64-linux;;
2358    
2359         hppa-*-linux*)
2360         use=hppa-linux;;
2361    
2362         powerpc-*-linux*)
2363         use=powerpc-linux;;
2364    
2365       alpha-dec-osf)       alpha-dec-osf)
2366       use=alpha-osf1;;       use=alpha-osf1;;
2367    
# Line 2445  case $canonical in Line 2472  case $canonical in
2472    
2473  esac  esac
2474  echo $ac_n "checking check for SV_ONSTACK""... $ac_c" 1>&6  echo $ac_n "checking check for SV_ONSTACK""... $ac_c" 1>&6
2475  echo "configure:2449: checking check for SV_ONSTACK" >&5  echo "configure:2476: checking check for SV_ONSTACK" >&5
2476  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2477  #line 2451 "configure"  #line 2478 "configure"
2478  #include "confdefs.h"  #include "confdefs.h"
2479  #include <signal.h>  #include <signal.h>
2480  int joe=SV_ONSTACK;  int joe=SV_ONSTACK;
# Line 2456  int main() { Line 2483  int main() {
2483    
2484  ; return 0; }  ; return 0; }
2485  EOF  EOF
2486  if { (eval echo configure:2460: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2487    rm -rf conftest*    rm -rf conftest*
2488    cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
2489  #define HAVE_SV_ONSTACK 1  #define HAVE_SV_ONSTACK 1
# Line 2474  rm -f conftest* Line 2501  rm -f conftest*
2501    
2502    
2503  echo $ac_n "checking check for SIGSYS""... $ac_c" 1>&6  echo $ac_n "checking check for SIGSYS""... $ac_c" 1>&6
2504  echo "configure:2478: checking check for SIGSYS" >&5  echo "configure:2505: checking check for SIGSYS" >&5
2505  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2506  #line 2480 "configure"  #line 2507 "configure"
2507  #include "confdefs.h"  #include "confdefs.h"
2508  #include <signal.h>  #include <signal.h>
2509  int joe=SIGSYS;  int joe=SIGSYS;
# Line 2485  int main() { Line 2512  int main() {
2512    
2513  ; return 0; }  ; return 0; }
2514  EOF  EOF
2515  if { (eval echo configure:2489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2516    rm -rf conftest*    rm -rf conftest*
2517    cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
2518  #define HAVE_SIGSYS 1  #define HAVE_SIGSYS 1
# Line 2503  rm -f conftest* Line 2530  rm -f conftest*
2530    
2531    
2532  echo $ac_n "checking check for SIGEMT""... $ac_c" 1>&6  echo $ac_n "checking check for SIGEMT""... $ac_c" 1>&6
2533  echo "configure:2507: checking check for SIGEMT" >&5  echo "configure:2534: checking check for SIGEMT" >&5
2534  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
2535  #line 2509 "configure"  #line 2536 "configure"
2536  #include "confdefs.h"  #include "confdefs.h"
2537  #include <signal.h>  #include <signal.h>
2538  int joe=SIGEMT;  int joe=SIGEMT;
# Line 2514  int main() { Line 2541  int main() {
2541    
2542  ; return 0; }  ; return 0; }
2543  EOF  EOF
2544  if { (eval echo configure:2518: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2545    rm -rf conftest*    rm -rf conftest*
2546    cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
2547  #define HAVE_SIGEMT 1  #define HAVE_SIGEMT 1
# Line 2533  rm -f conftest* Line 2560  rm -f conftest*
2560    
2561    
2562    
2563  if test $use = "386-linux" ; then  #if test $use = "386-linux" ; then
2564          for ac_hdr in asm/sigcontext.h          for ac_hdr in asm/sigcontext.h
2565  do  do
2566  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2567  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2568  echo "configure:2542: checking for $ac_hdr" >&5  echo "configure:2569: checking for $ac_hdr" >&5
2569  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2570    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2571  else  else
2572    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2573  #line 2547 "configure"  #line 2574 "configure"
2574  #include "confdefs.h"  #include "confdefs.h"
2575  #include <$ac_hdr>  #include <$ac_hdr>
2576  EOF  EOF
2577  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2578  { (eval echo configure:2552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2579  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2580  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2581    rm -rf conftest*    rm -rf conftest*
# Line 2578  done Line 2605  done
2605  do  do
2606  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2607  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2608  echo "configure:2582: checking for $ac_hdr" >&5  echo "configure:2609: checking for $ac_hdr" >&5
2609  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2610    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2611  else  else
2612    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
2613  #line 2587 "configure"  #line 2614 "configure"
2614  #include "confdefs.h"  #include "confdefs.h"
2615  #include <$ac_hdr>  #include <$ac_hdr>
2616  EOF  EOF
2617  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2618  { (eval echo configure:2592: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:2619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2619  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2620  if test -z "$ac_err"; then  if test -z "$ac_err"; then
2621    rm -rf conftest*    rm -rf conftest*
# Line 2615  fi Line 2642  fi
2642  done  done
2643    
2644          cat > conftest.$ac_ext <<EOF          cat > conftest.$ac_ext <<EOF
2645  #line 2619 "configure"  #line 2646 "configure"
2646  #include "confdefs.h"  #include "confdefs.h"
2647  #include <signal.h>  #include <signal.h>
2648                          long code;                            long code;  
2649                
2650  int main() {  int main() {
2651    
2652          void *p = ((void *)(((struct sigcontext_struct *)(&code))->cr2));          void *p = ((void *)(((struct sigcontext_struct *)(&code))));
2653                
2654  ; return 0; }  ; return 0; }
2655  EOF  EOF
2656  if { (eval echo configure:2630: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2657: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2657    rm -rf conftest*    rm -rf conftest*
2658        
2659          sigcontext_struct_works=1;          sigcontext_struct_works=1;
# Line 2647  fi Line 2674  fi
2674  rm -f conftest*  rm -f conftest*
2675         if test "$sigcontext_struct_works" = 0 ; then         if test "$sigcontext_struct_works" = 0 ; then
2676         cat > conftest.$ac_ext <<EOF         cat > conftest.$ac_ext <<EOF
2677  #line 2651 "configure"  #line 2678 "configure"
2678  #include "confdefs.h"  #include "confdefs.h"
2679  #include <signal.h>  #include <signal.h>
2680               #ifdef HAVE_ASM_SIGCONTEXT_H                   #ifdef HAVE_ASM_SIGCONTEXT_H    
# Line 2660  rm -f conftest* Line 2687  rm -f conftest*
2687                        
2688  int main() {  int main() {
2689    
2690          void *p = ((void *)(((struct sigcontext *)(&code))->cr2));          void *p = ((void *)(((struct sigcontext *)(&code))));
2691                    
2692  ; return 0; }  ; return 0; }
2693  EOF  EOF
2694  if { (eval echo configure:2668: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:2695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2695    rm -rf conftest*    rm -rf conftest*
2696        
2697          sigcontext_works=1 ;          sigcontext_works=1 ;
# Line 2686  rm -f conftest* Line 2713  rm -f conftest*
2713    
2714    
2715         fi         fi
2716          echo 'foo() {}' > conftest1.c  #       echo 'foo() {}' > conftest1.c
2717          $CC -S conftest1.c  #       $CC -S conftest1.c
2718          use_underscore=0          #       use_underscore=0        
2719          if fgrep _foo conftest1.s ; then use_underscore=1 ; fi  #       if fgrep _foo conftest1.s ; then use_underscore=1 ; fi
2720          if test $use_underscore = 0 ; then  #       if test $use_underscore = 0 ; then
2721              MPI_FILE=mpi-386_no_under.o  #            MPI_FILE=mpi-386_no_under.o
2722            else  #          else
2723               MPI_FILE=mpi-386d.o  #            MPI_FILE=mpi-386d.o
2724          fi  #        fi
2725            #       AC_SUBST(MPI_FILE)
2726  #       GCC=$CC  #       GCC=$CC
2727  #        if test -x  /usr/bin/i386-glibc20-linux-gcc ; then  #        if test -x  /usr/bin/i386-glibc20-linux-gcc ; then
2728  #          GCC=/usr/bin/i386-glibc20-linux-gcc  #          GCC=/usr/bin/i386-glibc20-linux-gcc
2729  #       fi  #       fi
2730  #       AC_SUBST(GCC)  #       AC_SUBST(GCC)
2731    
2732  fi  #fi
2733    
2734  # Extract the first word of "emacs", so it can be a program name with args.  # Extract the first word of "emacs", so it can be a program name with args.
2735  set dummy emacs; ac_word=$2  set dummy emacs; ac_word=$2
2736  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2737  echo "configure:2711: checking for $ac_word" >&5  echo "configure:2738: checking for $ac_word" >&5
2738  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_EMACS'+set}'`\" = set"; then
2739    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2740  else  else
# Line 2755  cat >> conftest.el <<EOF Line 2782  cat >> conftest.el <<EOF
2782  EOF  EOF
2783    
2784  echo $ac_n "checking emacs site lisp directory""... $ac_c" 1>&6  echo $ac_n "checking emacs site lisp directory""... $ac_c" 1>&6
2785  echo "configure:2759: checking emacs site lisp directory" >&5  echo "configure:2786: checking emacs site lisp directory" >&5
2786  #EMACS_SITE_LISP=unknown  #EMACS_SITE_LISP=unknown
2787  if [ "$EMACS" != "" ] ; then  if [ "$EMACS" != "" ] ; then
2788          EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d `          EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d `
# Line 2778  cat >> conftest.el <<EOF Line 2805  cat >> conftest.el <<EOF
2805  EOF  EOF
2806    
2807  echo $ac_n "checking emacs default.el""... $ac_c" 1>&6  echo $ac_n "checking emacs default.el""... $ac_c" 1>&6
2808  echo "configure:2782: checking emacs default.el" >&5  echo "configure:2809: checking emacs default.el" >&5
2809  if [ "$EMACS" != "" ] ; then  if [ "$EMACS" != "" ] ; then
2810          EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d `          EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d `
2811  else  else
# Line 2807  cat >> conftest.el <<EOF Line 2834  cat >> conftest.el <<EOF
2834  EOF  EOF
2835    
2836  echo $ac_n "checking emacs info/dir""... $ac_c" 1>&6  echo $ac_n "checking emacs info/dir""... $ac_c" 1>&6
2837  echo "configure:2811: checking emacs info/dir" >&5  echo "configure:2838: checking emacs info/dir" >&5
2838  if [ "$EMACS" != "" ] ; then  if [ "$EMACS" != "" ] ; then
2839          INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d `          INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d `
2840  fi  fi
# Line 2821  echo "$ac_t""$INFO_DIR" 1>&6 Line 2848  echo "$ac_t""$INFO_DIR" 1>&6
2848    
2849    
2850  echo $ac_n "checking for tcl/tk""... $ac_c" 1>&6  echo $ac_n "checking for tcl/tk""... $ac_c" 1>&6
2851  echo "configure:2825: checking for tcl/tk" >&5  echo "configure:2852: checking for tcl/tk" >&5
2852    
2853    
2854  if test -d "${TCL_CONFIG_PREFIX}"  ; then true ; else  if test -d "${TCL_CONFIG_PREFIX}"  ; then true ; else
# Line 2844  cp conftest.tcl foo.tcl Line 2871  cp conftest.tcl foo.tcl
2871  # Extract the first word of "tclsh", so it can be a program name with args.  # Extract the first word of "tclsh", so it can be a program name with args.
2872  set dummy tclsh; ac_word=$2  set dummy tclsh; ac_word=$2
2873  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2874  echo "configure:2848: checking for $ac_word" >&5  echo "configure:2875: checking for $ac_word" >&5
2875  if eval "test \"`echo '$''{'ac_cv_prog_TCLSH'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_TCLSH'+set}'`\" = set"; then
2876    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2877  else  else
# Line 2902  cp conftest.tcl foo.tcl Line 2929  cp conftest.tcl foo.tcl
2929  # Extract the first word of "wish", so it can be a program name with args.  # Extract the first word of "wish", so it can be a program name with args.
2930  set dummy wish; ac_word=$2  set dummy wish; ac_word=$2
2931  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2932  echo "configure:2906: checking for $ac_word" >&5  echo "configure:2933: checking for $ac_word" >&5
2933  if eval "test \"`echo '$''{'ac_cv_prog_TKSH'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_TKSH'+set}'`\" = set"; then
2934    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
2935  else  else
# Line 2968  if test -f ${TCL_CONFIG_PREFIX}/../inclu Line 2995  if test -f ${TCL_CONFIG_PREFIX}/../inclu
2995    fi    fi
2996  fi  fi
2997  echo $ac_n "checking for main in -llieee""... $ac_c" 1>&6  echo $ac_n "checking for main in -llieee""... $ac_c" 1>&6
2998  echo "configure:2972: checking for main in -llieee" >&5  echo "configure:2999: checking for main in -llieee" >&5
2999  ac_lib_var=`echo lieee'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo lieee'_'main | sed 'y%./+-%__p_%'`
3000  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
3001    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 2976  else Line 3003  else
3003    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
3004  LIBS="-llieee  $LIBS"  LIBS="-llieee  $LIBS"
3005  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
3006  #line 2980 "configure"  #line 3007 "configure"
3007  #include "confdefs.h"  #include "confdefs.h"
3008    
3009  int main() {  int main() {
3010  main()  main()
3011  ; return 0; }  ; return 0; }
3012  EOF  EOF
3013  if { (eval echo configure:2987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3014    rm -rf conftest*    rm -rf conftest*
3015    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
3016  else  else
# Line 3008  if test "$have_ieee" = "0" ; then Line 3035  if test "$have_ieee" = "0" ; then
3035   TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `   TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
3036  fi  fi
3037  echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6  echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
3038  echo "configure:3012: checking for dlopen in -ldl" >&5  echo "configure:3039: checking for dlopen in -ldl" >&5
3039  ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`  ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
3040  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
3041    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 3016  else Line 3043  else
3043    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
3044  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
3045  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
3046  #line 3020 "configure"  #line 3047 "configure"
3047  #include "confdefs.h"  #include "confdefs.h"
3048  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
3049  /* 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
# Line 3027  int main() { Line 3054  int main() {
3054  dlopen()  dlopen()
3055  ; return 0; }  ; return 0; }
3056  EOF  EOF
3057  if { (eval echo configure:3031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3058    rm -rf conftest*    rm -rf conftest*
3059    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
3060  else  else
# Line 3109  echo "$ac_t""use=$use" 1>&6 Line 3136  echo "$ac_t""use=$use" 1>&6
3136  # the time handling for unixtime, add timezone  # the time handling for unixtime, add timezone
3137    
3138  echo $ac_n "checking alloca""... $ac_c" 1>&6  echo $ac_n "checking alloca""... $ac_c" 1>&6
3139  echo "configure:3113: checking alloca" >&5  echo "configure:3140: checking alloca" >&5
3140  if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
3141    gcl_ok=no    gcl_ok=no
3142  else  else
3143    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
3144  #line 3118 "configure"  #line 3145 "configure"
3145  #include "confdefs.h"  #include "confdefs.h"
3146  int main() { exit(alloca(500) != NULL ? 0 : 1);}  int main() { exit(alloca(500) != NULL ? 0 : 1);}
3147  EOF  EOF
3148  if { (eval echo configure:3122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:3149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3149  then  then
3150    :    :
3151  else  else
# Line 3141  else Line 3168  else
3168    gcl_ok=no    gcl_ok=no
3169  else  else
3170    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
3171  #line 3145 "configure"  #line 3172 "configure"
3172  #include "confdefs.h"  #include "confdefs.h"
3173  #include <alloca.h>  #include <alloca.h>
3174    int main() { exit(alloca(500) != NULL ? 0 : 1)}    int main() { exit(alloca(500) != NULL ? 0 : 1)}
3175  EOF  EOF
3176  if { (eval echo configure:3150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:3177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3177  then  then
3178    :    :
3179  else  else
# Line 3208  rm -f makedefsafter Line 3235  rm -f makedefsafter
3235    
3236  if test $use_gmp = yes ; then  if test $use_gmp = yes ; then
3237   echo $ac_n "checking use_gmp=yes, doing configure in gmp directory""... $ac_c" 1>&6   echo $ac_n "checking use_gmp=yes, doing configure in gmp directory""... $ac_c" 1>&6
3238  echo "configure:3212: checking use_gmp=yes, doing configure in gmp directory" >&5  echo "configure:3239: checking use_gmp=yes, doing configure in gmp directory" >&5
3239   case "${canonical}" in   case "${canonical}" in
3240     i[5-9]86* | pentium* | k6* | athlon*)     i[5-9]86* | pentium* | k6* | athlon*)
3241        (cd gmp ; ./configure --target=i486) ;;        (cd gmp ; ./configure --target=i486) ;;
# Line 3229  fi Line 3256  fi
3256  # redhat/cygnus released for some reason a buggy version of gcc,  # redhat/cygnus released for some reason a buggy version of gcc,
3257  # which no one else released.   Catch that here.  # which no one else released.   Catch that here.
3258  echo $ac_n "checking Checking for buggy gcc version from redhat""... $ac_c" 1>&6  echo $ac_n "checking Checking for buggy gcc version from redhat""... $ac_c" 1>&6
3259  echo "configure:3233: checking Checking for buggy gcc version from redhat" >&5  echo "configure:3260: checking Checking for buggy gcc version from redhat" >&5
3260  if  2>&1 $CC -v | fgrep "gcc version 2.96" > /dev/null  if  2>&1 $CC -v | fgrep "gcc version 2.96" > /dev/null
3261     then     then
3262          BROKEN_O4_OPT=1          BROKEN_O4_OPT=1
# Line 3400  s%@host_os@%$host_os%g Line 3427  s%@host_os@%$host_os%g
3427  s%@HAVE_SV_ONSTACK@%$HAVE_SV_ONSTACK%g  s%@HAVE_SV_ONSTACK@%$HAVE_SV_ONSTACK%g
3428  s%@HAVE_SIGSYS@%$HAVE_SIGSYS%g  s%@HAVE_SIGSYS@%$HAVE_SIGSYS%g
3429  s%@HAVE_SIGEMT@%$HAVE_SIGEMT%g  s%@HAVE_SIGEMT@%$HAVE_SIGEMT%g
 s%@MPI_FILE@%$MPI_FILE%g  
3430  s%@EMACS@%$EMACS%g  s%@EMACS@%$EMACS%g
3431  s%@EMACS_SITE_LISP@%$EMACS_SITE_LISP%g  s%@EMACS_SITE_LISP@%$EMACS_SITE_LISP%g
3432  s%@EMACS_DEFAULT_EL@%$EMACS_DEFAULT_EL%g  s%@EMACS_DEFAULT_EL@%$EMACS_DEFAULT_EL%g

Legend:
Removed from v.1.11.2.7  
changed lines
  Added in v.1.11.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26