Changeset 9ead31 in git for configure


Ignore:
Timestamp:
Dec 8, 1999, 3:47:00 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
53d0872de3ff6a1163f5d6807bf357032ff564e2
Parents:
a94090d0cd2313d6f7feaf0908fb3c4da5fe3352
Message:
* chcek for ptograms


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

Legend:

Unmodified
Added
Removed
  • configure

    ra94090 r9ead31  
    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.
     
    587590fi
    588591
     592pwd=`pwd`
     593
    589594echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    590 echo "configure:591: checking uname for singular" >&5
     595echo "configure:596: checking uname for singular" >&5
    591596if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    592597  echo $ac_n "(cached) $ac_c" 1>&6
     
    633638set dummy gcc; ac_word=$2
    634639echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    635 echo "configure:636: checking for $ac_word" >&5
     640echo "configure:641: checking for $ac_word" >&5
    636641if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    637642  echo $ac_n "(cached) $ac_c" 1>&6
     
    640645  ac_cv_prog_CC="$CC" # Let the user override the test.
    641646else
    642   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    643   for ac_dir in $PATH; do
     647  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     648  ac_dummy="$PATH"
     649  for ac_dir in $ac_dummy; do
    644650    test -z "$ac_dir" && ac_dir=.
    645651    if test -f $ac_dir/$ac_word; then
     
    662668set dummy cc; ac_word=$2
    663669echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    664 echo "configure:665: checking for $ac_word" >&5
     670echo "configure:671: checking for $ac_word" >&5
    665671if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    666672  echo $ac_n "(cached) $ac_c" 1>&6
     
    669675  ac_cv_prog_CC="$CC" # Let the user override the test.
    670676else
    671   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     677  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    672678  ac_prog_rejected=no
    673   for ac_dir in $PATH; do
     679  ac_dummy="$PATH"
     680  for ac_dir in $ac_dummy; do
    674681    test -z "$ac_dir" && ac_dir=.
    675682    if test -f $ac_dir/$ac_word; then
     
    706713fi
    707714
     715  if test -z "$CC"; then
     716    case "`uname -s`" in
     717    *win32* | *WIN32*)
     718      # Extract the first word of "cl", so it can be a program name with args.
     719set dummy cl; ac_word=$2
     720echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     721echo "configure:722: checking for $ac_word" >&5
     722if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     723  echo $ac_n "(cached) $ac_c" 1>&6
     724else
     725  if test -n "$CC"; then
     726  ac_cv_prog_CC="$CC" # Let the user override the test.
     727else
     728  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     729  ac_dummy="$PATH"
     730  for ac_dir in $ac_dummy; do
     731    test -z "$ac_dir" && ac_dir=.
     732    if test -f $ac_dir/$ac_word; then
     733      ac_cv_prog_CC="cl"
     734      break
     735    fi
     736  done
     737  IFS="$ac_save_ifs"
     738fi
     739fi
     740CC="$ac_cv_prog_CC"
     741if test -n "$CC"; then
     742  echo "$ac_t""$CC" 1>&6
     743else
     744  echo "$ac_t""no" 1>&6
     745fi
     746 ;;
     747    esac
     748  fi
    708749  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    709750fi
    710751
    711752echo $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
     753echo "configure:754: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    713754
    714755ac_ext=c
     
    716757ac_cpp='$CPP $CPPFLAGS'
    717758ac_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'
     759ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    719760cross_compiling=$ac_cv_prog_cc_cross
    720761
    721 cat > conftest.$ac_ext <<EOF
    722 #line 723 "configure"
     762cat > conftest.$ac_ext << EOF
     763
     764#line 765 "configure"
    723765#include "confdefs.h"
     766
    724767main(){return(0);}
    725768EOF
    726 if { (eval echo configure:727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     769if { (eval echo configure:770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    727770  ac_cv_prog_cc_works=yes
    728771  # If we can't run a trivial program, we are probably using a cross compiler.
     
    738781fi
    739782rm -fr conftest*
     783ac_ext=c
     784# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     785ac_cpp='$CPP $CPPFLAGS'
     786ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
     787ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     788cross_compiling=$ac_cv_prog_cc_cross
    740789
    741790echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    744793fi
    745794echo $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
     795echo "configure:796: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    747796echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    748797cross_compiling=$ac_cv_prog_cc_cross
    749798
    750799echo $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
     800echo "configure:801: checking whether we are using GNU C" >&5
    752801if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    753802  echo $ac_n "(cached) $ac_c" 1>&6
     
    758807#endif
    759808EOF
    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
     809if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    761810  ac_cv_prog_gcc=yes
    762811else
     
    769818if test $ac_cv_prog_gcc = yes; then
    770819  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
     820else
     821  GCC=
     822fi
     823
     824ac_test_CFLAGS="${CFLAGS+set}"
     825ac_save_CFLAGS="$CFLAGS"
     826CFLAGS=
     827echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     828echo "configure:829: checking whether ${CC-cc} accepts -g" >&5
    776829if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    777830  echo $ac_n "(cached) $ac_c" 1>&6
     
    788841
    789842echo "$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
     843if test "$ac_test_CFLAGS" = set; then
     844  CFLAGS="$ac_save_CFLAGS"
     845elif test $ac_cv_prog_cc_g = yes; then
     846  if test "$GCC" = yes; then
    793847    CFLAGS="-g -O2"
    794848  else
     849    CFLAGS="-g"
     850  fi
     851else
     852  if test "$GCC" = yes; then
    795853    CFLAGS="-O2"
    796   fi
    797 else
    798   GCC=
    799   test "${CFLAGS+set}" = set || CFLAGS="-g"
     854  else
     855    CFLAGS=
     856  fi
    800857fi
    801858
    802859echo $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
     860echo "configure:861: checking how to run the C preprocessor" >&5
    804861# On Suns, sometimes $CPP names a directory.
    805862if test -n "$CPP" && test -d "$CPP"; then
     
    816873  # not just through cpp.
    817874  cat > conftest.$ac_ext <<EOF
    818 #line 819 "configure"
     875#line 876 "configure"
    819876#include "confdefs.h"
    820877#include <assert.h>
     
    822879EOF
    823880ac_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`
     881{ (eval echo configure:882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     882ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    826883if test -z "$ac_err"; then
    827884  :
     
    833890  CPP="${CC-cc} -E -traditional-cpp"
    834891  cat > conftest.$ac_ext <<EOF
    835 #line 836 "configure"
     892#line 893 "configure"
    836893#include "confdefs.h"
    837894#include <assert.h>
     
    839896EOF
    840897ac_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`
     898{ (eval echo configure:899: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     899ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     900if test -z "$ac_err"; then
     901  :
     902else
     903  echo "$ac_err" >&5
     904  echo "configure: failed program was:" >&5
     905  cat conftest.$ac_ext >&5
     906  rm -rf conftest*
     907  CPP="${CC-cc} -nologo -E"
     908  cat > conftest.$ac_ext <<EOF
     909#line 910 "configure"
     910#include "confdefs.h"
     911#include <assert.h>
     912Syntax Error
     913EOF
     914ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     915{ (eval echo configure:916: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     916ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    843917if test -z "$ac_err"; then
    844918  :
     
    849923  rm -rf conftest*
    850924  CPP=/lib/cpp
     925fi
     926rm -f conftest*
    851927fi
    852928rm -f conftest*
     
    887963# IRIX /sbin/install
    888964# AIX /bin/install
     965# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    889966# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    890967# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    891968# ./install, which can be erroneously created by make from ./install.sh.
    892969echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    893 echo "configure:894: checking for a BSD compatible install" >&5
     970echo "configure:971: checking for a BSD compatible install" >&5
    894971if test -z "$INSTALL"; then
    895972if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    896973  echo $ac_n "(cached) $ac_c" 1>&6
    897974else
    898     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
     975    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
    899976  for ac_dir in $PATH; do
    900977    # Account for people who put trailing slashes in PATH elements.
     
    903980    *)
    904981      # OSF1 and SCO ODT 3.0 have their own names for install.
    905       for ac_prog in ginstall installbsd scoinst install; do
     982      # Don't use installbsd from OSF since it installs stuff as root
     983      # by default.
     984      for ac_prog in ginstall scoinst install; do
    906985        if test -f $ac_dir/$ac_prog; then
    907986          if test $ac_prog = install &&
    908987            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    909988            # AIX install.  It has an incompatible calling convention.
    910             # OSF/1 installbsd also uses dspmsg, but is usable.
    911989            :
    912990          else
     
    9381016test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    9391017
     1018test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
     1019
    9401020test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    9411021
    9421022echo $ac_n "checking for AIX""... $ac_c" 1>&6
    943 echo "configure:944: checking for AIX" >&5
     1023echo "configure:1024: checking for AIX" >&5
    9441024cat > conftest.$ac_ext <<EOF
    945 #line 946 "configure"
     1025#line 1026 "configure"
    9461026#include "confdefs.h"
    9471027#ifdef _AIX
     
    9701050set dummy $ac_prog; ac_word=$2
    9711051echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    972 echo "configure:973: checking for $ac_word" >&5
     1052echo "configure:1053: checking for $ac_word" >&5
    9731053if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    9741054  echo $ac_n "(cached) $ac_c" 1>&6
     
    9771057  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    9781058else
    979   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    980   for ac_dir in $PATH; do
     1059  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1060  ac_dummy="$PATH"
     1061  for ac_dir in $ac_dummy; do
    9811062    test -z "$ac_dir" && ac_dir=.
    9821063    if test -f $ac_dir/$ac_word; then
     
    9981079done
    9991080
     1081for ac_prog in __gunzip
     1082do
     1083# Extract the first word of "$ac_prog", so it can be a program name with args.
     1084set dummy $ac_prog; ac_word=$2
     1085echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1086echo "configure:1087: checking for $ac_word" >&5
     1087if eval "test \"`echo '$''{'ac_cv_prog_GUNZIP'+set}'`\" = set"; then
     1088  echo $ac_n "(cached) $ac_c" 1>&6
     1089else
     1090  if test -n "$GUNZIP"; then
     1091  ac_cv_prog_GUNZIP="$GUNZIP" # Let the user override the test.
     1092else
     1093  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1094  ac_dummy="$PATH"
     1095  for ac_dir in $ac_dummy; do
     1096    test -z "$ac_dir" && ac_dir=.
     1097    if test -f $ac_dir/$ac_word; then
     1098      ac_cv_prog_GUNZIP="$ac_prog"
     1099      break
     1100    fi
     1101  done
     1102  IFS="$ac_save_ifs"
     1103fi
     1104fi
     1105GUNZIP="$ac_cv_prog_GUNZIP"
     1106if test -n "$GUNZIP"; then
     1107  echo "$ac_t""$GUNZIP" 1>&6
     1108else
     1109  echo "$ac_t""no" 1>&6
     1110fi
     1111
     1112test -n "$GUNZIP" && break
     1113done
     1114test -n "$GUNZIP" || GUNZIP="${pwd}/warn_not_found.sh gunzip"
     1115
     1116# don't use GZIP this breaks configure
     1117for ac_prog in __gzip
     1118do
     1119# Extract the first word of "$ac_prog", so it can be a program name with args.
     1120set dummy $ac_prog; ac_word=$2
     1121echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     1122echo "configure:1123: checking for $ac_word" >&5
     1123if eval "test \"`echo '$''{'ac_cv_prog_MYGZIP'+set}'`\" = set"; then
     1124  echo $ac_n "(cached) $ac_c" 1>&6
     1125else
     1126  if test -n "$MYGZIP"; then
     1127  ac_cv_prog_MYGZIP="$MYGZIP" # Let the user override the test.
     1128else
     1129  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1130  ac_dummy="$PATH"
     1131  for ac_dir in $ac_dummy; do
     1132    test -z "$ac_dir" && ac_dir=.
     1133    if test -f $ac_dir/$ac_word; then
     1134      ac_cv_prog_MYGZIP="$ac_prog"
     1135      break
     1136    fi
     1137  done
     1138  IFS="$ac_save_ifs"
     1139fi
     1140fi
     1141MYGZIP="$ac_cv_prog_MYGZIP"
     1142if test -n "$MYGZIP"; then
     1143  echo "$ac_t""$MYGZIP" 1>&6
     1144else
     1145  echo "$ac_t""no" 1>&6
     1146fi
     1147
     1148test -n "$MYGZIP" && break
     1149done
     1150test -n "$MYGZIP" || MYGZIP="${pwd}/warn_not_found.sh gzip"
     1151
    10001152# Extract the first word of "latex2html", so it can be a program name with args.
    10011153set dummy latex2html; ac_word=$2
    10021154echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1003 echo "configure:1004: checking for $ac_word" >&5
     1155echo "configure:1156: checking for $ac_word" >&5
    10041156if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    10051157  echo $ac_n "(cached) $ac_c" 1>&6
     
    10081160  ac_cv_prog_LATEX2HTML="$LATEX2HTML" # Let the user override the test.
    10091161else
    1010   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    1011   for ac_dir in $PATH; do
     1162  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1163  ac_dummy="$PATH"
     1164  for ac_dir in $ac_dummy; do
    10121165    test -z "$ac_dir" && ac_dir=.
    10131166    if test -f $ac_dir/$ac_word; then
     
    10271180
    10281181echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1029 echo "configure:1030: checking whether ln -s works" >&5
     1182echo "configure:1183: checking whether ln -s works" >&5
    10301183if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    10311184  echo $ac_n "(cached) $ac_c" 1>&6
     
    10591212set dummy texi2html; ac_word=$2
    10601213echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1061 echo "configure:1062: checking for $ac_word" >&5
     1214echo "configure:1215: checking for $ac_word" >&5
    10621215if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    10631216  echo $ac_n "(cached) $ac_c" 1>&6
     
    10661219  ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test.
    10671220else
    1068   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    1069   for ac_dir in $PATH; do
     1221  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1222  ac_dummy="$PATH"
     1223  for ac_dir in $ac_dummy; do
    10701224    test -z "$ac_dir" && ac_dir=.
    10711225    if test -f $ac_dir/$ac_word; then
     
    11321286# check for AIX
    11331287echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1134 echo "configure:1135: checking whether _AIX is defined" >&5
     1288echo "configure:1289: checking whether _AIX is defined" >&5
    11351289if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    11361290  echo $ac_n "(cached) $ac_c" 1>&6
    11371291else
    11381292  cat > conftest.$ac_ext <<EOF
    1139 #line 1140 "configure"
     1293#line 1294 "configure"
    11401294#include "confdefs.h"
    11411295#ifdef _AIX
     
    11631317
    11641318echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1165 echo "configure:1166: checking for atof in -lm" >&5
     1319echo "configure:1320: checking for atof in -lm" >&5
    11661320ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    11671321if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11711325LIBS="-lm  $LIBS"
    11721326cat > conftest.$ac_ext <<EOF
    1173 #line 1174 "configure"
     1327#line 1328 "configure"
    11741328#include "confdefs.h"
    11751329/* Override any gcc2 internal prototype to avoid an error.  */
     
    11821336; return 0; }
    11831337EOF
    1184 if { (eval echo configure:1185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1338if { (eval echo configure:1339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11851339  rm -rf conftest*
    11861340  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12101364
    12111365echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1212 echo "configure:1213: checking for socket in -lbsd" >&5
     1366echo "configure:1367: checking for socket in -lbsd" >&5
    12131367ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    12141368if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12181372LIBS="-lbsd  $LIBS"
    12191373cat > conftest.$ac_ext <<EOF
    1220 #line 1221 "configure"
     1374#line 1375 "configure"
    12211375#include "confdefs.h"
    12221376/* Override any gcc2 internal prototype to avoid an error.  */
     
    12291383; return 0; }
    12301384EOF
    1231 if { (eval echo configure:1232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1385if { (eval echo configure:1386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12321386  rm -rf conftest*
    12331387  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12571411
    12581412echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1259 echo "configure:1260: checking for listen in -lsocket" >&5
     1413echo "configure:1414: checking for listen in -lsocket" >&5
    12601414ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    12611415if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12651419LIBS="-lsocket  $LIBS"
    12661420cat > conftest.$ac_ext <<EOF
    1267 #line 1268 "configure"
     1421#line 1422 "configure"
    12681422#include "confdefs.h"
    12691423/* Override any gcc2 internal prototype to avoid an error.  */
     
    12761430; return 0; }
    12771431EOF
    1278 if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1432if { (eval echo configure:1433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12791433  rm -rf conftest*
    12801434  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13041458
    13051459echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1306 echo "configure:1307: checking for gethostbyname in -lnsl" >&5
     1460echo "configure:1461: checking for gethostbyname in -lnsl" >&5
    13071461ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    13081462if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13121466LIBS="-lnsl  $LIBS"
    13131467cat > conftest.$ac_ext <<EOF
    1314 #line 1315 "configure"
     1468#line 1469 "configure"
    13151469#include "confdefs.h"
    13161470/* Override any gcc2 internal prototype to avoid an error.  */
     
    13231477; return 0; }
    13241478EOF
    1325 if { (eval echo configure:1326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1479if { (eval echo configure:1480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13261480  rm -rf conftest*
    13271481  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13511505
    13521506echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1353 echo "configure:1354: checking for mpq_init in -lgmp" >&5
     1507echo "configure:1508: checking for mpq_init in -lgmp" >&5
    13541508ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    13551509if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13591513LIBS="-lgmp  $LIBS"
    13601514cat > conftest.$ac_ext <<EOF
    1361 #line 1362 "configure"
     1515#line 1516 "configure"
    13621516#include "confdefs.h"
    13631517/* Override any gcc2 internal prototype to avoid an error.  */
     
    13701524; return 0; }
    13711525EOF
    1372 if { (eval echo configure:1373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1526if { (eval echo configure:1527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13731527  rm -rf conftest*
    13741528  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13981552
    13991553echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1400 echo "configure:1401: checking for mpz_init in -lsmallgmp" >&5
     1554echo "configure:1555: checking for mpz_init in -lsmallgmp" >&5
    14011555ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    14021556if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14061560LIBS="-lsmallgmp  $LIBS"
    14071561cat > conftest.$ac_ext <<EOF
    1408 #line 1409 "configure"
     1562#line 1563 "configure"
    14091563#include "confdefs.h"
    14101564/* Override any gcc2 internal prototype to avoid an error.  */
     
    14171571; return 0; }
    14181572EOF
    1419 if { (eval echo configure:1420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1573if { (eval echo configure:1574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14201574  rm -rf conftest*
    14211575  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14451599
    14461600echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1447 echo "configure:1448: checking for IMP_PutGmpInt in -lMP" >&5
     1601echo "configure:1602: checking for IMP_PutGmpInt in -lMP" >&5
    14481602ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    14491603if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14531607LIBS="-lMP  $LIBS"
    14541608cat > conftest.$ac_ext <<EOF
    1455 #line 1456 "configure"
     1609#line 1610 "configure"
    14561610#include "confdefs.h"
    14571611/* Override any gcc2 internal prototype to avoid an error.  */
     
    14641618; return 0; }
    14651619EOF
    1466 if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1620if { (eval echo configure:1621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14671621  rm -rf conftest*
    14681622  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14921646
    14931647echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1494 echo "configure:1495: checking for MPT_GetTree in -lMPT" >&5
     1648echo "configure:1649: checking for MPT_GetTree in -lMPT" >&5
    14951649ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    14961650if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15001654LIBS="-lMPT  $LIBS"
    15011655cat > conftest.$ac_ext <<EOF
    1502 #line 1503 "configure"
     1656#line 1657 "configure"
    15031657#include "confdefs.h"
    15041658/* Override any gcc2 internal prototype to avoid an error.  */
     
    15111665; return 0; }
    15121666EOF
    1513 if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1667if { (eval echo configure:1668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15141668  rm -rf conftest*
    15151669  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15391693
    15401694echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1541 echo "configure:1542: checking for atof in -lsingcf" >&5
     1695echo "configure:1696: checking for atof in -lsingcf" >&5
    15421696ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    15431697if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15471701LIBS="-lsingcf  $LIBS"
    15481702cat > conftest.$ac_ext <<EOF
    1549 #line 1550 "configure"
     1703#line 1704 "configure"
    15501704#include "confdefs.h"
    15511705/* Override any gcc2 internal prototype to avoid an error.  */
     
    15581712; return 0; }
    15591713EOF
    1560 if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1714if { (eval echo configure:1715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15611715  rm -rf conftest*
    15621716  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15861740
    15871741echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1588 echo "configure:1589: checking for atof in -lsingfac" >&5
     1742echo "configure:1743: checking for atof in -lsingfac" >&5
    15891743ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    15901744if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15941748LIBS="-lsingfac  $LIBS"
    15951749cat > conftest.$ac_ext <<EOF
    1596 #line 1597 "configure"
     1750#line 1751 "configure"
    15971751#include "confdefs.h"
    15981752/* Override any gcc2 internal prototype to avoid an error.  */
     
    16051759; return 0; }
    16061760EOF
    1607 if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     1761if { (eval echo configure:1762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16081762  rm -rf conftest*
    16091763  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16371791ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    16381792echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1639 echo "configure:1640: checking for $ac_hdr" >&5
     1793echo "configure:1794: checking for $ac_hdr" >&5
    16401794if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    16411795  echo $ac_n "(cached) $ac_c" 1>&6
    16421796else
    16431797  cat > conftest.$ac_ext <<EOF
    1644 #line 1645 "configure"
     1798#line 1799 "configure"
    16451799#include "confdefs.h"
    16461800#include <$ac_hdr>
    16471801EOF
    16481802ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1649 { (eval echo configure:1650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1650 ac_err=`grep -v '^ *+' conftest.out`
     1803{ (eval echo configure:1804: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1804ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    16511805if test -z "$ac_err"; then
    16521806  rm -rf conftest*
     
    17891943
    17901944echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1791 echo "configure:1792: checking which tmp dir to use" >&5
     1945echo "configure:1946: checking which tmp dir to use" >&5
    17921946if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    17931947  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    18061960if test "${with_perl5+set}" != set; then
    18071961  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1808 echo "configure:1809: checking for perl5" >&5
     1962echo "configure:1963: checking for perl5" >&5
    18091963    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    18101964  echo $ac_n "(cached) $ac_c" 1>&6
     
    18431997set dummy $ac_prog; ac_word=$2
    18441998echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1845 echo "configure:1846: checking for $ac_word" >&5
     1999echo "configure:2000: checking for $ac_word" >&5
    18462000if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    18472001  echo $ac_n "(cached) $ac_c" 1>&6
     
    18502004  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    18512005else
    1852   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    1853   for ac_dir in $PATH; do
     2006  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2007  ac_dummy="$PATH"
     2008  for ac_dir in $ac_dummy; do
    18542009    test -z "$ac_dir" && ac_dir=.
    18552010    if test -f $ac_dir/$ac_word; then
     
    18782033
    18792034echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1880 echo "configure:1881: checking whether to configure and build texinfo" >&5
     2035echo "configure:2036: checking whether to configure and build texinfo" >&5
    18812036if test "$enable_texinfo" != no && test -d Texinfo; then
    18822037  echo "$ac_t""yes" 1>&6
     
    18862041  MAKEINFO="${bindir}/makeinfo --force"
    18872042  TEXINDEX=${bindir}/texindex
     2043 
     2044 
     2045 
    18882046else
    18892047  echo "$ac_t""no" 1>&6
    18902048  echo "configure: warning: Building of doc might fail. Need Texinfo" 1>&2
    18912049  enable_texinfo=no
    1892   TEXI2DVI=texi2dvi
    1893   MAKEINFO=makeinfo
    1894   TEXINDEX=${bindir}/texindex
     2050  # Extract the first word of "makeinfo", so it can be a program name with args.
     2051set dummy makeinfo; ac_word=$2
     2052echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     2053echo "configure:2054: checking for $ac_word" >&5
     2054if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
     2055  echo $ac_n "(cached) $ac_c" 1>&6
     2056else
     2057  if test -n "$MAKEINFO"; then
     2058  ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
     2059else
     2060  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2061  ac_dummy="$PATH"
     2062  for ac_dir in $ac_dummy; do
     2063    test -z "$ac_dir" && ac_dir=.
     2064    if test -f $ac_dir/$ac_word; then
     2065      ac_cv_prog_MAKEINFO="makeinfo"
     2066      break
     2067    fi
     2068  done
     2069  IFS="$ac_save_ifs"
     2070  test -z "$ac_cv_prog_MAKEINFO" && ac_cv_prog_MAKEINFO="${pwd}/warn_not_found.sh makeinfo"
     2071fi
     2072fi
     2073MAKEINFO="$ac_cv_prog_MAKEINFO"
     2074if test -n "$MAKEINFO"; then
     2075  echo "$ac_t""$MAKEINFO" 1>&6
     2076else
     2077  echo "$ac_t""no" 1>&6
     2078fi
     2079
     2080  # Extract the first word of "texi2dvi", so it can be a program name with args.
     2081set dummy texi2dvi; ac_word=$2
     2082echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     2083echo "configure:2084: checking for $ac_word" >&5
     2084if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then
     2085  echo $ac_n "(cached) $ac_c" 1>&6
     2086else
     2087  if test -n "$TEXI2DVI"; then
     2088  ac_cv_prog_TEXI2DVI="$TEXI2DVI" # Let the user override the test.
     2089else
     2090  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2091  ac_dummy="$PATH"
     2092  for ac_dir in $ac_dummy; do
     2093    test -z "$ac_dir" && ac_dir=.
     2094    if test -f $ac_dir/$ac_word; then
     2095      ac_cv_prog_TEXI2DVI="texi2dvi"
     2096      break
     2097    fi
     2098  done
     2099  IFS="$ac_save_ifs"
     2100  test -z "$ac_cv_prog_TEXI2DVI" && ac_cv_prog_TEXI2DVI="${pwd}/warn_not_found.sh texi2dvi"
     2101fi
     2102fi
     2103TEXI2DVI="$ac_cv_prog_TEXI2DVI"
     2104if test -n "$TEXI2DVI"; then
     2105  echo "$ac_t""$TEXI2DVI" 1>&6
     2106else
     2107  echo "$ac_t""no" 1>&6
     2108fi
     2109
     2110  # Extract the first word of "texindex", so it can be a program name with args.
     2111set dummy texindex; ac_word=$2
     2112echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     2113echo "configure:2114: checking for $ac_word" >&5
     2114if eval "test \"`echo '$''{'ac_cv_prog_TEXINDEX'+set}'`\" = set"; then
     2115  echo $ac_n "(cached) $ac_c" 1>&6
     2116else
     2117  if test -n "$TEXINDEX"; then
     2118  ac_cv_prog_TEXINDEX="$TEXINDEX" # Let the user override the test.
     2119else
     2120  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2121  ac_dummy="$PATH"
     2122  for ac_dir in $ac_dummy; do
     2123    test -z "$ac_dir" && ac_dir=.
     2124    if test -f $ac_dir/$ac_word; then
     2125      ac_cv_prog_TEXINDEX="texindex"
     2126      break
     2127    fi
     2128  done
     2129  IFS="$ac_save_ifs"
     2130  test -z "$ac_cv_prog_TEXINDEX" && ac_cv_prog_TEXINDEX="${pwd}/warn_not_found.sh texindex"
     2131fi
     2132fi
     2133TEXINDEX="$ac_cv_prog_TEXINDEX"
     2134if test -n "$TEXINDEX"; then
     2135  echo "$ac_t""$TEXINDEX" 1>&6
     2136else
     2137  echo "$ac_t""no" 1>&6
     2138fi
     2139
    18952140fi 
    18962141
    18972142
    1898 
    1899 
    1900 
    19012143echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1902 echo "configure:1903: checking whether to configure and build gmp lib" >&5
     2144echo "configure:2145: checking whether to configure and build gmp lib" >&5
    19032145if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    19042146  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    19262168
    19272169echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1928 echo "configure:1929: checking whether to configure and build smallgmp lib" >&5
     2170echo "configure:2171: checking whether to configure and build smallgmp lib" >&5
    19292171if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    19302172  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    19652207
    19662208echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1967 echo "configure:1968: checking whether to configure and build MP lib" >&5
     2209echo "configure:2210: checking whether to configure and build MP lib" >&5
    19682210if test "$enable_MP" != yes && test "$enable_MP" != no; then
    19692211  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    19942236 
    19952237echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1996 echo "configure:1997: checking whether to configure and build factory lib" >&5
     2238echo "configure:2239: checking whether to configure and build factory lib" >&5
    19972239if test "$enable_factory" != yes && test "$enable_factory" != no; then
    19982240  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    20192261
    20202262echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2021 echo "configure:2022: checking whether to configure and build libfac lib" >&5
     2263echo "configure:2264: checking whether to configure and build libfac lib" >&5
    20222264if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    20232265  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    20492291
    20502292echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2051 echo "configure:2052: checking whether to configure and build sgroup lib" >&5
     2293echo "configure:2294: checking whether to configure and build sgroup lib" >&5
    20522294if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    20532295  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    20792321
    20802322echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2081 echo "configure:2082: checking whether to configure and build Singular" >&5
     2323echo "configure:2324: checking whether to configure and build Singular" >&5
    20822324if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    20832325  if test "$with_Singular" != no && test -d Singular; then
     
    21042346
    21052347echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2106 echo "configure:2107: checking which apint package to use" >&5
     2348echo "configure:2349: checking which apint package to use" >&5
    21072349if test "$with_apint" = gmp; then
    21082350  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    21282370
    21292371echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2130 echo "configure:2131: checking whether to use with MP" >&5
     2372echo "configure:2373: checking whether to use with MP" >&5
    21312373if test "$with_MP" = yes; then
    21322374  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    21472389
    21482390echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2149 echo "configure:2150: checking whether to use with factory" >&5
     2391echo "configure:2392: checking whether to use with factory" >&5
    21502392if test "$with_factory" = yes; then
    21512393  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    21662408 
    21672409echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2168 echo "configure:2169: checking whether to use with libfac" >&5
     2410echo "configure:2411: checking whether to use with libfac" >&5
    21692411if test "$with_libfac" = yes; then
    21702412  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    21852427
    21862428echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6
    2187 echo "configure:2188: checking whether to use mtrack" >&5
     2429echo "configure:2430: checking whether to use mtrack" >&5
    21882430if test -d mpr && test "$ac_cv_singuname" = ix86-Linux; then
    21892431   echo "$ac_t""yes" 1>&6
     
    21942436
    21952437echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2196 echo "configure:2197: checking whether to use with Singular" >&5
     2438echo "configure:2439: checking whether to use with Singular" >&5
    21972439if test "$with_Singular" != no && test "$with_Singular" != yes; then
    21982440  if test "$enable_Singular" = yes; then
     
    22532495
    22542496echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2255 echo "configure:2256: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2497echo "configure:2498: checking whether ${MAKE-make} sets \${MAKE}" >&5
    22562498set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    22572499if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    23082550# and sets the high bit in the cache file unless we assign to the vars.
    23092551(set) 2>&1 |
    2310   case `(ac_space=' '; set) 2>&1` in
     2552  case `(ac_space=' '; set | grep ac_space) 2>&1` in
    23112553  *ac_space=\ *)
    23122554    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    23872629    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    23882630  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2389     echo "$CONFIG_STATUS generated by autoconf version 2.12"
     2631    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    23902632    exit 0 ;;
    23912633  -help | --help | --hel | --he | --h)
     
    24072649$ac_vpsub
    24082650$extrasub
     2651s%@SHELL@%$SHELL%g
    24092652s%@CFLAGS@%$CFLAGS%g
    24102653s%@CPPFLAGS@%$CPPFLAGS%g
    24112654s%@CXXFLAGS@%$CXXFLAGS%g
     2655s%@FFLAGS@%$FFLAGS%g
    24122656s%@DEFS@%$DEFS%g
    24132657s%@LDFLAGS@%$LDFLAGS%g
     
    24352679s%@CPP@%$CPP%g
    24362680s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     2681s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    24372682s%@INSTALL_DATA@%$INSTALL_DATA%g
    24382683s%@PERL@%$PERL%g
     2684s%@GUNZIP@%$GUNZIP%g
     2685s%@MYGZIP@%$MYGZIP%g
    24392686s%@LATEX2HTML@%$LATEX2HTML%g
    24402687s%@LN_S@%$LN_S%g
Note: See TracChangeset for help on using the changeset viewer.