Changeset 665217 in git


Ignore:
Timestamp:
Jul 14, 1999, 5:54:35 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b8d1974d5a53d4cb347c815c7ca125fd39a2f83d
Parents:
6b80bba347582d9d40df0de5faa34a2c832a2c81
Message:
* small changes


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

Legend:

Unmodified
Added
Removed
  • configure

    r6b80bb r665217  
    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
     
    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
     
    9691045
    9701046if test -x Texi2html/texi2html; then
     1047if test -r ${T2H_HOME}/texi2html.init; then
     1048TEXI2HTML=`pwd`/Texi2html/texi2html.pl
     1049else
    9711050TEXI2HTML=`pwd`/Texi2html/texi2html
     1051fi
    9721052
    9731053else
     
    9761056set dummy texi2html; ac_word=$2
    9771057echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    978 echo "configure:979: checking for $ac_word" >&5
     1058echo "configure:1059: checking for $ac_word" >&5
    9791059if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    9801060  echo $ac_n "(cached) $ac_c" 1>&6
     
    9831063  ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test.
    9841064else
    985   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    986   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
    9871068    test -z "$ac_dir" && ac_dir=.
    9881069    if test -f $ac_dir/$ac_word; then
     
    10511132# check for AIX
    10521133echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1053 echo "configure:1054: checking whether _AIX is defined" >&5
     1134echo "configure:1135: checking whether _AIX is defined" >&5
    10541135if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    10551136  echo $ac_n "(cached) $ac_c" 1>&6
    10561137else
    10571138  cat > conftest.$ac_ext <<EOF
    1058 #line 1059 "configure"
     1139#line 1140 "configure"
    10591140#include "confdefs.h"
    10601141#ifdef _AIX
     
    10821163
    10831164echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1084 echo "configure:1085: checking for atof in -lm" >&5
     1165echo "configure:1166: checking for atof in -lm" >&5
    10851166ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    10861167if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10901171LIBS="-lm  $LIBS"
    10911172cat > conftest.$ac_ext <<EOF
    1092 #line 1093 "configure"
     1173#line 1174 "configure"
    10931174#include "confdefs.h"
    10941175/* Override any gcc2 internal prototype to avoid an error.  */
     
    11011182; return 0; }
    11021183EOF
    1103 if { (eval echo configure:1104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1184if { (eval echo configure:1185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11041185  rm -rf conftest*
    11051186  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11291210
    11301211echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1131 echo "configure:1132: checking for socket in -lbsd" >&5
     1212echo "configure:1213: checking for socket in -lbsd" >&5
    11321213ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    11331214if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11371218LIBS="-lbsd  $LIBS"
    11381219cat > conftest.$ac_ext <<EOF
    1139 #line 1140 "configure"
     1220#line 1221 "configure"
    11401221#include "confdefs.h"
    11411222/* Override any gcc2 internal prototype to avoid an error.  */
     
    11481229; return 0; }
    11491230EOF
    1150 if { (eval echo configure:1151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1231if { (eval echo configure:1232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11511232  rm -rf conftest*
    11521233  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11761257
    11771258echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1178 echo "configure:1179: checking for listen in -lsocket" >&5
     1259echo "configure:1260: checking for listen in -lsocket" >&5
    11791260ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    11801261if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11841265LIBS="-lsocket  $LIBS"
    11851266cat > conftest.$ac_ext <<EOF
    1186 #line 1187 "configure"
     1267#line 1268 "configure"
    11871268#include "confdefs.h"
    11881269/* Override any gcc2 internal prototype to avoid an error.  */
     
    11951276; return 0; }
    11961277EOF
    1197 if { (eval echo configure:1198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1278if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11981279  rm -rf conftest*
    11991280  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12231304
    12241305echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1225 echo "configure:1226: checking for gethostbyname in -lnsl" >&5
     1306echo "configure:1307: checking for gethostbyname in -lnsl" >&5
    12261307ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    12271308if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12311312LIBS="-lnsl  $LIBS"
    12321313cat > conftest.$ac_ext <<EOF
    1233 #line 1234 "configure"
     1314#line 1315 "configure"
    12341315#include "confdefs.h"
    12351316/* Override any gcc2 internal prototype to avoid an error.  */
     
    12421323; return 0; }
    12431324EOF
    1244 if { (eval echo configure:1245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1325if { (eval echo configure:1326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12451326  rm -rf conftest*
    12461327  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12701351
    12711352echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1272 echo "configure:1273: checking for mpq_init in -lgmp" >&5
     1353echo "configure:1354: checking for mpq_init in -lgmp" >&5
    12731354ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    12741355if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12781359LIBS="-lgmp  $LIBS"
    12791360cat > conftest.$ac_ext <<EOF
    1280 #line 1281 "configure"
     1361#line 1362 "configure"
    12811362#include "confdefs.h"
    12821363/* Override any gcc2 internal prototype to avoid an error.  */
     
    12891370; return 0; }
    12901371EOF
    1291 if { (eval echo configure:1292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1372if { (eval echo configure:1373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12921373  rm -rf conftest*
    12931374  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13171398
    13181399echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1319 echo "configure:1320: checking for mpz_init in -lsmallgmp" >&5
     1400echo "configure:1401: checking for mpz_init in -lsmallgmp" >&5
    13201401ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    13211402if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13251406LIBS="-lsmallgmp  $LIBS"
    13261407cat > conftest.$ac_ext <<EOF
    1327 #line 1328 "configure"
     1408#line 1409 "configure"
    13281409#include "confdefs.h"
    13291410/* Override any gcc2 internal prototype to avoid an error.  */
     
    13361417; return 0; }
    13371418EOF
    1338 if { (eval echo configure:1339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1419if { (eval echo configure:1420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13391420  rm -rf conftest*
    13401421  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13641445
    13651446echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1366 echo "configure:1367: checking for IMP_PutGmpInt in -lMP" >&5
     1447echo "configure:1448: checking for IMP_PutGmpInt in -lMP" >&5
    13671448ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    13681449if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13721453LIBS="-lMP  $LIBS"
    13731454cat > conftest.$ac_ext <<EOF
    1374 #line 1375 "configure"
     1455#line 1456 "configure"
    13751456#include "confdefs.h"
    13761457/* Override any gcc2 internal prototype to avoid an error.  */
     
    13831464; return 0; }
    13841465EOF
    1385 if { (eval echo configure:1386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1466if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13861467  rm -rf conftest*
    13871468  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14111492
    14121493echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1413 echo "configure:1414: checking for MPT_GetTree in -lMPT" >&5
     1494echo "configure:1495: checking for MPT_GetTree in -lMPT" >&5
    14141495ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    14151496if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14191500LIBS="-lMPT  $LIBS"
    14201501cat > conftest.$ac_ext <<EOF
    1421 #line 1422 "configure"
     1502#line 1503 "configure"
    14221503#include "confdefs.h"
    14231504/* Override any gcc2 internal prototype to avoid an error.  */
     
    14301511; return 0; }
    14311512EOF
    1432 if { (eval echo configure:1433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1513if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14331514  rm -rf conftest*
    14341515  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14581539
    14591540echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1460 echo "configure:1461: checking for atof in -lsingcf" >&5
     1541echo "configure:1542: checking for atof in -lsingcf" >&5
    14611542ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    14621543if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14661547LIBS="-lsingcf  $LIBS"
    14671548cat > conftest.$ac_ext <<EOF
    1468 #line 1469 "configure"
     1549#line 1550 "configure"
    14691550#include "confdefs.h"
    14701551/* Override any gcc2 internal prototype to avoid an error.  */
     
    14771558; return 0; }
    14781559EOF
    1479 if { (eval echo configure:1480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1560if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14801561  rm -rf conftest*
    14811562  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15051586
    15061587echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1507 echo "configure:1508: checking for atof in -lsingfac" >&5
     1588echo "configure:1589: checking for atof in -lsingfac" >&5
    15081589ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    15091590if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15131594LIBS="-lsingfac  $LIBS"
    15141595cat > conftest.$ac_ext <<EOF
    1515 #line 1516 "configure"
     1596#line 1597 "configure"
    15161597#include "confdefs.h"
    15171598/* Override any gcc2 internal prototype to avoid an error.  */
     
    15241605; return 0; }
    15251606EOF
    1526 if { (eval echo configure:1527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1607if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15271608  rm -rf conftest*
    15281609  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15561637ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    15571638echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1558 echo "configure:1559: checking for $ac_hdr" >&5
     1639echo "configure:1640: checking for $ac_hdr" >&5
    15591640if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    15601641  echo $ac_n "(cached) $ac_c" 1>&6
    15611642else
    15621643  cat > conftest.$ac_ext <<EOF
    1563 #line 1564 "configure"
     1644#line 1645 "configure"
    15641645#include "confdefs.h"
    15651646#include <$ac_hdr>
    15661647EOF
    15671648ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1568 { (eval echo configure:1569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1569 ac_err=`grep -v '^ *+' conftest.out`
     1649{ (eval echo configure:1650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1650ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15701651if test -z "$ac_err"; then
    15711652  rm -rf conftest*
     
    17081789
    17091790echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1710 echo "configure:1711: checking which tmp dir to use" >&5
     1791echo "configure:1792: checking which tmp dir to use" >&5
    17111792if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    17121793  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    17251806if test "${with_perl5+set}" != set; then
    17261807  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1727 echo "configure:1728: checking for perl5" >&5
     1808echo "configure:1809: checking for perl5" >&5
    17281809    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    17291810  echo $ac_n "(cached) $ac_c" 1>&6
     
    17621843set dummy $ac_prog; ac_word=$2
    17631844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1764 echo "configure:1765: checking for $ac_word" >&5
     1845echo "configure:1846: checking for $ac_word" >&5
    17651846if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    17661847  echo $ac_n "(cached) $ac_c" 1>&6
     
    17691850  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    17701851else
    1771   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    1772   for ac_dir in $PATH; do
     1852  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1853  ac_dummy="$PATH"
     1854  for ac_dir in $ac_dummy; do
    17731855    test -z "$ac_dir" && ac_dir=.
    17741856    if test -f $ac_dir/$ac_word; then
     
    17971879
    17981880echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1799 echo "configure:1800: checking whether to configure and build texinfo" >&5
     1881echo "configure:1882: checking whether to configure and build texinfo" >&5
    18001882if test "$enable_texinfo" != no && test -d Texinfo; then
    18011883  echo "$ac_t""yes" 1>&6
     
    18191901
    18201902echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1821 echo "configure:1822: checking whether to configure and build gmp lib" >&5
     1903echo "configure:1904: checking whether to configure and build gmp lib" >&5
    18221904if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    18231905  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    18451927
    18461928echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1847 echo "configure:1848: checking whether to configure and build smallgmp lib" >&5
     1929echo "configure:1930: checking whether to configure and build smallgmp lib" >&5
    18481930if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    18491931  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    18841966
    18851967echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1886 echo "configure:1887: checking whether to configure and build MP lib" >&5
     1968echo "configure:1969: checking whether to configure and build MP lib" >&5
    18871969if test "$enable_MP" != yes && test "$enable_MP" != no; then
    18881970  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    19131995 
    19141996echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1915 echo "configure:1916: checking whether to configure and build factory lib" >&5
     1997echo "configure:1998: checking whether to configure and build factory lib" >&5
    19161998if test "$enable_factory" != yes && test "$enable_factory" != no; then
    19171999  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    19382020
    19392021echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    1940 echo "configure:1941: checking whether to configure and build libfac lib" >&5
     2022echo "configure:2023: checking whether to configure and build libfac lib" >&5
    19412023if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    19422024  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    19682050
    19692051echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    1970 echo "configure:1971: checking whether to configure and build sgroup lib" >&5
     2052echo "configure:2053: checking whether to configure and build sgroup lib" >&5
    19712053if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    19722054  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    19982080
    19992081echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2000 echo "configure:2001: checking whether to configure and build Singular" >&5
     2082echo "configure:2083: checking whether to configure and build Singular" >&5
    20012083if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    20022084  if test "$with_Singular" != no && test -d Singular; then
     
    20232105
    20242106echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2025 echo "configure:2026: checking which apint package to use" >&5
     2107echo "configure:2108: checking which apint package to use" >&5
    20262108if test "$with_apint" = gmp; then
    20272109  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    20472129
    20482130echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2049 echo "configure:2050: checking whether to use with MP" >&5
     2131echo "configure:2132: checking whether to use with MP" >&5
    20502132if test "$with_MP" = yes; then
    20512133  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    20662148
    20672149echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2068 echo "configure:2069: checking whether to use with factory" >&5
     2150echo "configure:2151: checking whether to use with factory" >&5
    20692151if test "$with_factory" = yes; then
    20702152  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    20852167 
    20862168echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2087 echo "configure:2088: checking whether to use with libfac" >&5
     2169echo "configure:2170: checking whether to use with libfac" >&5
    20882170if test "$with_libfac" = yes; then
    20892171  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    21042186
    21052187echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2106 echo "configure:2107: checking whether to use with Singular" >&5
     2188echo "configure:2189: checking whether to use with Singular" >&5
    21072189if test "$with_Singular" != no && test "$with_Singular" != yes; then
    21082190  if test "$enable_Singular" = yes; then
     
    21562238
    21572239echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2158 echo "configure:2159: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2240echo "configure:2241: checking whether ${MAKE-make} sets \${MAKE}" >&5
    21592241set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    21602242if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    22292311# and sets the high bit in the cache file unless we assign to the vars.
    22302312(set) 2>&1 |
    2231   case `(ac_space=' '; set) 2>&1` in
     2313  case `(ac_space=' '; set | grep ac_space) 2>&1` in
    22322314  *ac_space=\ *)
    22332315    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    23082390    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    23092391  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2310     echo "$CONFIG_STATUS generated by autoconf version 2.12"
     2392    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    23112393    exit 0 ;;
    23122394  -help | --help | --hel | --he | --h)
     
    23272409$ac_vpsub
    23282410$extrasub
     2411s%@SHELL@%$SHELL%g
    23292412s%@CFLAGS@%$CFLAGS%g
    23302413s%@CPPFLAGS@%$CPPFLAGS%g
    23312414s%@CXXFLAGS@%$CXXFLAGS%g
     2415s%@FFLAGS@%$FFLAGS%g
    23322416s%@DEFS@%$DEFS%g
    23332417s%@LDFLAGS@%$LDFLAGS%g
  • configure.in

    r6b80bb r665217  
    7373AC_PROG_LN_S
    7474if test -x Texi2html/texi2html; then
     75if test -r ${T2H_HOME}/texi2html.init; then
     76TEXI2HTML=`pwd`/Texi2html/texi2html.pl
     77else
    7578TEXI2HTML=`pwd`/Texi2html/texi2html
     79fi
    7680AC_SUBST(TEXI2HTML)
    7781else
Note: See TracChangeset for help on using the changeset viewer.