Changeset 463f21c in git for configure


Ignore:
Timestamp:
Oct 25, 1999, 2:45:29 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0d6da441cd5c307c1a726166143d5a08a855bd58
Parents:
7ca69a7164e841ab6c114223d97d5109f415f9c9
Message:
* increased version to 1.3.6
* Makefile changes


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

Legend:

Unmodified
Added
Removed
  • configure

    r7ca69a r463f21c  
    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.
     
    588591
    589592echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    590 echo "configure:591: checking uname for singular" >&5
     593echo "configure:594: checking uname for singular" >&5
    591594if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    592595  echo $ac_n "(cached) $ac_c" 1>&6
     
    615618SINGULAR_MAJOR_VERSION=1
    616619SINGULAR_MINOR_VERSION=3
    617 SINGULAR_SUB_VERSION=5
     620SINGULAR_SUB_VERSION=6
    618621SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}"
    619622SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    620 VERSION_DATE="September 1999"
     623VERSION_DATE="October 1999"
    621624
    622625export SINGULAR_MINOR_VERSION
     
    633636set dummy gcc; ac_word=$2
    634637echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    635 echo "configure:636: checking for $ac_word" >&5
     638echo "configure:639: checking for $ac_word" >&5
    636639if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    637640  echo $ac_n "(cached) $ac_c" 1>&6
     
    640643  ac_cv_prog_CC="$CC" # Let the user override the test.
    641644else
    642   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    643   for ac_dir in $PATH; do
     645  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     646  ac_dummy="$PATH"
     647  for ac_dir in $ac_dummy; do
    644648    test -z "$ac_dir" && ac_dir=.
    645649    if test -f $ac_dir/$ac_word; then
     
    662666set dummy cc; ac_word=$2
    663667echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    664 echo "configure:665: checking for $ac_word" >&5
     668echo "configure:669: checking for $ac_word" >&5
    665669if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    666670  echo $ac_n "(cached) $ac_c" 1>&6
     
    669673  ac_cv_prog_CC="$CC" # Let the user override the test.
    670674else
    671   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     675  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    672676  ac_prog_rejected=no
    673   for ac_dir in $PATH; do
     677  ac_dummy="$PATH"
     678  for ac_dir in $ac_dummy; do
    674679    test -z "$ac_dir" && ac_dir=.
    675680    if test -f $ac_dir/$ac_word; then
     
    706711fi
    707712
     713  if test -z "$CC"; then
     714    case "`uname -s`" in
     715    *win32* | *WIN32*)
     716      # Extract the first word of "cl", so it can be a program name with args.
     717set dummy cl; ac_word=$2
     718echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     719echo "configure:720: checking for $ac_word" >&5
     720if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     721  echo $ac_n "(cached) $ac_c" 1>&6
     722else
     723  if test -n "$CC"; then
     724  ac_cv_prog_CC="$CC" # Let the user override the test.
     725else
     726  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     727  ac_dummy="$PATH"
     728  for ac_dir in $ac_dummy; do
     729    test -z "$ac_dir" && ac_dir=.
     730    if test -f $ac_dir/$ac_word; then
     731      ac_cv_prog_CC="cl"
     732      break
     733    fi
     734  done
     735  IFS="$ac_save_ifs"
     736fi
     737fi
     738CC="$ac_cv_prog_CC"
     739if test -n "$CC"; then
     740  echo "$ac_t""$CC" 1>&6
     741else
     742  echo "$ac_t""no" 1>&6
     743fi
     744 ;;
     745    esac
     746  fi
    708747  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    709748fi
    710749
    711750echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    712 echo "configure:713: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     751echo "configure:752: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    713752
    714753ac_ext=c
     
    716755ac_cpp='$CPP $CPPFLAGS'
    717756ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    718 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     757ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    719758cross_compiling=$ac_cv_prog_cc_cross
    720759
    721 cat > conftest.$ac_ext <<EOF
    722 #line 723 "configure"
     760cat > conftest.$ac_ext << EOF
     761
     762#line 763 "configure"
    723763#include "confdefs.h"
     764
    724765main(){return(0);}
    725766EOF
    726 if { (eval echo configure:727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     767if { (eval echo configure:768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    727768  ac_cv_prog_cc_works=yes
    728769  # If we can't run a trivial program, we are probably using a cross compiler.
     
    738779fi
    739780rm -fr conftest*
     781ac_ext=c
     782# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     783ac_cpp='$CPP $CPPFLAGS'
     784ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     785ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     786cross_compiling=$ac_cv_prog_cc_cross
    740787
    741788echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    744791fi
    745792echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    746 echo "configure:747: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     793echo "configure:794: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    747794echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    748795cross_compiling=$ac_cv_prog_cc_cross
    749796
    750797echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    751 echo "configure:752: checking whether we are using GNU C" >&5
     798echo "configure:799: checking whether we are using GNU C" >&5
    752799if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    753800  echo $ac_n "(cached) $ac_c" 1>&6
     
    758805#endif
    759806EOF
    760 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     807if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    761808  ac_cv_prog_gcc=yes
    762809else
     
    769816if test $ac_cv_prog_gcc = yes; then
    770817  GCC=yes
    771   ac_test_CFLAGS="${CFLAGS+set}"
    772   ac_save_CFLAGS="$CFLAGS"
    773   CFLAGS=
    774   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    775 echo "configure:776: checking whether ${CC-cc} accepts -g" >&5
     818else
     819  GCC=
     820fi
     821
     822ac_test_CFLAGS="${CFLAGS+set}"
     823ac_save_CFLAGS="$CFLAGS"
     824CFLAGS=
     825echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     826echo "configure:827: checking whether ${CC-cc} accepts -g" >&5
    776827if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    777828  echo $ac_n "(cached) $ac_c" 1>&6
     
    788839
    789840echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    790   if test "$ac_test_CFLAGS" = set; then
    791     CFLAGS="$ac_save_CFLAGS"
    792   elif test $ac_cv_prog_cc_g = yes; then
     841if test "$ac_test_CFLAGS" = set; then
     842  CFLAGS="$ac_save_CFLAGS"
     843elif test $ac_cv_prog_cc_g = yes; then
     844  if test "$GCC" = yes; then
    793845    CFLAGS="-g -O2"
    794846  else
     847    CFLAGS="-g"
     848  fi
     849else
     850  if test "$GCC" = yes; then
    795851    CFLAGS="-O2"
    796   fi
    797 else
    798   GCC=
    799   test "${CFLAGS+set}" = set || CFLAGS="-g"
     852  else
     853    CFLAGS=
     854  fi
    800855fi
    801856
    802857echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    803 echo "configure:804: checking how to run the C preprocessor" >&5
     858echo "configure:859: checking how to run the C preprocessor" >&5
    804859# On Suns, sometimes $CPP names a directory.
    805860if test -n "$CPP" && test -d "$CPP"; then
     
    816871  # not just through cpp.
    817872  cat > conftest.$ac_ext <<EOF
    818 #line 819 "configure"
     873#line 874 "configure"
    819874#include "confdefs.h"
    820875#include <assert.h>
     
    822877EOF
    823878ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    824 { (eval echo configure:825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    825 ac_err=`grep -v '^ *+' conftest.out`
     879{ (eval echo configure:880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     880ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    826881if test -z "$ac_err"; then
    827882  :
     
    833888  CPP="${CC-cc} -E -traditional-cpp"
    834889  cat > conftest.$ac_ext <<EOF
    835 #line 836 "configure"
     890#line 891 "configure"
    836891#include "confdefs.h"
    837892#include <assert.h>
     
    839894EOF
    840895ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    841 { (eval echo configure:842: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    842 ac_err=`grep -v '^ *+' conftest.out`
     896{ (eval echo configure:897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     897ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    843898if test -z "$ac_err"; then
    844899  :
     
    848903  cat conftest.$ac_ext >&5
    849904  rm -rf conftest*
     905  CPP="${CC-cc} -nologo -E"
     906  cat > conftest.$ac_ext <<EOF
     907#line 908 "configure"
     908#include "confdefs.h"
     909#include <assert.h>
     910Syntax Error
     911EOF
     912ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     913{ (eval echo configure:914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     914ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     915if test -z "$ac_err"; then
     916  :
     917else
     918  echo "$ac_err" >&5
     919  echo "configure: failed program was:" >&5
     920  cat conftest.$ac_ext >&5
     921  rm -rf conftest*
    850922  CPP=/lib/cpp
     923fi
     924rm -f conftest*
    851925fi
    852926rm -f conftest*
     
    862936
    863937echo $ac_n "checking for AIX""... $ac_c" 1>&6
    864 echo "configure:865: checking for AIX" >&5
     938echo "configure:939: checking for AIX" >&5
    865939cat > conftest.$ac_ext <<EOF
    866 #line 867 "configure"
     940#line 941 "configure"
    867941#include "confdefs.h"
    868942#ifdef _AIX
     
    891965set dummy $ac_prog; ac_word=$2
    892966echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    893 echo "configure:894: checking for $ac_word" >&5
     967echo "configure:968: checking for $ac_word" >&5
    894968if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    895969  echo $ac_n "(cached) $ac_c" 1>&6
     
    898972  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    899973else
    900   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    901   for ac_dir in $PATH; do
     974  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     975  ac_dummy="$PATH"
     976  for ac_dir in $ac_dummy; do
    902977    test -z "$ac_dir" && ac_dir=.
    903978    if test -f $ac_dir/$ac_word; then
     
    922997set dummy latex2html; ac_word=$2
    923998echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    924 echo "configure:925: checking for $ac_word" >&5
     999echo "configure:1000: checking for $ac_word" >&5
    9251000if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    9261001  echo $ac_n "(cached) $ac_c" 1>&6
     
    9291004  ac_cv_prog_LATEX2HTML="$LATEX2HTML" # Let the user override the test.
    9301005else
    931   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    932   for ac_dir in $PATH; do
     1006  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1007  ac_dummy="$PATH"
     1008  for ac_dir in $ac_dummy; do
    9331009    test -z "$ac_dir" && ac_dir=.
    9341010    if test -f $ac_dir/$ac_word; then
     
    9481024
    9491025echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    950 echo "configure:951: checking whether ln -s works" >&5
     1026echo "configure:1027: checking whether ln -s works" >&5
    9511027if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    9521028  echo $ac_n "(cached) $ac_c" 1>&6
     
    9801056set dummy texi2html; ac_word=$2
    9811057echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    982 echo "configure:983: checking for $ac_word" >&5
     1058echo "configure:1059: checking for $ac_word" >&5
    9831059if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    9841060  echo $ac_n "(cached) $ac_c" 1>&6
     
    9871063  ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test.
    9881064else
    989   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    990   for ac_dir in $PATH; do
     1065  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1066  ac_dummy="$PATH"
     1067  for ac_dir in $ac_dummy; do
    9911068    test -z "$ac_dir" && ac_dir=.
    9921069    if test -f $ac_dir/$ac_word; then
     
    10531130# check for AIX
    10541131echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1055 echo "configure:1056: checking whether _AIX is defined" >&5
     1132echo "configure:1133: checking whether _AIX is defined" >&5
    10561133if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    10571134  echo $ac_n "(cached) $ac_c" 1>&6
    10581135else
    10591136  cat > conftest.$ac_ext <<EOF
    1060 #line 1061 "configure"
     1137#line 1138 "configure"
    10611138#include "confdefs.h"
    10621139#ifdef _AIX
     
    10841161
    10851162echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1086 echo "configure:1087: checking for atof in -lm" >&5
     1163echo "configure:1164: checking for atof in -lm" >&5
    10871164ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    10881165if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10921169LIBS="-lm  $LIBS"
    10931170cat > conftest.$ac_ext <<EOF
    1094 #line 1095 "configure"
     1171#line 1172 "configure"
    10951172#include "confdefs.h"
    10961173/* Override any gcc2 internal prototype to avoid an error.  */
     
    11031180; return 0; }
    11041181EOF
    1105 if { (eval echo configure:1106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1182if { (eval echo configure:1183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11061183  rm -rf conftest*
    11071184  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11311208
    11321209echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1133 echo "configure:1134: checking for socket in -lbsd" >&5
     1210echo "configure:1211: checking for socket in -lbsd" >&5
    11341211ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    11351212if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11391216LIBS="-lbsd  $LIBS"
    11401217cat > conftest.$ac_ext <<EOF
    1141 #line 1142 "configure"
     1218#line 1219 "configure"
    11421219#include "confdefs.h"
    11431220/* Override any gcc2 internal prototype to avoid an error.  */
     
    11501227; return 0; }
    11511228EOF
    1152 if { (eval echo configure:1153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1229if { (eval echo configure:1230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11531230  rm -rf conftest*
    11541231  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11781255
    11791256echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1180 echo "configure:1181: checking for listen in -lsocket" >&5
     1257echo "configure:1258: checking for listen in -lsocket" >&5
    11811258ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    11821259if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11861263LIBS="-lsocket  $LIBS"
    11871264cat > conftest.$ac_ext <<EOF
    1188 #line 1189 "configure"
     1265#line 1266 "configure"
    11891266#include "confdefs.h"
    11901267/* Override any gcc2 internal prototype to avoid an error.  */
     
    11971274; return 0; }
    11981275EOF
    1199 if { (eval echo configure:1200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1276if { (eval echo configure:1277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12001277  rm -rf conftest*
    12011278  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12251302
    12261303echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1227 echo "configure:1228: checking for gethostbyname in -lnsl" >&5
     1304echo "configure:1305: checking for gethostbyname in -lnsl" >&5
    12281305ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    12291306if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12331310LIBS="-lnsl  $LIBS"
    12341311cat > conftest.$ac_ext <<EOF
    1235 #line 1236 "configure"
     1312#line 1313 "configure"
    12361313#include "confdefs.h"
    12371314/* Override any gcc2 internal prototype to avoid an error.  */
     
    12441321; return 0; }
    12451322EOF
    1246 if { (eval echo configure:1247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1323if { (eval echo configure:1324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12471324  rm -rf conftest*
    12481325  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12721349
    12731350echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1274 echo "configure:1275: checking for mpq_init in -lgmp" >&5
     1351echo "configure:1352: checking for mpq_init in -lgmp" >&5
    12751352ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    12761353if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12801357LIBS="-lgmp  $LIBS"
    12811358cat > conftest.$ac_ext <<EOF
    1282 #line 1283 "configure"
     1359#line 1360 "configure"
    12831360#include "confdefs.h"
    12841361/* Override any gcc2 internal prototype to avoid an error.  */
     
    12911368; return 0; }
    12921369EOF
    1293 if { (eval echo configure:1294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1370if { (eval echo configure:1371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12941371  rm -rf conftest*
    12951372  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13191396
    13201397echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1321 echo "configure:1322: checking for mpz_init in -lsmallgmp" >&5
     1398echo "configure:1399: checking for mpz_init in -lsmallgmp" >&5
    13221399ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    13231400if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13271404LIBS="-lsmallgmp  $LIBS"
    13281405cat > conftest.$ac_ext <<EOF
    1329 #line 1330 "configure"
     1406#line 1407 "configure"
    13301407#include "confdefs.h"
    13311408/* Override any gcc2 internal prototype to avoid an error.  */
     
    13381415; return 0; }
    13391416EOF
    1340 if { (eval echo configure:1341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1417if { (eval echo configure:1418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13411418  rm -rf conftest*
    13421419  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13661443
    13671444echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1368 echo "configure:1369: checking for IMP_PutGmpInt in -lMP" >&5
     1445echo "configure:1446: checking for IMP_PutGmpInt in -lMP" >&5
    13691446ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    13701447if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13741451LIBS="-lMP  $LIBS"
    13751452cat > conftest.$ac_ext <<EOF
    1376 #line 1377 "configure"
     1453#line 1454 "configure"
    13771454#include "confdefs.h"
    13781455/* Override any gcc2 internal prototype to avoid an error.  */
     
    13851462; return 0; }
    13861463EOF
    1387 if { (eval echo configure:1388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1464if { (eval echo configure:1465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13881465  rm -rf conftest*
    13891466  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14131490
    14141491echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1415 echo "configure:1416: checking for MPT_GetTree in -lMPT" >&5
     1492echo "configure:1493: checking for MPT_GetTree in -lMPT" >&5
    14161493ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    14171494if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14211498LIBS="-lMPT  $LIBS"
    14221499cat > conftest.$ac_ext <<EOF
    1423 #line 1424 "configure"
     1500#line 1501 "configure"
    14241501#include "confdefs.h"
    14251502/* Override any gcc2 internal prototype to avoid an error.  */
     
    14321509; return 0; }
    14331510EOF
    1434 if { (eval echo configure:1435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1511if { (eval echo configure:1512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14351512  rm -rf conftest*
    14361513  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14601537
    14611538echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1462 echo "configure:1463: checking for atof in -lsingcf" >&5
     1539echo "configure:1540: checking for atof in -lsingcf" >&5
    14631540ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    14641541if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14681545LIBS="-lsingcf  $LIBS"
    14691546cat > conftest.$ac_ext <<EOF
    1470 #line 1471 "configure"
     1547#line 1548 "configure"
    14711548#include "confdefs.h"
    14721549/* Override any gcc2 internal prototype to avoid an error.  */
     
    14791556; return 0; }
    14801557EOF
    1481 if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1558if { (eval echo configure:1559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14821559  rm -rf conftest*
    14831560  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15071584
    15081585echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1509 echo "configure:1510: checking for atof in -lsingfac" >&5
     1586echo "configure:1587: checking for atof in -lsingfac" >&5
    15101587ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    15111588if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15151592LIBS="-lsingfac  $LIBS"
    15161593cat > conftest.$ac_ext <<EOF
    1517 #line 1518 "configure"
     1594#line 1595 "configure"
    15181595#include "confdefs.h"
    15191596/* Override any gcc2 internal prototype to avoid an error.  */
     
    15261603; return 0; }
    15271604EOF
    1528 if { (eval echo configure:1529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1605if { (eval echo configure:1606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15291606  rm -rf conftest*
    15301607  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15581635ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    15591636echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1560 echo "configure:1561: checking for $ac_hdr" >&5
     1637echo "configure:1638: checking for $ac_hdr" >&5
    15611638if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    15621639  echo $ac_n "(cached) $ac_c" 1>&6
    15631640else
    15641641  cat > conftest.$ac_ext <<EOF
    1565 #line 1566 "configure"
     1642#line 1643 "configure"
    15661643#include "confdefs.h"
    15671644#include <$ac_hdr>
    15681645EOF
    15691646ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1570 { (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1571 ac_err=`grep -v '^ *+' conftest.out`
     1647{ (eval echo configure:1648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1648ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15721649if test -z "$ac_err"; then
    15731650  rm -rf conftest*
     
    17101787
    17111788echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1712 echo "configure:1713: checking which tmp dir to use" >&5
     1789echo "configure:1790: checking which tmp dir to use" >&5
    17131790if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    17141791  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    17271804if test "${with_perl5+set}" != set; then
    17281805  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1729 echo "configure:1730: checking for perl5" >&5
     1806echo "configure:1807: checking for perl5" >&5
    17301807    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    17311808  echo $ac_n "(cached) $ac_c" 1>&6
     
    17641841set dummy $ac_prog; ac_word=$2
    17651842echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1766 echo "configure:1767: checking for $ac_word" >&5
     1843echo "configure:1844: checking for $ac_word" >&5
    17671844if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    17681845  echo $ac_n "(cached) $ac_c" 1>&6
     
    17711848  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    17721849else
    1773   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    1774   for ac_dir in $PATH; do
     1850  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1851  ac_dummy="$PATH"
     1852  for ac_dir in $ac_dummy; do
    17751853    test -z "$ac_dir" && ac_dir=.
    17761854    if test -f $ac_dir/$ac_word; then
     
    17991877
    18001878echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1801 echo "configure:1802: checking whether to configure and build texinfo" >&5
     1879echo "configure:1880: checking whether to configure and build texinfo" >&5
    18021880if test "$enable_texinfo" != no && test -d Texinfo; then
    18031881  echo "$ac_t""yes" 1>&6
     
    18211899
    18221900echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1823 echo "configure:1824: checking whether to configure and build gmp lib" >&5
     1901echo "configure:1902: checking whether to configure and build gmp lib" >&5
    18241902if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    18251903  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    18471925
    18481926echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1849 echo "configure:1850: checking whether to configure and build smallgmp lib" >&5
     1927echo "configure:1928: checking whether to configure and build smallgmp lib" >&5
    18501928if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    18511929  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    18861964
    18871965echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1888 echo "configure:1889: checking whether to configure and build MP lib" >&5
     1966echo "configure:1967: checking whether to configure and build MP lib" >&5
    18891967if test "$enable_MP" != yes && test "$enable_MP" != no; then
    18901968  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    19151993 
    19161994echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1917 echo "configure:1918: checking whether to configure and build factory lib" >&5
     1995echo "configure:1996: checking whether to configure and build factory lib" >&5
    19181996if test "$enable_factory" != yes && test "$enable_factory" != no; then
    19191997  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    19402018
    19412019echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    1942 echo "configure:1943: checking whether to configure and build libfac lib" >&5
     2020echo "configure:2021: checking whether to configure and build libfac lib" >&5
    19432021if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    19442022  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    19702048
    19712049echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    1972 echo "configure:1973: checking whether to configure and build sgroup lib" >&5
     2050echo "configure:2051: checking whether to configure and build sgroup lib" >&5
    19732051if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    19742052  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    20002078
    20012079echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2002 echo "configure:2003: checking whether to configure and build Singular" >&5
     2080echo "configure:2081: checking whether to configure and build Singular" >&5
    20032081if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    20042082  if test "$with_Singular" != no && test -d Singular; then
     
    20252103
    20262104echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2027 echo "configure:2028: checking which apint package to use" >&5
     2105echo "configure:2106: checking which apint package to use" >&5
    20282106if test "$with_apint" = gmp; then
    20292107  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    20492127
    20502128echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2051 echo "configure:2052: checking whether to use with MP" >&5
     2129echo "configure:2130: checking whether to use with MP" >&5
    20522130if test "$with_MP" = yes; then
    20532131  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    20682146
    20692147echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2070 echo "configure:2071: checking whether to use with factory" >&5
     2148echo "configure:2149: checking whether to use with factory" >&5
    20712149if test "$with_factory" = yes; then
    20722150  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    20872165 
    20882166echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2089 echo "configure:2090: checking whether to use with libfac" >&5
     2167echo "configure:2168: checking whether to use with libfac" >&5
    20902168if test "$with_libfac" = yes; then
    20912169  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    21062184
    21072185echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6
    2108 echo "configure:2109: checking whether to use mtrack" >&5
     2186echo "configure:2187: checking whether to use mtrack" >&5
    21092187if test -d mpr && test "$ac_cv_singuname" = ix86-Linux; then
    21102188   echo "$ac_t""yes" 1>&6
     
    21152193
    21162194echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2117 echo "configure:2118: checking whether to use with Singular" >&5
     2195echo "configure:2196: checking whether to use with Singular" >&5
    21182196if test "$with_Singular" != no && test "$with_Singular" != yes; then
    21192197  if test "$enable_Singular" = yes; then
     
    21742252
    21752253echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2176 echo "configure:2177: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2254echo "configure:2255: checking whether ${MAKE-make} sets \${MAKE}" >&5
    21772255set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    21782256if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    22482326# and sets the high bit in the cache file unless we assign to the vars.
    22492327(set) 2>&1 |
    2250   case `(ac_space=' '; set) 2>&1` in
     2328  case `(ac_space=' '; set | grep ac_space) 2>&1` in
    22512329  *ac_space=\ *)
    22522330    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    23272405    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    23282406  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2329     echo "$CONFIG_STATUS generated by autoconf version 2.12"
     2407    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    23302408    exit 0 ;;
    23312409  -help | --help | --hel | --he | --h)
     
    23462424$ac_vpsub
    23472425$extrasub
     2426s%@SHELL@%$SHELL%g
    23482427s%@CFLAGS@%$CFLAGS%g
    23492428s%@CPPFLAGS@%$CPPFLAGS%g
    23502429s%@CXXFLAGS@%$CXXFLAGS%g
     2430s%@FFLAGS@%$FFLAGS%g
    23512431s%@DEFS@%$DEFS%g
    23522432s%@LDFLAGS@%$LDFLAGS%g
Note: See TracChangeset for help on using the changeset viewer.