Changeset 9dcc4d in git for configure


Ignore:
Timestamp:
Jul 19, 1999, 6:17:00 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5e2f1c322dc7dec1d2015b46c33b718973b78ec3
Parents:
a85edf036bf991c575a266f5c03a650ef306c1b7
Message:
*hannes: added textutils: cksum


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

Legend:

Unmodified
Added
Removed
  • configure

    ra85edf r9dcc4d  
    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.
     
    578575if test -d "mpr"; then
    579576   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" mpr/Makefile"
     577fi
     578if test -d "textutils"; then
     579   OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" textutils/Makefile"
    580580fi
    581581if test -d "rpm"; then
     
    646646  ac_cv_prog_CC="$CC" # Let the user override the test.
    647647else
    648   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    649   ac_dummy="$PATH"
    650   for ac_dir in $ac_dummy; do
     648  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     649  for ac_dir in $PATH; do
    651650    test -z "$ac_dir" && ac_dir=.
    652651    if test -f $ac_dir/$ac_word; then
     
    669668set dummy cc; ac_word=$2
    670669echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    671 echo "configure:672: checking for $ac_word" >&5
     670echo "configure:671: checking for $ac_word" >&5
    672671if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    673672  echo $ac_n "(cached) $ac_c" 1>&6
     
    676675  ac_cv_prog_CC="$CC" # Let the user override the test.
    677676else
    678   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     677  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    679678  ac_prog_rejected=no
    680   ac_dummy="$PATH"
    681   for ac_dir in $ac_dummy; do
     679  for ac_dir in $PATH; do
    682680    test -z "$ac_dir" && ac_dir=.
    683681    if test -f $ac_dir/$ac_word; then
     
    714712fi
    715713
    716   if test -z "$CC"; then
    717     case "`uname -s`" in
    718     *win32* | *WIN32*)
    719       # Extract the first word of "cl", so it can be a program name with args.
    720 set dummy cl; ac_word=$2
    721 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    722 echo "configure:723: checking for $ac_word" >&5
    723 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    724   echo $ac_n "(cached) $ac_c" 1>&6
    725 else
    726   if test -n "$CC"; then
    727   ac_cv_prog_CC="$CC" # Let the user override the test.
    728 else
    729   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    730   ac_dummy="$PATH"
    731   for ac_dir in $ac_dummy; do
    732     test -z "$ac_dir" && ac_dir=.
    733     if test -f $ac_dir/$ac_word; then
    734       ac_cv_prog_CC="cl"
    735       break
    736     fi
    737   done
    738   IFS="$ac_save_ifs"
    739 fi
    740 fi
    741 CC="$ac_cv_prog_CC"
    742 if test -n "$CC"; then
    743   echo "$ac_t""$CC" 1>&6
    744 else
    745   echo "$ac_t""no" 1>&6
    746 fi
    747  ;;
    748     esac
    749   fi
    750714  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    751715fi
    752716
    753717echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    754 echo "configure:755: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     718echo "configure:719: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    755719
    756720ac_ext=c
     
    758722ac_cpp='$CPP $CPPFLAGS'
    759723ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    760 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     724ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    761725cross_compiling=$ac_cv_prog_cc_cross
    762726
    763 cat > conftest.$ac_ext << EOF
    764 
    765 #line 766 "configure"
     727cat > conftest.$ac_ext <<EOF
     728#line 729 "configure"
    766729#include "confdefs.h"
    767 
    768730main(){return(0);}
    769731EOF
    770 if { (eval echo configure:771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     732if { (eval echo configure:733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    771733  ac_cv_prog_cc_works=yes
    772734  # If we can't run a trivial program, we are probably using a cross compiler.
     
    782744fi
    783745rm -fr conftest*
    784 ac_ext=c
    785 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    786 ac_cpp='$CPP $CPPFLAGS'
    787 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    788 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    789 cross_compiling=$ac_cv_prog_cc_cross
    790746
    791747echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    794750fi
    795751echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    796 echo "configure:797: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     752echo "configure:753: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    797753echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    798754cross_compiling=$ac_cv_prog_cc_cross
    799755
    800756echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    801 echo "configure:802: checking whether we are using GNU C" >&5
     757echo "configure:758: checking whether we are using GNU C" >&5
    802758if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    803759  echo $ac_n "(cached) $ac_c" 1>&6
     
    808764#endif
    809765EOF
    810 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:811: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     766if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:767: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    811767  ac_cv_prog_gcc=yes
    812768else
     
    819775if test $ac_cv_prog_gcc = yes; then
    820776  GCC=yes
    821 else
    822   GCC=
    823 fi
    824 
    825 ac_test_CFLAGS="${CFLAGS+set}"
    826 ac_save_CFLAGS="$CFLAGS"
    827 CFLAGS=
    828 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    829 echo "configure:830: checking whether ${CC-cc} accepts -g" >&5
     777  ac_test_CFLAGS="${CFLAGS+set}"
     778  ac_save_CFLAGS="$CFLAGS"
     779  CFLAGS=
     780  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     781echo "configure:782: checking whether ${CC-cc} accepts -g" >&5
    830782if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    831783  echo $ac_n "(cached) $ac_c" 1>&6
     
    842794
    843795echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    844 if test "$ac_test_CFLAGS" = set; then
    845   CFLAGS="$ac_save_CFLAGS"
    846 elif test $ac_cv_prog_cc_g = yes; then
    847   if test "$GCC" = yes; then
     796  if test "$ac_test_CFLAGS" = set; then
     797    CFLAGS="$ac_save_CFLAGS"
     798  elif test $ac_cv_prog_cc_g = yes; then
    848799    CFLAGS="-g -O2"
    849800  else
    850     CFLAGS="-g"
    851   fi
    852 else
    853   if test "$GCC" = yes; then
    854801    CFLAGS="-O2"
    855   else
    856     CFLAGS=
    857   fi
     802  fi
     803else
     804  GCC=
     805  test "${CFLAGS+set}" = set || CFLAGS="-g"
    858806fi
    859807
    860808echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    861 echo "configure:862: checking how to run the C preprocessor" >&5
     809echo "configure:810: checking how to run the C preprocessor" >&5
    862810# On Suns, sometimes $CPP names a directory.
    863811if test -n "$CPP" && test -d "$CPP"; then
     
    874822  # not just through cpp.
    875823  cat > conftest.$ac_ext <<EOF
    876 #line 877 "configure"
     824#line 825 "configure"
    877825#include "confdefs.h"
    878826#include <assert.h>
     
    880828EOF
    881829ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    882 { (eval echo configure:883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    883 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     830{ (eval echo configure:831: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     831ac_err=`grep -v '^ *+' conftest.out`
    884832if test -z "$ac_err"; then
    885833  :
     
    891839  CPP="${CC-cc} -E -traditional-cpp"
    892840  cat > conftest.$ac_ext <<EOF
    893 #line 894 "configure"
     841#line 842 "configure"
    894842#include "confdefs.h"
    895843#include <assert.h>
     
    897845EOF
    898846ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    899 { (eval echo configure:900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    900 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     847{ (eval echo configure:848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     848ac_err=`grep -v '^ *+' conftest.out`
    901849if test -z "$ac_err"; then
    902850  :
     
    906854  cat conftest.$ac_ext >&5
    907855  rm -rf conftest*
    908   CPP="${CC-cc} -nologo -E"
    909   cat > conftest.$ac_ext <<EOF
    910 #line 911 "configure"
    911 #include "confdefs.h"
    912 #include <assert.h>
    913 Syntax Error
    914 EOF
    915 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    916 { (eval echo configure:917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    917 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    918 if test -z "$ac_err"; then
    919   :
    920 else
    921   echo "$ac_err" >&5
    922   echo "configure: failed program was:" >&5
    923   cat conftest.$ac_ext >&5
    924   rm -rf conftest*
    925856  CPP=/lib/cpp
    926 fi
    927 rm -f conftest*
    928857fi
    929858rm -f conftest*
     
    939868
    940869echo $ac_n "checking for AIX""... $ac_c" 1>&6
    941 echo "configure:942: checking for AIX" >&5
     870echo "configure:871: checking for AIX" >&5
    942871cat > conftest.$ac_ext <<EOF
    943 #line 944 "configure"
     872#line 873 "configure"
    944873#include "confdefs.h"
    945874#ifdef _AIX
     
    968897set dummy $ac_prog; ac_word=$2
    969898echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    970 echo "configure:971: checking for $ac_word" >&5
     899echo "configure:900: checking for $ac_word" >&5
    971900if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    972901  echo $ac_n "(cached) $ac_c" 1>&6
     
    975904  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    976905else
    977   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    978   ac_dummy="$PATH"
    979   for ac_dir in $ac_dummy; do
     906  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     907  for ac_dir in $PATH; do
    980908    test -z "$ac_dir" && ac_dir=.
    981909    if test -f $ac_dir/$ac_word; then
     
    1000928set dummy latex2html; ac_word=$2
    1001929echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1002 echo "configure:1003: checking for $ac_word" >&5
     930echo "configure:931: checking for $ac_word" >&5
    1003931if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    1004932  echo $ac_n "(cached) $ac_c" 1>&6
     
    1007935  ac_cv_prog_LATEX2HTML="$LATEX2HTML" # Let the user override the test.
    1008936else
    1009   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1010   ac_dummy="$PATH"
    1011   for ac_dir in $ac_dummy; do
     937  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     938  for ac_dir in $PATH; do
    1012939    test -z "$ac_dir" && ac_dir=.
    1013940    if test -f $ac_dir/$ac_word; then
     
    1027954
    1028955echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1029 echo "configure:1030: checking whether ln -s works" >&5
     956echo "configure:957: checking whether ln -s works" >&5
    1030957if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    1031958  echo $ac_n "(cached) $ac_c" 1>&6
     
    1059986set dummy texi2html; ac_word=$2
    1060987echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1061 echo "configure:1062: checking for $ac_word" >&5
     988echo "configure:989: checking for $ac_word" >&5
    1062989if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    1063990  echo $ac_n "(cached) $ac_c" 1>&6
     
    1066993  ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test.
    1067994else
    1068   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1069   ac_dummy="$PATH"
    1070   for ac_dir in $ac_dummy; do
     995  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     996  for ac_dir in $PATH; do
    1071997    test -z "$ac_dir" && ac_dir=.
    1072998    if test -f $ac_dir/$ac_word; then
     
    11351061# check for AIX
    11361062echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1137 echo "configure:1138: checking whether _AIX is defined" >&5
     1063echo "configure:1064: checking whether _AIX is defined" >&5
    11381064if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    11391065  echo $ac_n "(cached) $ac_c" 1>&6
    11401066else
    11411067  cat > conftest.$ac_ext <<EOF
    1142 #line 1143 "configure"
     1068#line 1069 "configure"
    11431069#include "confdefs.h"
    11441070#ifdef _AIX
     
    11661092
    11671093echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1168 echo "configure:1169: checking for atof in -lm" >&5
     1094echo "configure:1095: checking for atof in -lm" >&5
    11691095ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    11701096if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11741100LIBS="-lm  $LIBS"
    11751101cat > conftest.$ac_ext <<EOF
    1176 #line 1177 "configure"
     1102#line 1103 "configure"
    11771103#include "confdefs.h"
    11781104/* Override any gcc2 internal prototype to avoid an error.  */
     
    11851111; return 0; }
    11861112EOF
    1187 if { (eval echo configure:1188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1113if { (eval echo configure:1114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    11881114  rm -rf conftest*
    11891115  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12131139
    12141140echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1215 echo "configure:1216: checking for socket in -lbsd" >&5
     1141echo "configure:1142: checking for socket in -lbsd" >&5
    12161142ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    12171143if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12211147LIBS="-lbsd  $LIBS"
    12221148cat > conftest.$ac_ext <<EOF
    1223 #line 1224 "configure"
     1149#line 1150 "configure"
    12241150#include "confdefs.h"
    12251151/* Override any gcc2 internal prototype to avoid an error.  */
     
    12321158; return 0; }
    12331159EOF
    1234 if { (eval echo configure:1235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1160if { (eval echo configure:1161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12351161  rm -rf conftest*
    12361162  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12601186
    12611187echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1262 echo "configure:1263: checking for listen in -lsocket" >&5
     1188echo "configure:1189: checking for listen in -lsocket" >&5
    12631189ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    12641190if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12681194LIBS="-lsocket  $LIBS"
    12691195cat > conftest.$ac_ext <<EOF
    1270 #line 1271 "configure"
     1196#line 1197 "configure"
    12711197#include "confdefs.h"
    12721198/* Override any gcc2 internal prototype to avoid an error.  */
     
    12791205; return 0; }
    12801206EOF
    1281 if { (eval echo configure:1282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1207if { (eval echo configure:1208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12821208  rm -rf conftest*
    12831209  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13071233
    13081234echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1309 echo "configure:1310: checking for gethostbyname in -lnsl" >&5
     1235echo "configure:1236: checking for gethostbyname in -lnsl" >&5
    13101236ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    13111237if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13151241LIBS="-lnsl  $LIBS"
    13161242cat > conftest.$ac_ext <<EOF
    1317 #line 1318 "configure"
     1243#line 1244 "configure"
    13181244#include "confdefs.h"
    13191245/* Override any gcc2 internal prototype to avoid an error.  */
     
    13261252; return 0; }
    13271253EOF
    1328 if { (eval echo configure:1329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1254if { (eval echo configure:1255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13291255  rm -rf conftest*
    13301256  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13541280
    13551281echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1356 echo "configure:1357: checking for mpq_init in -lgmp" >&5
     1282echo "configure:1283: checking for mpq_init in -lgmp" >&5
    13571283ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    13581284if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13621288LIBS="-lgmp  $LIBS"
    13631289cat > conftest.$ac_ext <<EOF
    1364 #line 1365 "configure"
     1290#line 1291 "configure"
    13651291#include "confdefs.h"
    13661292/* Override any gcc2 internal prototype to avoid an error.  */
     
    13731299; return 0; }
    13741300EOF
    1375 if { (eval echo configure:1376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1301if { (eval echo configure:1302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13761302  rm -rf conftest*
    13771303  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14011327
    14021328echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1403 echo "configure:1404: checking for mpz_init in -lsmallgmp" >&5
     1329echo "configure:1330: checking for mpz_init in -lsmallgmp" >&5
    14041330ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    14051331if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14091335LIBS="-lsmallgmp  $LIBS"
    14101336cat > conftest.$ac_ext <<EOF
    1411 #line 1412 "configure"
     1337#line 1338 "configure"
    14121338#include "confdefs.h"
    14131339/* Override any gcc2 internal prototype to avoid an error.  */
     
    14201346; return 0; }
    14211347EOF
    1422 if { (eval echo configure:1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1348if { (eval echo configure:1349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14231349  rm -rf conftest*
    14241350  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14481374
    14491375echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1450 echo "configure:1451: checking for IMP_PutGmpInt in -lMP" >&5
     1376echo "configure:1377: checking for IMP_PutGmpInt in -lMP" >&5
    14511377ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    14521378if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14561382LIBS="-lMP  $LIBS"
    14571383cat > conftest.$ac_ext <<EOF
    1458 #line 1459 "configure"
     1384#line 1385 "configure"
    14591385#include "confdefs.h"
    14601386/* Override any gcc2 internal prototype to avoid an error.  */
     
    14671393; return 0; }
    14681394EOF
    1469 if { (eval echo configure:1470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1395if { (eval echo configure:1396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14701396  rm -rf conftest*
    14711397  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14951421
    14961422echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1497 echo "configure:1498: checking for MPT_GetTree in -lMPT" >&5
     1423echo "configure:1424: checking for MPT_GetTree in -lMPT" >&5
    14981424ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    14991425if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15031429LIBS="-lMPT  $LIBS"
    15041430cat > conftest.$ac_ext <<EOF
    1505 #line 1506 "configure"
     1431#line 1432 "configure"
    15061432#include "confdefs.h"
    15071433/* Override any gcc2 internal prototype to avoid an error.  */
     
    15141440; return 0; }
    15151441EOF
    1516 if { (eval echo configure:1517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1442if { (eval echo configure:1443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15171443  rm -rf conftest*
    15181444  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15421468
    15431469echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1544 echo "configure:1545: checking for atof in -lsingcf" >&5
     1470echo "configure:1471: checking for atof in -lsingcf" >&5
    15451471ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    15461472if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15501476LIBS="-lsingcf  $LIBS"
    15511477cat > conftest.$ac_ext <<EOF
    1552 #line 1553 "configure"
     1478#line 1479 "configure"
    15531479#include "confdefs.h"
    15541480/* Override any gcc2 internal prototype to avoid an error.  */
     
    15611487; return 0; }
    15621488EOF
    1563 if { (eval echo configure:1564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1489if { (eval echo configure:1490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15641490  rm -rf conftest*
    15651491  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15891515
    15901516echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1591 echo "configure:1592: checking for atof in -lsingfac" >&5
     1517echo "configure:1518: checking for atof in -lsingfac" >&5
    15921518ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    15931519if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15971523LIBS="-lsingfac  $LIBS"
    15981524cat > conftest.$ac_ext <<EOF
    1599 #line 1600 "configure"
     1525#line 1526 "configure"
    16001526#include "confdefs.h"
    16011527/* Override any gcc2 internal prototype to avoid an error.  */
     
    16081534; return 0; }
    16091535EOF
    1610 if { (eval echo configure:1611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1536if { (eval echo configure:1537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16111537  rm -rf conftest*
    16121538  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16401566ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    16411567echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1642 echo "configure:1643: checking for $ac_hdr" >&5
     1568echo "configure:1569: checking for $ac_hdr" >&5
    16431569if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    16441570  echo $ac_n "(cached) $ac_c" 1>&6
    16451571else
    16461572  cat > conftest.$ac_ext <<EOF
    1647 #line 1648 "configure"
     1573#line 1574 "configure"
    16481574#include "confdefs.h"
    16491575#include <$ac_hdr>
    16501576EOF
    16511577ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1652 { (eval echo configure:1653: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1653 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1578{ (eval echo configure:1579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1579ac_err=`grep -v '^ *+' conftest.out`
    16541580if test -z "$ac_err"; then
    16551581  rm -rf conftest*
     
    17921718
    17931719echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1794 echo "configure:1795: checking which tmp dir to use" >&5
     1720echo "configure:1721: checking which tmp dir to use" >&5
    17951721if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    17961722  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    18091735if test "${with_perl5+set}" != set; then
    18101736  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1811 echo "configure:1812: checking for perl5" >&5
     1737echo "configure:1738: checking for perl5" >&5
    18121738    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    18131739  echo $ac_n "(cached) $ac_c" 1>&6
     
    18461772set dummy $ac_prog; ac_word=$2
    18471773echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1848 echo "configure:1849: checking for $ac_word" >&5
     1774echo "configure:1775: checking for $ac_word" >&5
    18491775if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    18501776  echo $ac_n "(cached) $ac_c" 1>&6
     
    18531779  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    18541780else
    1855   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1856   ac_dummy="$PATH"
    1857   for ac_dir in $ac_dummy; do
     1781  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1782  for ac_dir in $PATH; do
    18581783    test -z "$ac_dir" && ac_dir=.
    18591784    if test -f $ac_dir/$ac_word; then
     
    18821807
    18831808echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1884 echo "configure:1885: checking whether to configure and build texinfo" >&5
     1809echo "configure:1810: checking whether to configure and build texinfo" >&5
    18851810if test "$enable_texinfo" != no && test -d Texinfo; then
    18861811  echo "$ac_t""yes" 1>&6
     
    19041829
    19051830echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1906 echo "configure:1907: checking whether to configure and build gmp lib" >&5
     1831echo "configure:1832: checking whether to configure and build gmp lib" >&5
    19071832if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    19081833  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    19301855
    19311856echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    1932 echo "configure:1933: checking whether to configure and build smallgmp lib" >&5
     1857echo "configure:1858: checking whether to configure and build smallgmp lib" >&5
    19331858if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    19341859  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    19691894
    19701895echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    1971 echo "configure:1972: checking whether to configure and build MP lib" >&5
     1896echo "configure:1897: checking whether to configure and build MP lib" >&5
    19721897if test "$enable_MP" != yes && test "$enable_MP" != no; then
    19731898  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    19981923 
    19991924echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2000 echo "configure:2001: checking whether to configure and build factory lib" >&5
     1925echo "configure:1926: checking whether to configure and build factory lib" >&5
    20011926if test "$enable_factory" != yes && test "$enable_factory" != no; then
    20021927  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    20231948
    20241949echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2025 echo "configure:2026: checking whether to configure and build libfac lib" >&5
     1950echo "configure:1951: checking whether to configure and build libfac lib" >&5
    20261951if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    20271952  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    20531978
    20541979echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2055 echo "configure:2056: checking whether to configure and build sgroup lib" >&5
     1980echo "configure:1981: checking whether to configure and build sgroup lib" >&5
    20561981if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    20571982  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    20832008
    20842009echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2085 echo "configure:2086: checking whether to configure and build Singular" >&5
     2010echo "configure:2011: checking whether to configure and build Singular" >&5
    20862011if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    20872012  if test "$with_Singular" != no && test -d Singular; then
     
    21082033
    21092034echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2110 echo "configure:2111: checking which apint package to use" >&5
     2035echo "configure:2036: checking which apint package to use" >&5
    21112036if test "$with_apint" = gmp; then
    21122037  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    21322057
    21332058echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2134 echo "configure:2135: checking whether to use with MP" >&5
     2059echo "configure:2060: checking whether to use with MP" >&5
    21352060if test "$with_MP" = yes; then
    21362061  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    21512076
    21522077echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2153 echo "configure:2154: checking whether to use with factory" >&5
     2078echo "configure:2079: checking whether to use with factory" >&5
    21542079if test "$with_factory" = yes; then
    21552080  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    21702095 
    21712096echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2172 echo "configure:2173: checking whether to use with libfac" >&5
     2097echo "configure:2098: checking whether to use with libfac" >&5
    21732098if test "$with_libfac" = yes; then
    21742099  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    21892114
    21902115echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2191 echo "configure:2192: checking whether to use with Singular" >&5
     2116echo "configure:2117: checking whether to use with Singular" >&5
    21922117if test "$with_Singular" != no && test "$with_Singular" != yes; then
    21932118  if test "$enable_Singular" = yes; then
     
    22382163  SUBDIRS="$SUBDIRS mpr"
    22392164fi
     2165if test -d textutils; then
     2166  CONFIG_SUBDIRS="$CONFIG_SUBDIRS textutils"
     2167  SUBDIRS="$SUBDIRS textutils"
     2168fi
    22402169if test -d emacs; then
    22412170  SUBDIRS="$SUBDIRS emacs"
     
    22442173
    22452174echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2246 echo "configure:2247: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2175echo "configure:2176: checking whether ${MAKE-make} sets \${MAKE}" >&5
    22472176set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    22482177if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    23172246# and sets the high bit in the cache file unless we assign to the vars.
    23182247(set) 2>&1 |
    2319   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     2248  case `(ac_space=' '; set) 2>&1` in
    23202249  *ac_space=\ *)
    23212250    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    23962325    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    23972326  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2398     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     2327    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    23992328    exit 0 ;;
    24002329  -help | --help | --hel | --he | --h)
     
    24152344$ac_vpsub
    24162345$extrasub
    2417 s%@SHELL@%$SHELL%g
    24182346s%@CFLAGS@%$CFLAGS%g
    24192347s%@CPPFLAGS@%$CPPFLAGS%g
    24202348s%@CXXFLAGS@%$CXXFLAGS%g
    2421 s%@FFLAGS@%$FFLAGS%g
    24222349s%@DEFS@%$DEFS%g
    24232350s%@LDFLAGS@%$LDFLAGS%g
Note: See TracChangeset for help on using the changeset viewer.