Changeset dcc635 in git for configure


Ignore:
Timestamp:
Jul 21, 1999, 1:41:25 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
518752096f74eb90318c8da6eaf5fc256e7c083e
Parents:
351bd1844f06e25741249817f4ebb6524ec6d947
Message:
* mainly doc stuff improvements


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

Legend:

Unmodified
Added
Removed
  • configure

    r351bd1 rdcc635  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.12
     4# Generated automatically using autoconf version 2.13
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    102102subdirs=
    103103MFLAGS= MAKEFLAGS=
     104SHELL=${CONFIG_SHELL-/bin/sh}
    104105# Maximum number of lines to put in a shell here document.
    105106ac_max_here_lines=12
     
    385386
    386387  -version | --version | --versio | --versi | --vers)
    387     echo "configure generated by autoconf version 2.12"
     388    echo "configure generated by autoconf version 2.13"
    388389    exit 0 ;;
    389390
     
    555556ac_cpp='$CPP $CPPFLAGS'
    556557ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    557 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     558ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    558559cross_compiling=$ac_cv_prog_cc_cross
    559560
     561ac_exeext=
     562ac_objext=o
    560563if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    561564  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    591594
    592595echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    593 echo "configure:594: checking uname for singular" >&5
     596echo "configure:597: checking uname for singular" >&5
    594597if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    595598  echo $ac_n "(cached) $ac_c" 1>&6
     
    636639set dummy gcc; ac_word=$2
    637640echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    638 echo "configure:639: checking for $ac_word" >&5
     641echo "configure:642: checking for $ac_word" >&5
    639642if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    640643  echo $ac_n "(cached) $ac_c" 1>&6
     
    643646  ac_cv_prog_CC="$CC" # Let the user override the test.
    644647else
    645   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    646   for ac_dir in $PATH; do
     648  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     649  ac_dummy="$PATH"
     650  for ac_dir in $ac_dummy; do
    647651    test -z "$ac_dir" && ac_dir=.
    648652    if test -f $ac_dir/$ac_word; then
     
    665669set dummy cc; ac_word=$2
    666670echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    667 echo "configure:668: checking for $ac_word" >&5
     671echo "configure:672: checking for $ac_word" >&5
    668672if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    669673  echo $ac_n "(cached) $ac_c" 1>&6
     
    672676  ac_cv_prog_CC="$CC" # Let the user override the test.
    673677else
    674   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     678  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    675679  ac_prog_rejected=no
    676   for ac_dir in $PATH; do
     680  ac_dummy="$PATH"
     681  for ac_dir in $ac_dummy; do
    677682    test -z "$ac_dir" && ac_dir=.
    678683    if test -f $ac_dir/$ac_word; then
     
    709714fi
    710715
     716  if test -z "$CC"; then
     717    case "`uname -s`" in
     718    *win32* | *WIN32*)
     719      # Extract the first word of "cl", so it can be a program name with args.
     720set dummy cl; ac_word=$2
     721echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     722echo "configure:723: checking for $ac_word" >&5
     723if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     724  echo $ac_n "(cached) $ac_c" 1>&6
     725else
     726  if test -n "$CC"; then
     727  ac_cv_prog_CC="$CC" # Let the user override the test.
     728else
     729  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     730  ac_dummy="$PATH"
     731  for ac_dir in $ac_dummy; do
     732    test -z "$ac_dir" && ac_dir=.
     733    if test -f $ac_dir/$ac_word; then
     734      ac_cv_prog_CC="cl"
     735      break
     736    fi
     737  done
     738  IFS="$ac_save_ifs"
     739fi
     740fi
     741CC="$ac_cv_prog_CC"
     742if test -n "$CC"; then
     743  echo "$ac_t""$CC" 1>&6
     744else
     745  echo "$ac_t""no" 1>&6
     746fi
     747 ;;
     748    esac
     749  fi
    711750  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    712751fi
    713752
    714753echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    715 echo "configure:716: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     754echo "configure:755: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    716755
    717756ac_ext=c
     
    719758ac_cpp='$CPP $CPPFLAGS'
    720759ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    721 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     760ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    722761cross_compiling=$ac_cv_prog_cc_cross
    723762
    724 cat > conftest.$ac_ext <<EOF
    725 #line 726 "configure"
     763cat > conftest.$ac_ext << EOF
     764
     765#line 766 "configure"
    726766#include "confdefs.h"
     767
    727768main(){return(0);}
    728769EOF
    729 if { (eval echo configure:730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     770if { (eval echo configure:771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    730771  ac_cv_prog_cc_works=yes
    731772  # If we can't run a trivial program, we are probably using a cross compiler.
     
    741782fi
    742783rm -fr conftest*
     784ac_ext=c
     785# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     786ac_cpp='$CPP $CPPFLAGS'
     787ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     788ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     789cross_compiling=$ac_cv_prog_cc_cross
    743790
    744791echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    747794fi
    748795echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    749 echo "configure:750: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     796echo "configure:797: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    750797echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    751798cross_compiling=$ac_cv_prog_cc_cross
    752799
    753800echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    754 echo "configure:755: checking whether we are using GNU C" >&5
     801echo "configure:802: checking whether we are using GNU C" >&5
    755802if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    756803  echo $ac_n "(cached) $ac_c" 1>&6
     
    761808#endif
    762809EOF
    763 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:764: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     810if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:811: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    764811  ac_cv_prog_gcc=yes
    765812else
     
    772819if test $ac_cv_prog_gcc = yes; then
    773820  GCC=yes
    774   ac_test_CFLAGS="${CFLAGS+set}"
    775   ac_save_CFLAGS="$CFLAGS"
    776   CFLAGS=
    777   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    778 echo "configure:779: checking whether ${CC-cc} accepts -g" >&5
     821else
     822  GCC=
     823fi
     824
     825ac_test_CFLAGS="${CFLAGS+set}"
     826ac_save_CFLAGS="$CFLAGS"
     827CFLAGS=
     828echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     829echo "configure:830: checking whether ${CC-cc} accepts -g" >&5
    779830if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    780831  echo $ac_n "(cached) $ac_c" 1>&6
     
    791842
    792843echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    793   if test "$ac_test_CFLAGS" = set; then
    794     CFLAGS="$ac_save_CFLAGS"
    795   elif test $ac_cv_prog_cc_g = yes; then
     844if test "$ac_test_CFLAGS" = set; then
     845  CFLAGS="$ac_save_CFLAGS"
     846elif test $ac_cv_prog_cc_g = yes; then
     847  if test "$GCC" = yes; then
    796848    CFLAGS="-g -O2"
    797849  else
     850    CFLAGS="-g"
     851  fi
     852else
     853  if test "$GCC" = yes; then
    798854    CFLAGS="-O2"
    799   fi
    800 else
    801   GCC=
    802   test "${CFLAGS+set}" = set || CFLAGS="-g"
     855  else
     856    CFLAGS=
     857  fi
    803858fi
    804859
    805860echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    806 echo "configure:807: checking how to run the C preprocessor" >&5
     861echo "configure:862: checking how to run the C preprocessor" >&5
    807862# On Suns, sometimes $CPP names a directory.
    808863if test -n "$CPP" && test -d "$CPP"; then
     
    819874  # not just through cpp.
    820875  cat > conftest.$ac_ext <<EOF
    821 #line 822 "configure"
     876#line 877 "configure"
    822877#include "confdefs.h"
    823878#include <assert.h>
     
    825880EOF
    826881ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    827 { (eval echo configure:828: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    828 ac_err=`grep -v '^ *+' conftest.out`
     882{ (eval echo configure:883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     883ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    829884if test -z "$ac_err"; then
    830885  :
     
    836891  CPP="${CC-cc} -E -traditional-cpp"
    837892  cat > conftest.$ac_ext <<EOF
    838 #line 839 "configure"
     893#line 894 "configure"
    839894#include "confdefs.h"
    840895#include <assert.h>
     
    842897EOF
    843898ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    844 { (eval echo configure:845: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    845 ac_err=`grep -v '^ *+' conftest.out`
     899{ (eval echo configure:900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     900ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    846901if test -z "$ac_err"; then
    847902  :
     
    851906  cat conftest.$ac_ext >&5
    852907  rm -rf conftest*
     908  CPP="${CC-cc} -nologo -E"
     909  cat > conftest.$ac_ext <<EOF
     910#line 911 "configure"
     911#include "confdefs.h"
     912#include <assert.h>
     913Syntax Error
     914EOF
     915ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     916{ (eval echo configure:917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     917ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     918if test -z "$ac_err"; then
     919  :
     920else
     921  echo "$ac_err" >&5
     922  echo "configure: failed program was:" >&5
     923  cat conftest.$ac_ext >&5
     924  rm -rf conftest*
    853925  CPP=/lib/cpp
     926fi
     927rm -f conftest*
    854928fi
    855929rm -f conftest*
     
    865939
    866940echo $ac_n "checking for AIX""... $ac_c" 1>&6
    867 echo "configure:868: checking for AIX" >&5
     941echo "configure:942: checking for AIX" >&5
    868942cat > conftest.$ac_ext <<EOF
    869 #line 870 "configure"
     943#line 944 "configure"
    870944#include "confdefs.h"
    871945#ifdef _AIX
     
    894968set dummy $ac_prog; ac_word=$2
    895969echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    896 echo "configure:897: checking for $ac_word" >&5
     970echo "configure:971: checking for $ac_word" >&5
    897971if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    898972  echo $ac_n "(cached) $ac_c" 1>&6
     
    901975  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    902976else
    903   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    904   for ac_dir in $PATH; do
     977  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     978  ac_dummy="$PATH"
     979  for ac_dir in $ac_dummy; do
    905980    test -z "$ac_dir" && ac_dir=.
    906981    if test -f $ac_dir/$ac_word; then
     
    9251000set dummy latex2html; ac_word=$2
    9261001echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    927 echo "configure:928: checking for $ac_word" >&5
     1002echo "configure:1003: checking for $ac_word" >&5
    9281003if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    9291004  echo $ac_n "(cached) $ac_c" 1>&6
     
    9321007  ac_cv_prog_LATEX2HTML="$LATEX2HTML" # Let the user override the test.
    9331008else
    934   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    935   for ac_dir in $PATH; do
     1009  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1010  ac_dummy="$PATH"
     1011  for ac_dir in $ac_dummy; do
    9361012    test -z "$ac_dir" && ac_dir=.
    9371013    if test -f $ac_dir/$ac_word; then
     
    9511027
    9521028echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    953 echo "configure:954: checking whether ln -s works" >&5
     1029echo "configure:1030: checking whether ln -s works" >&5
    9541030if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    9551031  echo $ac_n "(cached) $ac_c" 1>&6
     
    9831059set dummy texi2html; ac_word=$2
    9841060echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    985 echo "configure:986: checking for $ac_word" >&5
     1061echo "configure:1062: checking for $ac_word" >&5
    9861062if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    9871063  echo $ac_n "(cached) $ac_c" 1>&6
     
    9901066  ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test.
    9911067else
    992   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    993   for ac_dir in $PATH; do
     1068  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1069  ac_dummy="$PATH"
     1070  for ac_dir in $ac_dummy; do
    9941071    test -z "$ac_dir" && ac_dir=.
    9951072    if test -f $ac_dir/$ac_word; then
     
    10301107# expand bindir
    10311108if test "x$bindir" = 'x${exec_prefix}/bin'; then
    1032   bindir="${exec_prefix}/"
     1109  bindir="${exec_prefix}"
    10331110  ac_configure_args="$ac_configure_args --bindir=${bindir}"
    10341111fi
     
    10361113# expand libdir
    10371114if test "x$libdir" = 'x${exec_prefix}/lib'; then
    1038   libdir="${exec_prefix}/lib/"
     1115  libdir="${exec_prefix}/lib"
    10391116  ac_configure_args="$ac_configure_args --libdir=${libdir}"
    10401117fi
     
    10421119# expand includedir
    10431120if test "x$includedir" = 'x${prefix}/include'; then
    1044   includedir="${exec_prefix}/include/"
     1121  includedir="${exec_prefix}/include"
    10451122  ac_configure_args="$ac_configure_args --includedir=${includedir}"
    10461123fi
     
    10581135# check for AIX
    10591136echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1060 echo "configure:1061: checking whether _AIX is defined" >&5
     1137echo "configure:1138: checking whether _AIX is defined" >&5
    10611138if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    10621139  echo $ac_n "(cached) $ac_c" 1>&6
    10631140else
    10641141  cat > conftest.$ac_ext <<EOF
    1065 #line 1066 "configure"
     1142#line 1143 "configure"
    10661143#include "confdefs.h"
    10671144#ifdef _AIX
     
    10891166
    10901167echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1091 echo "configure:1092: checking for atof in -lm" >&5
     1168echo "configure:1169: checking for atof in -lm" >&5
    10921169ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    10931170if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10971174LIBS="-lm  $LIBS"
    10981175cat > conftest.$ac_ext <<EOF
    1099 #line 1100 "configure"
     1176#line 1177 "configure"
    11001177#include "confdefs.h"
    11011178/* Override any gcc2 internal prototype to avoid an error.  */
     
    11081185; return 0; }
    11091186EOF
    1110 if { (eval echo configure:1111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1187if { (eval echo configure:1188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11111188  rm -rf conftest*
    11121189  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11361213
    11371214echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1138 echo "configure:1139: checking for socket in -lbsd" >&5
     1215echo "configure:1216: checking for socket in -lbsd" >&5
    11391216ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    11401217if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11441221LIBS="-lbsd  $LIBS"
    11451222cat > conftest.$ac_ext <<EOF
    1146 #line 1147 "configure"
     1223#line 1224 "configure"
    11471224#include "confdefs.h"
    11481225/* Override any gcc2 internal prototype to avoid an error.  */
     
    11551232; return 0; }
    11561233EOF
    1157 if { (eval echo configure:1158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1234if { (eval echo configure:1235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11581235  rm -rf conftest*
    11591236  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11831260
    11841261echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1185 echo "configure:1186: checking for listen in -lsocket" >&5
     1262echo "configure:1263: checking for listen in -lsocket" >&5
    11861263ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    11871264if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11911268LIBS="-lsocket  $LIBS"
    11921269cat > conftest.$ac_ext <<EOF
    1193 #line 1194 "configure"
     1270#line 1271 "configure"
    11941271#include "confdefs.h"
    11951272/* Override any gcc2 internal prototype to avoid an error.  */
     
    12021279; return 0; }
    12031280EOF
    1204 if { (eval echo configure:1205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1281if { (eval echo configure:1282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12051282  rm -rf conftest*
    12061283  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12301307
    12311308echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1232 echo "configure:1233: checking for gethostbyname in -lnsl" >&5
     1309echo "configure:1310: checking for gethostbyname in -lnsl" >&5
    12331310ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    12341311if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12381315LIBS="-lnsl  $LIBS"
    12391316cat > conftest.$ac_ext <<EOF
    1240 #line 1241 "configure"
     1317#line 1318 "configure"
    12411318#include "confdefs.h"
    12421319/* Override any gcc2 internal prototype to avoid an error.  */
     
    12491326; return 0; }
    12501327EOF
    1251 if { (eval echo configure:1252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1328if { (eval echo configure:1329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12521329  rm -rf conftest*
    12531330  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12771354
    12781355echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1279 echo "configure:1280: checking for mpq_init in -lgmp" >&5
     1356echo "configure:1357: checking for mpq_init in -lgmp" >&5
    12801357ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    12811358if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12851362LIBS="-lgmp  $LIBS"
    12861363cat > conftest.$ac_ext <<EOF
    1287 #line 1288 "configure"
     1364#line 1365 "configure"
    12881365#include "confdefs.h"
    12891366/* Override any gcc2 internal prototype to avoid an error.  */
     
    12961373; return 0; }
    12971374EOF
    1298 if { (eval echo configure:1299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1375if { (eval echo configure:1376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12991376  rm -rf conftest*
    13001377  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13241401
    13251402echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1326 echo "configure:1327: checking for mpz_init in -lsmallgmp" >&5
     1403echo "configure:1404: checking for mpz_init in -lsmallgmp" >&5
    13271404ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    13281405if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13321409LIBS="-lsmallgmp  $LIBS"
    13331410cat > conftest.$ac_ext <<EOF
    1334 #line 1335 "configure"
     1411#line 1412 "configure"
    13351412#include "confdefs.h"
    13361413/* Override any gcc2 internal prototype to avoid an error.  */
     
    13431420; return 0; }
    13441421EOF
    1345 if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1422if { (eval echo configure:1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13461423  rm -rf conftest*
    13471424  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13711448
    13721449echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1373 echo "configure:1374: checking for IMP_PutGmpInt in -lMP" >&5
     1450echo "configure:1451: checking for IMP_PutGmpInt in -lMP" >&5
    13741451ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    13751452if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13791456LIBS="-lMP  $LIBS"
    13801457cat > conftest.$ac_ext <<EOF
    1381 #line 1382 "configure"
     1458#line 1459 "configure"
    13821459#include "confdefs.h"
    13831460/* Override any gcc2 internal prototype to avoid an error.  */
     
    13901467; return 0; }
    13911468EOF
    1392 if { (eval echo configure:1393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1469if { (eval echo configure:1470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13931470  rm -rf conftest*
    13941471  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14181495
    14191496echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1420 echo "configure:1421: checking for MPT_GetTree in -lMPT" >&5
     1497echo "configure:1498: checking for MPT_GetTree in -lMPT" >&5
    14211498ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    14221499if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14261503LIBS="-lMPT  $LIBS"
    14271504cat > conftest.$ac_ext <<EOF
    1428 #line 1429 "configure"
     1505#line 1506 "configure"
    14291506#include "confdefs.h"
    14301507/* Override any gcc2 internal prototype to avoid an error.  */
     
    14371514; return 0; }
    14381515EOF
    1439 if { (eval echo configure:1440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1516if { (eval echo configure:1517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14401517  rm -rf conftest*
    14411518  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14651542
    14661543echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1467 echo "configure:1468: checking for atof in -lsingcf" >&5
     1544echo "configure:1545: checking for atof in -lsingcf" >&5
    14681545ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    14691546if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14731550LIBS="-lsingcf  $LIBS"
    14741551cat > conftest.$ac_ext <<EOF
    1475 #line 1476 "configure"
     1552#line 1553 "configure"
    14761553#include "confdefs.h"
    14771554/* Override any gcc2 internal prototype to avoid an error.  */
     
    14841561; return 0; }
    14851562EOF
    1486 if { (eval echo configure:1487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1563if { (eval echo configure:1564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14871564  rm -rf conftest*
    14881565  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15121589
    15131590echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1514 echo "configure:1515: checking for atof in -lsingfac" >&5
     1591echo "configure:1592: checking for atof in -lsingfac" >&5
    15151592ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    15161593if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15201597LIBS="-lsingfac  $LIBS"
    15211598cat > conftest.$ac_ext <<EOF
    1522 #line 1523 "configure"
     1599#line 1600 "configure"
    15231600#include "confdefs.h"
    15241601/* Override any gcc2 internal prototype to avoid an error.  */
     
    15311608; return 0; }
    15321609EOF
    1533 if { (eval echo configure:1534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1610if { (eval echo configure:1611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15341611  rm -rf conftest*
    15351612  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15631640ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    15641641echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1565 echo "configure:1566: checking for $ac_hdr" >&5
     1642echo "configure:1643: checking for $ac_hdr" >&5
    15661643if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    15671644  echo $ac_n "(cached) $ac_c" 1>&6
    15681645else
    15691646  cat > conftest.$ac_ext <<EOF
    1570 #line 1571 "configure"
     1647#line 1648 "configure"
    15711648#include "confdefs.h"
    15721649#include <$ac_hdr>
    15731650EOF
    15741651ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1575 { (eval echo configure:1576: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1576 ac_err=`grep -v '^ *+' conftest.out`
     1652{ (eval echo configure:1653: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1653ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15771654if test -z "$ac_err"; then
    15781655  rm -rf conftest*
     
    17151792
    17161793echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1717 echo "configure:1718: checking which tmp dir to use" >&5
     1794echo "configure:1795: checking which tmp dir to use" >&5
    17181795if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    17191796  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    17321809if test "${with_perl5+set}" != set; then
    17331810  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1734 echo "configure:1735: checking for perl5" >&5
     1811echo "configure:1812: checking for perl5" >&5
    17351812    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    17361813  echo $ac_n "(cached) $ac_c" 1>&6
     
    17691846set dummy $ac_prog; ac_word=$2
    17701847echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1771 echo "configure:1772: checking for $ac_word" >&5
     1848echo "configure:1849: checking for $ac_word" >&5
    17721849if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    17731850  echo $ac_n "(cached) $ac_c" 1>&6
     
    17761853  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    17771854else
    1778   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    1779   for ac_dir in $PATH; do
     1855  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1856  ac_dummy="$PATH"
     1857  for ac_dir in $ac_dummy; do
    17801858    test -z "$ac_dir" && ac_dir=.
    17811859    if test -f $ac_dir/$ac_word; then
     
    18041882
    18051883echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1806 echo "configure:1807: checking whether to configure and build texinfo" >&5
     1884echo "configure:1885: checking whether to configure and build texinfo" >&5
    18071885if test "$enable_texinfo" != no && test -d Texinfo; then
    18081886  echo "$ac_t""yes" 1>&6
     
    18261904
    18271905echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1828 echo "configure:1829: checking whether to configure and build gmp lib" >&5
     1906echo "configure:1907: checking whether to configure and build gmp lib" >&5
    18291907if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    18301908  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    18521930
    18531931echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1854 echo "configure:1855: checking whether to configure and build smallgmp lib" >&5
     1932echo "configure:1933: checking whether to configure and build smallgmp lib" >&5
    18551933if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    18561934  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    18911969
    18921970echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1893 echo "configure:1894: checking whether to configure and build MP lib" >&5
     1971echo "configure:1972: checking whether to configure and build MP lib" >&5
    18941972if test "$enable_MP" != yes && test "$enable_MP" != no; then
    18951973  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    19201998 
    19211999echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1922 echo "configure:1923: checking whether to configure and build factory lib" >&5
     2000echo "configure:2001: checking whether to configure and build factory lib" >&5
    19232001if test "$enable_factory" != yes && test "$enable_factory" != no; then
    19242002  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    19452023
    19462024echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    1947 echo "configure:1948: checking whether to configure and build libfac lib" >&5
     2025echo "configure:2026: checking whether to configure and build libfac lib" >&5
    19482026if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    19492027  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    19752053
    19762054echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    1977 echo "configure:1978: checking whether to configure and build sgroup lib" >&5
     2055echo "configure:2056: checking whether to configure and build sgroup lib" >&5
    19782056if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    19792057  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    20052083
    20062084echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2007 echo "configure:2008: checking whether to configure and build Singular" >&5
     2085echo "configure:2086: checking whether to configure and build Singular" >&5
    20082086if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    20092087  if test "$with_Singular" != no && test -d Singular; then
     
    20302108
    20312109echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2032 echo "configure:2033: checking which apint package to use" >&5
     2110echo "configure:2111: checking which apint package to use" >&5
    20332111if test "$with_apint" = gmp; then
    20342112  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    20542132
    20552133echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2056 echo "configure:2057: checking whether to use with MP" >&5
     2134echo "configure:2135: checking whether to use with MP" >&5
    20572135if test "$with_MP" = yes; then
    20582136  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    20732151
    20742152echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2075 echo "configure:2076: checking whether to use with factory" >&5
     2153echo "configure:2154: checking whether to use with factory" >&5
    20762154if test "$with_factory" = yes; then
    20772155  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    20922170 
    20932171echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2094 echo "configure:2095: checking whether to use with libfac" >&5
     2172echo "configure:2173: checking whether to use with libfac" >&5
    20952173if test "$with_libfac" = yes; then
    20962174  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    21112189
    21122190echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2113 echo "configure:2114: checking whether to use with Singular" >&5
     2191echo "configure:2192: checking whether to use with Singular" >&5
    21142192if test "$with_Singular" != no && test "$with_Singular" != yes; then
    21152193  if test "$enable_Singular" = yes; then
     
    21712249
    21722250echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2173 echo "configure:2174: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2251echo "configure:2252: checking whether ${MAKE-make} sets \${MAKE}" >&5
    21742252set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    21752253if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    22452323# and sets the high bit in the cache file unless we assign to the vars.
    22462324(set) 2>&1 |
    2247   case `(ac_space=' '; set) 2>&1` in
     2325  case `(ac_space=' '; set | grep ac_space) 2>&1` in
    22482326  *ac_space=\ *)
    22492327    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    23242402    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    23252403  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2326     echo "$CONFIG_STATUS generated by autoconf version 2.12"
     2404    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    23272405    exit 0 ;;
    23282406  -help | --help | --hel | --he | --h)
     
    23432421$ac_vpsub
    23442422$extrasub
     2423s%@SHELL@%$SHELL%g
    23452424s%@CFLAGS@%$CFLAGS%g
    23462425s%@CPPFLAGS@%$CPPFLAGS%g
    23472426s%@CXXFLAGS@%$CXXFLAGS%g
     2427s%@FFLAGS@%$FFLAGS%g
    23482428s%@DEFS@%$DEFS%g
    23492429s%@LDFLAGS@%$LDFLAGS%g
Note: See TracChangeset for help on using the changeset viewer.