Changeset 9b4b45 in git for configure


Ignore:
Timestamp:
Sep 20, 1999, 10:00:35 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ca18d3b3adb9e51465a8bcaaa281c41f87c41d85
Parents:
ba464394215b415392ca93de948ac4c9cbb6d220
Message:
* increased version number to 1.3.5


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

Legend:

Unmodified
Added
Removed
  • configure

    rba4643 r9b4b45  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.12
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    102102subdirs=
    103103MFLAGS= MAKEFLAGS=
    104 SHELL=${CONFIG_SHELL-/bin/sh}
    105104# Maximum number of lines to put in a shell here document.
    106105ac_max_here_lines=12
     
    386385
    387386  -version | --version | --versio | --versi | --vers)
    388     echo "configure generated by autoconf version 2.13"
     387    echo "configure generated by autoconf version 2.12"
    389388    exit 0 ;;
    390389
     
    556555ac_cpp='$CPP $CPPFLAGS'
    557556ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    558 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     557ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    559558cross_compiling=$ac_cv_prog_cc_cross
    560559
    561 ac_exeext=
    562 ac_objext=o
    563560if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    564561  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    591588
    592589echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    593 echo "configure:594: checking uname for singular" >&5
     590echo "configure:591: checking uname for singular" >&5
    594591if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    595592  echo $ac_n "(cached) $ac_c" 1>&6
     
    618615SINGULAR_MAJOR_VERSION=1
    619616SINGULAR_MINOR_VERSION=3
    620 SINGULAR_SUB_VERSION=4
     617SINGULAR_SUB_VERSION=5
    621618SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}"
    622619SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    623 VERSION_DATE="July 1999"
     620VERSION_DATE="September 1999"
    624621
    625622export SINGULAR_MINOR_VERSION
     
    636633set dummy gcc; ac_word=$2
    637634echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    638 echo "configure:639: checking for $ac_word" >&5
     635echo "configure:636: checking for $ac_word" >&5
    639636if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    640637  echo $ac_n "(cached) $ac_c" 1>&6
     
    643640  ac_cv_prog_CC="$CC" # Let the user override the test.
    644641else
    645   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    646   ac_dummy="$PATH"
    647   for ac_dir in $ac_dummy; do
     642  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     643  for ac_dir in $PATH; do
    648644    test -z "$ac_dir" && ac_dir=.
    649645    if test -f $ac_dir/$ac_word; then
     
    666662set dummy cc; ac_word=$2
    667663echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    668 echo "configure:669: checking for $ac_word" >&5
     664echo "configure:665: checking for $ac_word" >&5
    669665if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    670666  echo $ac_n "(cached) $ac_c" 1>&6
     
    673669  ac_cv_prog_CC="$CC" # Let the user override the test.
    674670else
    675   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     671  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    676672  ac_prog_rejected=no
    677   ac_dummy="$PATH"
    678   for ac_dir in $ac_dummy; do
     673  for ac_dir in $PATH; do
    679674    test -z "$ac_dir" && ac_dir=.
    680675    if test -f $ac_dir/$ac_word; then
     
    711706fi
    712707
    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.
    717 set dummy cl; ac_word=$2
    718 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    719 echo "configure:720: checking for $ac_word" >&5
    720 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    721   echo $ac_n "(cached) $ac_c" 1>&6
    722 else
    723   if test -n "$CC"; then
    724   ac_cv_prog_CC="$CC" # Let the user override the test.
    725 else
    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"
    736 fi
    737 fi
    738 CC="$ac_cv_prog_CC"
    739 if test -n "$CC"; then
    740   echo "$ac_t""$CC" 1>&6
    741 else
    742   echo "$ac_t""no" 1>&6
    743 fi
    744  ;;
    745     esac
    746   fi
    747708  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    748709fi
    749710
    750711echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    751 echo "configure:752: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     712echo "configure:713: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    752713
    753714ac_ext=c
     
    755716ac_cpp='$CPP $CPPFLAGS'
    756717ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    757 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     718ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    758719cross_compiling=$ac_cv_prog_cc_cross
    759720
    760 cat > conftest.$ac_ext << EOF
    761 
    762 #line 763 "configure"
     721cat > conftest.$ac_ext <<EOF
     722#line 723 "configure"
    763723#include "confdefs.h"
    764 
    765724main(){return(0);}
    766725EOF
    767 if { (eval echo configure:768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     726if { (eval echo configure:727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    768727  ac_cv_prog_cc_works=yes
    769728  # If we can't run a trivial program, we are probably using a cross compiler.
     
    779738fi
    780739rm -fr conftest*
    781 ac_ext=c
    782 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    783 ac_cpp='$CPP $CPPFLAGS'
    784 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    785 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    786 cross_compiling=$ac_cv_prog_cc_cross
    787740
    788741echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    791744fi
    792745echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    793 echo "configure:794: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     746echo "configure:747: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    794747echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    795748cross_compiling=$ac_cv_prog_cc_cross
    796749
    797750echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    798 echo "configure:799: checking whether we are using GNU C" >&5
     751echo "configure:752: checking whether we are using GNU C" >&5
    799752if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    800753  echo $ac_n "(cached) $ac_c" 1>&6
     
    805758#endif
    806759EOF
    807 if { 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
     760if { 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
    808761  ac_cv_prog_gcc=yes
    809762else
     
    816769if test $ac_cv_prog_gcc = yes; then
    817770  GCC=yes
    818 else
    819   GCC=
    820 fi
    821 
    822 ac_test_CFLAGS="${CFLAGS+set}"
    823 ac_save_CFLAGS="$CFLAGS"
    824 CFLAGS=
    825 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    826 echo "configure:827: checking whether ${CC-cc} accepts -g" >&5
     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
     775echo "configure:776: checking whether ${CC-cc} accepts -g" >&5
    827776if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    828777  echo $ac_n "(cached) $ac_c" 1>&6
     
    839788
    840789echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    841 if test "$ac_test_CFLAGS" = set; then
    842   CFLAGS="$ac_save_CFLAGS"
    843 elif test $ac_cv_prog_cc_g = yes; then
    844   if test "$GCC" = yes; then
     790  if test "$ac_test_CFLAGS" = set; then
     791    CFLAGS="$ac_save_CFLAGS"
     792  elif test $ac_cv_prog_cc_g = yes; then
    845793    CFLAGS="-g -O2"
    846794  else
    847     CFLAGS="-g"
    848   fi
    849 else
    850   if test "$GCC" = yes; then
    851795    CFLAGS="-O2"
    852   else
    853     CFLAGS=
    854   fi
     796  fi
     797else
     798  GCC=
     799  test "${CFLAGS+set}" = set || CFLAGS="-g"
    855800fi
    856801
    857802echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    858 echo "configure:859: checking how to run the C preprocessor" >&5
     803echo "configure:804: checking how to run the C preprocessor" >&5
    859804# On Suns, sometimes $CPP names a directory.
    860805if test -n "$CPP" && test -d "$CPP"; then
     
    871816  # not just through cpp.
    872817  cat > conftest.$ac_ext <<EOF
    873 #line 874 "configure"
     818#line 819 "configure"
    874819#include "confdefs.h"
    875820#include <assert.h>
     
    877822EOF
    878823ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    879 { (eval echo configure:880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    880 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     824{ (eval echo configure:825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     825ac_err=`grep -v '^ *+' conftest.out`
    881826if test -z "$ac_err"; then
    882827  :
     
    888833  CPP="${CC-cc} -E -traditional-cpp"
    889834  cat > conftest.$ac_ext <<EOF
    890 #line 891 "configure"
     835#line 836 "configure"
    891836#include "confdefs.h"
    892837#include <assert.h>
     
    894839EOF
    895840ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    896 { (eval echo configure:897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    897 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     841{ (eval echo configure:842: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     842ac_err=`grep -v '^ *+' conftest.out`
    898843if test -z "$ac_err"; then
    899844  :
     
    903848  cat conftest.$ac_ext >&5
    904849  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>
    910 Syntax Error
    911 EOF
    912 ac_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; }
    914 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    915 if test -z "$ac_err"; then
    916   :
    917 else
    918   echo "$ac_err" >&5
    919   echo "configure: failed program was:" >&5
    920   cat conftest.$ac_ext >&5
    921   rm -rf conftest*
    922850  CPP=/lib/cpp
    923 fi
    924 rm -f conftest*
    925851fi
    926852rm -f conftest*
     
    936862
    937863echo $ac_n "checking for AIX""... $ac_c" 1>&6
    938 echo "configure:939: checking for AIX" >&5
     864echo "configure:865: checking for AIX" >&5
    939865cat > conftest.$ac_ext <<EOF
    940 #line 941 "configure"
     866#line 867 "configure"
    941867#include "confdefs.h"
    942868#ifdef _AIX
     
    965891set dummy $ac_prog; ac_word=$2
    966892echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    967 echo "configure:968: checking for $ac_word" >&5
     893echo "configure:894: checking for $ac_word" >&5
    968894if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    969895  echo $ac_n "(cached) $ac_c" 1>&6
     
    972898  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    973899else
    974   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    975   ac_dummy="$PATH"
    976   for ac_dir in $ac_dummy; do
     900  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     901  for ac_dir in $PATH; do
    977902    test -z "$ac_dir" && ac_dir=.
    978903    if test -f $ac_dir/$ac_word; then
     
    997922set dummy latex2html; ac_word=$2
    998923echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    999 echo "configure:1000: checking for $ac_word" >&5
     924echo "configure:925: checking for $ac_word" >&5
    1000925if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    1001926  echo $ac_n "(cached) $ac_c" 1>&6
     
    1004929  ac_cv_prog_LATEX2HTML="$LATEX2HTML" # Let the user override the test.
    1005930else
    1006   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1007   ac_dummy="$PATH"
    1008   for ac_dir in $ac_dummy; do
     931  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     932  for ac_dir in $PATH; do
    1009933    test -z "$ac_dir" && ac_dir=.
    1010934    if test -f $ac_dir/$ac_word; then
     
    1024948
    1025949echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1026 echo "configure:1027: checking whether ln -s works" >&5
     950echo "configure:951: checking whether ln -s works" >&5
    1027951if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    1028952  echo $ac_n "(cached) $ac_c" 1>&6
     
    1056980set dummy texi2html; ac_word=$2
    1057981echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1058 echo "configure:1059: checking for $ac_word" >&5
     982echo "configure:983: checking for $ac_word" >&5
    1059983if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    1060984  echo $ac_n "(cached) $ac_c" 1>&6
     
    1063987  ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test.
    1064988else
    1065   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1066   ac_dummy="$PATH"
    1067   for ac_dir in $ac_dummy; do
     989  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     990  for ac_dir in $PATH; do
    1068991    test -z "$ac_dir" && ac_dir=.
    1069992    if test -f $ac_dir/$ac_word; then
     
    11301053# check for AIX
    11311054echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1132 echo "configure:1133: checking whether _AIX is defined" >&5
     1055echo "configure:1056: checking whether _AIX is defined" >&5
    11331056if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    11341057  echo $ac_n "(cached) $ac_c" 1>&6
    11351058else
    11361059  cat > conftest.$ac_ext <<EOF
    1137 #line 1138 "configure"
     1060#line 1061 "configure"
    11381061#include "confdefs.h"
    11391062#ifdef _AIX
     
    11611084
    11621085echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1163 echo "configure:1164: checking for atof in -lm" >&5
     1086echo "configure:1087: checking for atof in -lm" >&5
    11641087ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    11651088if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11691092LIBS="-lm  $LIBS"
    11701093cat > conftest.$ac_ext <<EOF
    1171 #line 1172 "configure"
     1094#line 1095 "configure"
    11721095#include "confdefs.h"
    11731096/* Override any gcc2 internal prototype to avoid an error.  */
     
    11801103; return 0; }
    11811104EOF
    1182 if { (eval echo configure:1183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1105if { (eval echo configure:1106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11831106  rm -rf conftest*
    11841107  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12081131
    12091132echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1210 echo "configure:1211: checking for socket in -lbsd" >&5
     1133echo "configure:1134: checking for socket in -lbsd" >&5
    12111134ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    12121135if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12161139LIBS="-lbsd  $LIBS"
    12171140cat > conftest.$ac_ext <<EOF
    1218 #line 1219 "configure"
     1141#line 1142 "configure"
    12191142#include "confdefs.h"
    12201143/* Override any gcc2 internal prototype to avoid an error.  */
     
    12271150; return 0; }
    12281151EOF
    1229 if { (eval echo configure:1230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1152if { (eval echo configure:1153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12301153  rm -rf conftest*
    12311154  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12551178
    12561179echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1257 echo "configure:1258: checking for listen in -lsocket" >&5
     1180echo "configure:1181: checking for listen in -lsocket" >&5
    12581181ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    12591182if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12631186LIBS="-lsocket  $LIBS"
    12641187cat > conftest.$ac_ext <<EOF
    1265 #line 1266 "configure"
     1188#line 1189 "configure"
    12661189#include "confdefs.h"
    12671190/* Override any gcc2 internal prototype to avoid an error.  */
     
    12741197; return 0; }
    12751198EOF
    1276 if { (eval echo configure:1277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1199if { (eval echo configure:1200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12771200  rm -rf conftest*
    12781201  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13021225
    13031226echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1304 echo "configure:1305: checking for gethostbyname in -lnsl" >&5
     1227echo "configure:1228: checking for gethostbyname in -lnsl" >&5
    13051228ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    13061229if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13101233LIBS="-lnsl  $LIBS"
    13111234cat > conftest.$ac_ext <<EOF
    1312 #line 1313 "configure"
     1235#line 1236 "configure"
    13131236#include "confdefs.h"
    13141237/* Override any gcc2 internal prototype to avoid an error.  */
     
    13211244; return 0; }
    13221245EOF
    1323 if { (eval echo configure:1324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1246if { (eval echo configure:1247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13241247  rm -rf conftest*
    13251248  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13491272
    13501273echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1351 echo "configure:1352: checking for mpq_init in -lgmp" >&5
     1274echo "configure:1275: checking for mpq_init in -lgmp" >&5
    13521275ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    13531276if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13571280LIBS="-lgmp  $LIBS"
    13581281cat > conftest.$ac_ext <<EOF
    1359 #line 1360 "configure"
     1282#line 1283 "configure"
    13601283#include "confdefs.h"
    13611284/* Override any gcc2 internal prototype to avoid an error.  */
     
    13681291; return 0; }
    13691292EOF
    1370 if { (eval echo configure:1371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1293if { (eval echo configure:1294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13711294  rm -rf conftest*
    13721295  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13961319
    13971320echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1398 echo "configure:1399: checking for mpz_init in -lsmallgmp" >&5
     1321echo "configure:1322: checking for mpz_init in -lsmallgmp" >&5
    13991322ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    14001323if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14041327LIBS="-lsmallgmp  $LIBS"
    14051328cat > conftest.$ac_ext <<EOF
    1406 #line 1407 "configure"
     1329#line 1330 "configure"
    14071330#include "confdefs.h"
    14081331/* Override any gcc2 internal prototype to avoid an error.  */
     
    14151338; return 0; }
    14161339EOF
    1417 if { (eval echo configure:1418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1340if { (eval echo configure:1341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14181341  rm -rf conftest*
    14191342  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14431366
    14441367echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1445 echo "configure:1446: checking for IMP_PutGmpInt in -lMP" >&5
     1368echo "configure:1369: checking for IMP_PutGmpInt in -lMP" >&5
    14461369ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    14471370if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14511374LIBS="-lMP  $LIBS"
    14521375cat > conftest.$ac_ext <<EOF
    1453 #line 1454 "configure"
     1376#line 1377 "configure"
    14541377#include "confdefs.h"
    14551378/* Override any gcc2 internal prototype to avoid an error.  */
     
    14621385; return 0; }
    14631386EOF
    1464 if { (eval echo configure:1465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1387if { (eval echo configure:1388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14651388  rm -rf conftest*
    14661389  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14901413
    14911414echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1492 echo "configure:1493: checking for MPT_GetTree in -lMPT" >&5
     1415echo "configure:1416: checking for MPT_GetTree in -lMPT" >&5
    14931416ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    14941417if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14981421LIBS="-lMPT  $LIBS"
    14991422cat > conftest.$ac_ext <<EOF
    1500 #line 1501 "configure"
     1423#line 1424 "configure"
    15011424#include "confdefs.h"
    15021425/* Override any gcc2 internal prototype to avoid an error.  */
     
    15091432; return 0; }
    15101433EOF
    1511 if { (eval echo configure:1512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1434if { (eval echo configure:1435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15121435  rm -rf conftest*
    15131436  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15371460
    15381461echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1539 echo "configure:1540: checking for atof in -lsingcf" >&5
     1462echo "configure:1463: checking for atof in -lsingcf" >&5
    15401463ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    15411464if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15451468LIBS="-lsingcf  $LIBS"
    15461469cat > conftest.$ac_ext <<EOF
    1547 #line 1548 "configure"
     1470#line 1471 "configure"
    15481471#include "confdefs.h"
    15491472/* Override any gcc2 internal prototype to avoid an error.  */
     
    15561479; return 0; }
    15571480EOF
    1558 if { (eval echo configure:1559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1481if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15591482  rm -rf conftest*
    15601483  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15841507
    15851508echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1586 echo "configure:1587: checking for atof in -lsingfac" >&5
     1509echo "configure:1510: checking for atof in -lsingfac" >&5
    15871510ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    15881511if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15921515LIBS="-lsingfac  $LIBS"
    15931516cat > conftest.$ac_ext <<EOF
    1594 #line 1595 "configure"
     1517#line 1518 "configure"
    15951518#include "confdefs.h"
    15961519/* Override any gcc2 internal prototype to avoid an error.  */
     
    16031526; return 0; }
    16041527EOF
    1605 if { (eval echo configure:1606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1528if { (eval echo configure:1529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16061529  rm -rf conftest*
    16071530  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16351558ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    16361559echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1637 echo "configure:1638: checking for $ac_hdr" >&5
     1560echo "configure:1561: checking for $ac_hdr" >&5
    16381561if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    16391562  echo $ac_n "(cached) $ac_c" 1>&6
    16401563else
    16411564  cat > conftest.$ac_ext <<EOF
    1642 #line 1643 "configure"
     1565#line 1566 "configure"
    16431566#include "confdefs.h"
    16441567#include <$ac_hdr>
    16451568EOF
    16461569ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1647 { (eval echo configure:1648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1648 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1570{ (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1571ac_err=`grep -v '^ *+' conftest.out`
    16491572if test -z "$ac_err"; then
    16501573  rm -rf conftest*
     
    17871710
    17881711echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1789 echo "configure:1790: checking which tmp dir to use" >&5
     1712echo "configure:1713: checking which tmp dir to use" >&5
    17901713if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    17911714  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    18041727if test "${with_perl5+set}" != set; then
    18051728  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1806 echo "configure:1807: checking for perl5" >&5
     1729echo "configure:1730: checking for perl5" >&5
    18071730    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    18081731  echo $ac_n "(cached) $ac_c" 1>&6
     
    18411764set dummy $ac_prog; ac_word=$2
    18421765echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1843 echo "configure:1844: checking for $ac_word" >&5
     1766echo "configure:1767: checking for $ac_word" >&5
    18441767if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    18451768  echo $ac_n "(cached) $ac_c" 1>&6
     
    18481771  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    18491772else
    1850   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1851   ac_dummy="$PATH"
    1852   for ac_dir in $ac_dummy; do
     1773  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1774  for ac_dir in $PATH; do
    18531775    test -z "$ac_dir" && ac_dir=.
    18541776    if test -f $ac_dir/$ac_word; then
     
    18771799
    18781800echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1879 echo "configure:1880: checking whether to configure and build texinfo" >&5
     1801echo "configure:1802: checking whether to configure and build texinfo" >&5
    18801802if test "$enable_texinfo" != no && test -d Texinfo; then
    18811803  echo "$ac_t""yes" 1>&6
     
    18991821
    19001822echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1901 echo "configure:1902: checking whether to configure and build gmp lib" >&5
     1823echo "configure:1824: checking whether to configure and build gmp lib" >&5
    19021824if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    19031825  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    19251847
    19261848echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1927 echo "configure:1928: checking whether to configure and build smallgmp lib" >&5
     1849echo "configure:1850: checking whether to configure and build smallgmp lib" >&5
    19281850if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    19291851  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    19641886
    19651887echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1966 echo "configure:1967: checking whether to configure and build MP lib" >&5
     1888echo "configure:1889: checking whether to configure and build MP lib" >&5
    19671889if test "$enable_MP" != yes && test "$enable_MP" != no; then
    19681890  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    19931915 
    19941916echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    1995 echo "configure:1996: checking whether to configure and build factory lib" >&5
     1917echo "configure:1918: checking whether to configure and build factory lib" >&5
    19961918if test "$enable_factory" != yes && test "$enable_factory" != no; then
    19971919  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    20181940
    20191941echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2020 echo "configure:2021: checking whether to configure and build libfac lib" >&5
     1942echo "configure:1943: checking whether to configure and build libfac lib" >&5
    20211943if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    20221944  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    20481970
    20491971echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2050 echo "configure:2051: checking whether to configure and build sgroup lib" >&5
     1972echo "configure:1973: checking whether to configure and build sgroup lib" >&5
    20511973if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    20521974  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    20782000
    20792001echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2080 echo "configure:2081: checking whether to configure and build Singular" >&5
     2002echo "configure:2003: checking whether to configure and build Singular" >&5
    20812003if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    20822004  if test "$with_Singular" != no && test -d Singular; then
     
    21032025
    21042026echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2105 echo "configure:2106: checking which apint package to use" >&5
     2027echo "configure:2028: checking which apint package to use" >&5
    21062028if test "$with_apint" = gmp; then
    21072029  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    21272049
    21282050echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2129 echo "configure:2130: checking whether to use with MP" >&5
     2051echo "configure:2052: checking whether to use with MP" >&5
    21302052if test "$with_MP" = yes; then
    21312053  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    21462068
    21472069echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2148 echo "configure:2149: checking whether to use with factory" >&5
     2070echo "configure:2071: checking whether to use with factory" >&5
    21492071if test "$with_factory" = yes; then
    21502072  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    21652087 
    21662088echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2167 echo "configure:2168: checking whether to use with libfac" >&5
     2089echo "configure:2090: checking whether to use with libfac" >&5
    21682090if test "$with_libfac" = yes; then
    21692091  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    21842106
    21852107echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6
    2186 echo "configure:2187: checking whether to use mtrack" >&5
     2108echo "configure:2109: checking whether to use mtrack" >&5
    21872109if test -d mpr && test "$ac_cv_singuname" = ix86-Linux; then
    21882110   echo "$ac_t""yes" 1>&6
     
    21932115
    21942116echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2195 echo "configure:2196: checking whether to use with Singular" >&5
     2117echo "configure:2118: checking whether to use with Singular" >&5
    21962118if test "$with_Singular" != no && test "$with_Singular" != yes; then
    21972119  if test "$enable_Singular" = yes; then
     
    22522174
    22532175echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2254 echo "configure:2255: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2176echo "configure:2177: checking whether ${MAKE-make} sets \${MAKE}" >&5
    22552177set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    22562178if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    23262248# and sets the high bit in the cache file unless we assign to the vars.
    23272249(set) 2>&1 |
    2328   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     2250  case `(ac_space=' '; set) 2>&1` in
    23292251  *ac_space=\ *)
    23302252    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    24052327    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    24062328  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2407     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     2329    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    24082330    exit 0 ;;
    24092331  -help | --help | --hel | --he | --h)
     
    24242346$ac_vpsub
    24252347$extrasub
    2426 s%@SHELL@%$SHELL%g
    24272348s%@CFLAGS@%$CFLAGS%g
    24282349s%@CPPFLAGS@%$CPPFLAGS%g
    24292350s%@CXXFLAGS@%$CXXFLAGS%g
    2430 s%@FFLAGS@%$FFLAGS%g
    24312351s%@DEFS@%$DEFS%g
    24322352s%@LDFLAGS@%$LDFLAGS%g
Note: See TracChangeset for help on using the changeset viewer.