Changeset 104fd23 in git for libfac/configure


Ignore:
Timestamp:
Dec 12, 2000, 1:37:18 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c8839774c1058397a14da4aad0dc89c93261c85a
Parents:
b2589847732c7342913d983111884aa9b6a193e9
Message:
* check for --no-rtti and --no-exception options to gcc


git-svn-id: file:///usr/local/Singular/svn/trunk@4872 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfac/configure

    rb258984 r104fd23  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.10
     4# Generated automatically using autoconf version 2.13
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    5454subdirs=
    5555MFLAGS= MAKEFLAGS=
     56SHELL=${CONFIG_SHELL-/bin/sh}
     57# Maximum number of lines to put in a shell here document.
     58ac_max_here_lines=12
    5659
    5760ac_prev=
     
    335338
    336339  -version | --version | --versio | --versi | --vers)
    337     echo "configure generated by autoconf version 2.10"
     340    echo "configure generated by autoconf version 2.13"
    338341    exit 0 ;;
    339342
     
    437440
    438441# NLS nuisances.
    439 # Only set LANG and LC_ALL to C if already set.
    440 # These must not be set unconditionally because not all systems understand
    441 # e.g. LANG=C (notably SCO).
     442# Only set these to C if already set.  These must not be set unconditionally
     443# because not all systems understand e.g. LANG=C (notably SCO).
     444# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
     445# Non-C LC_CTYPE values break the ctype check.
     446if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
    442447if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
    443 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
     448if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
     449if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
    444450
    445451# confdefs.h avoids OS command line length limits that DEFS can exceed.
     
    502508ac_cpp='$CPP $CPPFLAGS'
    503509ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    504 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    505 
     510ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     511cross_compiling=$ac_cv_prog_cc_cross
     512
     513ac_exeext=
     514ac_objext=o
    506515if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    507516  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    607616ac_cpp='$CXXCPP $CPPFLAGS'
    608617ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    609 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     618ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     619cross_compiling=$ac_cv_prog_cxx_cross
    610620 
    611 for ac_prog in $CCC c++ g++ gcc CC cxx
     621for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
    612622do
    613623# Extract the first word of "$ac_prog", so it can be a program name with args.
    614624set dummy $ac_prog; ac_word=$2
    615625echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     626echo "configure:627: checking for $ac_word" >&5
    616627if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    617628  echo $ac_n "(cached) $ac_c" 1>&6
     
    620631  ac_cv_prog_CXX="$CXX" # Let the user override the test.
    621632else
    622   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    623   for ac_dir in $PATH; do
     633  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     634  ac_dummy="$PATH"
     635  for ac_dir in $ac_dummy; do
    624636    test -z "$ac_dir" && ac_dir=.
    625637    if test -f $ac_dir/$ac_word; then
     
    643655
    644656
     657echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
     658echo "configure:659: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     659
     660ac_ext=C
     661# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     662ac_cpp='$CXXCPP $CPPFLAGS'
     663ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     664ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     665cross_compiling=$ac_cv_prog_cxx_cross
     666
     667cat > conftest.$ac_ext << EOF
     668
     669#line 670 "configure"
     670#include "confdefs.h"
     671
     672int main(){return(0);}
     673EOF
     674if { (eval echo configure:675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     675  ac_cv_prog_cxx_works=yes
     676  # If we can't run a trivial program, we are probably using a cross compiler.
     677  if (./conftest; exit) 2>/dev/null; then
     678    ac_cv_prog_cxx_cross=no
     679  else
     680    ac_cv_prog_cxx_cross=yes
     681  fi
     682else
     683  echo "configure: failed program was:" >&5
     684  cat conftest.$ac_ext >&5
     685  ac_cv_prog_cxx_works=no
     686fi
     687rm -fr conftest*
     688ac_ext=C
     689# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     690ac_cpp='$CXXCPP $CPPFLAGS'
     691ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     692ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     693cross_compiling=$ac_cv_prog_cxx_cross
     694
     695echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
     696if test $ac_cv_prog_cxx_works = no; then
     697  { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
     698fi
     699echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
     700echo "configure:701: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     701echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
     702cross_compiling=$ac_cv_prog_cxx_cross
     703
    645704echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
     705echo "configure:706: checking whether we are using GNU C++" >&5
    646706if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    647707  echo $ac_n "(cached) $ac_c" 1>&6
     
    652712#endif
    653713EOF
    654 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     714if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:715: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    655715  ac_cv_prog_gxx=yes
    656716else
     
    660720
    661721echo "$ac_t""$ac_cv_prog_gxx" 1>&6
     722
    662723if test $ac_cv_prog_gxx = yes; then
    663724  GXX=yes
    664   if test "${CXXFLAGS+set}" != set; then
    665     echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    666 if eval "test \"`echo '$''{'ac_cv_prog_gxx_g'+set}'`\" = set"; then
     725else
     726  GXX=
     727fi
     728
     729ac_test_CXXFLAGS="${CXXFLAGS+set}"
     730ac_save_CXXFLAGS="$CXXFLAGS"
     731CXXFLAGS=
     732echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
     733echo "configure:734: checking whether ${CXX-g++} accepts -g" >&5
     734if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    667735  echo $ac_n "(cached) $ac_c" 1>&6
    668736else
    669737  echo 'void f(){}' > conftest.cc
    670738if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
    671   ac_cv_prog_gxx_g=yes
    672 else
    673   ac_cv_prog_gxx_g=no
     739  ac_cv_prog_cxx_g=yes
     740else
     741  ac_cv_prog_cxx_g=no
    674742fi
    675743rm -f conftest*
     
    677745fi
    678746
    679 echo "$ac_t""$ac_cv_prog_gxx_g" 1>&6
    680     if test $ac_cv_prog_gxx_g = yes; then
    681       CXXFLAGS="-g -O"
    682     else
    683       CXXFLAGS="-O"
    684     fi
    685   fi
    686 else
    687   GXX=
    688   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
     747echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
     748if test "$ac_test_CXXFLAGS" = set; then
     749  CXXFLAGS="$ac_save_CXXFLAGS"
     750elif test $ac_cv_prog_cxx_g = yes; then
     751  if test "$GXX" = yes; then
     752    CXXFLAGS="-g -O2"
     753  else
     754    CXXFLAGS="-g"
     755  fi
     756else
     757  if test "$GXX" = yes; then
     758    CXXFLAGS="-O2"
     759  else
     760    CXXFLAGS=
     761  fi
    689762fi
    690763
    691764echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
     765echo "configure:766: checking how to run the C++ preprocessor" >&5
    692766if test -z "$CXXCPP"; then
    693767if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    698772ac_cpp='$CXXCPP $CPPFLAGS'
    699773ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    700 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     774ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     775cross_compiling=$ac_cv_prog_cxx_cross
    701776  CXXCPP="${CXX-g++} -E"
    702777  cat > conftest.$ac_ext <<EOF
    703 #line 704 "configure"
     778#line 779 "configure"
    704779#include "confdefs.h"
    705780#include <stdlib.h>
    706781EOF
    707782ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    708 { (eval echo configure:709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    709 ac_err=`grep -v '^ *+' conftest.out`
     783{ (eval echo configure:784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     784ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    710785if test -z "$ac_err"; then
    711786  :
    712787else
    713788  echo "$ac_err" >&5
     789  echo "configure: failed program was:" >&5
     790  cat conftest.$ac_ext >&5
    714791  rm -rf conftest*
    715792  CXXCPP=/lib/cpp
     
    717794rm -f conftest*
    718795  ac_cv_prog_CXXCPP="$CXXCPP"
     796ac_ext=C
     797# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     798ac_cpp='$CXXCPP $CPPFLAGS'
     799ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     800ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     801cross_compiling=$ac_cv_prog_cxx_cross
    719802fi
    720803fi
     
    724807
    725808echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    726 set dummy ${MAKE-make}; ac_make=$2
     809echo "configure:810: checking whether ${MAKE-make} sets \${MAKE}" >&5
     810set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    727811if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
    728812  echo $ac_n "(cached) $ac_c" 1>&6
     
    752836set dummy ranlib; ac_word=$2
    753837echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     838echo "configure:839: checking for $ac_word" >&5
    754839if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    755840  echo $ac_n "(cached) $ac_c" 1>&6
     
    758843  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    759844else
    760   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    761   for ac_dir in $PATH; do
     845  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     846  ac_dummy="$PATH"
     847  for ac_dir in $ac_dummy; do
    762848    test -z "$ac_dir" && ac_dir=.
    763849    if test -f $ac_dir/$ac_word; then
     
    780866set dummy ar; ac_word=$2
    781867echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     868echo "configure:869: checking for $ac_word" >&5
    782869if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    783870  echo $ac_n "(cached) $ac_c" 1>&6
     
    786873  ac_cv_prog_AR="$AR" # Let the user override the test.
    787874else
    788   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    789   for ac_dir in $PATH; do
     875  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     876  ac_dummy="$PATH"
     877  for ac_dir in $ac_dummy; do
    790878    test -z "$ac_dir" && ac_dir=.
    791879    if test -f $ac_dir/$ac_word; then
     
    809897
    810898
    811 ac_safe=`echo "factory.h" | tr './\055' '___'`
     899ac_safe=`echo "factory.h" | sed 'y%./+-%__p_%'`
    812900echo $ac_n "checking for factory.h""... $ac_c" 1>&6
     901echo "configure:902: checking for factory.h" >&5
    813902if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    814903  echo $ac_n "(cached) $ac_c" 1>&6
    815904else
    816905  cat > conftest.$ac_ext <<EOF
    817 #line 818 "configure"
     906#line 907 "configure"
    818907#include "confdefs.h"
    819908#include <factory.h>
    820909EOF
    821910ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    822 { (eval echo configure:823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    823 ac_err=`grep -v '^ *+' conftest.out`
     911{ (eval echo configure:912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     912ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    824913if test -z "$ac_err"; then
    825914  rm -rf conftest*
     
    827916else
    828917  echo "$ac_err" >&5
     918  echo "configure: failed program was:" >&5
     919  cat conftest.$ac_ext >&5
    829920  rm -rf conftest*
    830921  eval "ac_cv_header_$ac_safe=no"
     
    844935
    845936echo $ac_n "checking for working const""... $ac_c" 1>&6
     937echo "configure:938: checking for working const" >&5
    846938if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    847939  echo $ac_n "(cached) $ac_c" 1>&6
    848940else
    849941  cat > conftest.$ac_ext <<EOF
    850 #line 851 "configure"
     942#line 943 "configure"
    851943#include "confdefs.h"
    852944
    853 int main() { return 0; }
    854 int t() {
     945int main() {
    855946
    856947/* Ultrix mips cc rejects this.  */
     
    898989; return 0; }
    899990EOF
    900 if { (eval echo configure:901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     991if { (eval echo configure:992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    901992  rm -rf conftest*
    902993  ac_cv_c_const=yes
    903994else
     995  echo "configure: failed program was:" >&5
     996  cat conftest.$ac_ext >&5
    904997  rm -rf conftest*
    905998  ac_cv_c_const=no
    906999fi
    9071000rm -f conftest*
    908 
    9091001fi
    9101002
     
    9181010
    9191011echo $ac_n "checking for inline""... $ac_c" 1>&6
     1012echo "configure:1013: checking for inline" >&5
    9201013if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    9211014  echo $ac_n "(cached) $ac_c" 1>&6
     
    9241017for ac_kw in inline __inline__ __inline; do
    9251018  cat > conftest.$ac_ext <<EOF
    926 #line 927 "configure"
     1019#line 1020 "configure"
    9271020#include "confdefs.h"
    9281021
    929 int main() { return 0; }
    930 int t() {
     1022int main() {
    9311023} $ac_kw foo() {
    9321024; return 0; }
    9331025EOF
    934 if { (eval echo configure:935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1026if { (eval echo configure:1027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    9351027  rm -rf conftest*
    9361028  ac_cv_c_inline=$ac_kw; break
     1029else
     1030  echo "configure: failed program was:" >&5
     1031  cat conftest.$ac_ext >&5
    9371032fi
    9381033rm -f conftest*
    939 
    9401034done
    9411035
     
    9571051
    9581052if test ${GXX} = yes; then
     1053
     1054
     1055# check whether CXX accepts --no-rtti
     1056echo $ac_n "checking whether gcc accepts --no-rtti""... $ac_c" 1>&6
     1057echo "configure:1058: checking whether gcc accepts --no-rtti" >&5
     1058CXXFLAGS="${CXXFLAGS} --no-rtti"
     1059if eval "test \"`echo '$''{'ac_cv_cxx_have_rtti'+set}'`\" = set"; then
     1060  echo $ac_n "(cached) $ac_c" 1>&6
     1061else
     1062  cat > conftest.$ac_ext <<EOF
     1063#line 1064 "configure"
     1064#include "confdefs.h"
     1065
     1066int main() {
     1067
     1068; return 0; }
     1069EOF
     1070if { (eval echo configure:1071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1071  rm -rf conftest*
     1072  ac_cv_cxx_have_rtti=yes
     1073else
     1074  echo "configure: failed program was:" >&5
     1075  cat conftest.$ac_ext >&5
     1076  rm -rf conftest*
     1077  ac_cv_cxx_have_rtti=no
     1078fi
     1079rm -f conftest*
     1080
     1081fi
     1082
     1083echo "$ac_t""${ac_cv_cxx_have_rtti}" 1>&6
     1084if test "${ac_cv_cxx_have_rtti}" != yes; then
     1085CXXFLAGS=$temp_flags
     1086else
     1087CXX="${CXX} --no-rtti"
     1088fi
     1089
     1090# check whether gcc accepts --no-exceptions
     1091echo $ac_n "checking whether gcc accepts --no-exceptions""... $ac_c" 1>&6
     1092echo "configure:1093: checking whether gcc accepts --no-exceptions" >&5
     1093CXXFLAGS="${CXXFLAGS} --no-exceptions"
     1094if eval "test \"`echo '$''{'ac_cv_cxx_have_exceptions'+set}'`\" = set"; then
     1095  echo $ac_n "(cached) $ac_c" 1>&6
     1096else
     1097  cat > conftest.$ac_ext <<EOF
     1098#line 1099 "configure"
     1099#include "confdefs.h"
     1100
     1101int main() {
     1102
     1103; return 0; }
     1104EOF
     1105if { (eval echo configure:1106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1106  rm -rf conftest*
     1107  ac_cv_cxx_have_exceptions=yes
     1108else
     1109  echo "configure: failed program was:" >&5
     1110  cat conftest.$ac_ext >&5
     1111  rm -rf conftest*
     1112  ac_cv_cxx_have_exceptions=no
     1113fi
     1114rm -f conftest*
     1115
     1116fi
     1117
     1118echo "$ac_t""${ac_cv_cxx_have_exceptions}" 1>&6
     1119if test "${ac_cv_cxx_have_exceptions}" != yes; then
     1120CXXFLAGS=$temp_flags
     1121else
     1122CXX="${CXX} --no-exceptions"
     1123fi
     1124
     1125CXXFLAGS=$temp_flags
     1126
    9591127  if test "$ac_cxxflags_set" = no; then
    9601128    if test "$with_debug" = yes; then
     
    9871155#
    9881156EOF
     1157# The following way of writing the cache mishandles newlines in values,
     1158# but we know of no workaround that is simple, portable, and efficient.
     1159# So, don't put newlines in cache variables' values.
    9891160# Ultrix sh set writes to stderr and can't be redirected directly,
    9901161# and sets the high bit in the cache file unless we assign to the vars.
    9911162(set) 2>&1 |
    992   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
    993   >> confcache
     1163  case `(ac_space=' '; set | grep ac_space) 2>&1` in
     1164  *ac_space=\ *)
     1165    # `set' does not quote correctly, so add quotes (double-quote substitution
     1166    # turns \\\\ into \\, and sed turns \\ into \).
     1167    sed -n \
     1168      -e "s/'/'\\\\''/g" \
     1169      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
     1170    ;;
     1171  *)
     1172    # `set' quotes correctly as required by POSIX, so do not add quotes.
     1173    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
     1174    ;;
     1175  esac >> confcache
    9941176if cmp -s $cache_file confcache; then
    9951177  :
     
    10581240    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    10591241  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    1060     echo "$CONFIG_STATUS generated by autoconf version 2.10"
     1242    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    10611243    exit 0 ;;
    10621244  -help | --help | --hel | --he | --h)
     
    10771259$ac_vpsub
    10781260$extrasub
     1261s%@SHELL@%$SHELL%g
    10791262s%@CFLAGS@%$CFLAGS%g
    10801263s%@CPPFLAGS@%$CPPFLAGS%g
    10811264s%@CXXFLAGS@%$CXXFLAGS%g
     1265s%@FFLAGS@%$FFLAGS%g
    10821266s%@DEFS@%$DEFS%g
    10831267s%@LDFLAGS@%$LDFLAGS%g
     
    11171301CEOF
    11181302EOF
     1303
     1304cat >> $CONFIG_STATUS <<\EOF
     1305
     1306# Split the substitutions into bite-sized pieces for seds with
     1307# small command number limits, like on Digital OSF/1 and HP-UX.
     1308ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
     1309ac_file=1 # Number of current file.
     1310ac_beg=1 # First line for current file.
     1311ac_end=$ac_max_sed_cmds # Line after last line for current file.
     1312ac_more_lines=:
     1313ac_sed_cmds=""
     1314while $ac_more_lines; do
     1315  if test $ac_beg -gt 1; then
     1316    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
     1317  else
     1318    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
     1319  fi
     1320  if test ! -s conftest.s$ac_file; then
     1321    ac_more_lines=false
     1322    rm -f conftest.s$ac_file
     1323  else
     1324    if test -z "$ac_sed_cmds"; then
     1325      ac_sed_cmds="sed -f conftest.s$ac_file"
     1326    else
     1327      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
     1328    fi
     1329    ac_file=`expr $ac_file + 1`
     1330    ac_beg=$ac_end
     1331    ac_end=`expr $ac_end + $ac_max_sed_cmds`
     1332  fi
     1333done
     1334if test -z "$ac_sed_cmds"; then
     1335  ac_sed_cmds=cat
     1336fi
     1337EOF
     1338
    11191339cat >> $CONFIG_STATUS <<EOF
    11201340
     
    11231343cat >> $CONFIG_STATUS <<\EOF
    11241344for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
    1125   # Support "outfile[:infile]", defaulting infile="outfile.in".
     1345  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    11261346  case "$ac_file" in
    1127   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
     1347  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
    11281348       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
    11291349  *) ac_file_in="${ac_file}.in" ;;
    11301350  esac
    11311351
    1132   # Adjust relative srcdir, etc. for subdirectories.
     1352  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
    11331353
    11341354  # Remove last slash and all that follows it.  Not all systems have dirname.
     
    11541374  esac
    11551375
     1376
    11561377  echo creating "$ac_file"
    11571378  rm -f "$ac_file"
     
    11621383  *) ac_comsub= ;;
    11631384  esac
     1385
     1386  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
    11641387  sed -e "$ac_comsub
    11651388s%@configure_input@%$configure_input%g
    11661389s%@srcdir@%$srcdir%g
    11671390s%@top_srcdir@%$top_srcdir%g
    1168 " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
     1391" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
    11691392fi; done
    1170 rm -f conftest.subs
    1171 
    1172 
     1393rm -f conftest.s*
     1394
     1395EOF
     1396cat >> $CONFIG_STATUS <<EOF
     1397
     1398EOF
     1399cat >> $CONFIG_STATUS <<\EOF
    11731400
    11741401exit 0
Note: See TracChangeset for help on using the changeset viewer.