Changeset 43bcc5 in git


Ignore:
Timestamp:
Nov 29, 1999, 2:18:14 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
21959cfde99e2b34993ef4bb1a03e6b58939bf78
Parents:
8016eb4a88ac332912ef0c53446f5b0b353e403b
Message:
* increased version number


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

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r8016eb r43bcc5  
    136136LN_S            = @LN_S@
    137137MKINSTALLDIRS   = ./mkinstalldirs
     138BINDIST_NAME    = Singular-${S_VERSION}-${SINGUNAME}
     139SHAREDIST_NAME  = Singular-${S_VERSION}-share
    138140
    139141
     
    152154        done
    153155
    154 install-local-dist: install-dist
    155         ${MKINSTALLDIRS} ${localdir}/bin
    156         ${LN_S} ${install_prefix}/${SINGUNAME}/Singular ${localdir}/bin/Singular-${S_VERSION}
    157 
    158 dist: sharedist bindist
    159 
    160 sharedist:
     156dist: ${SHAREDIST_NAME}.tgz  ${BINDIST_NAME}.tgz
     157
     158sharedist ${SHAREDIST_NAME}.tgz:
    161159        if test -e ${TMPDIR}; then rm -rf ${TMPDIR}; fi
    162160        ${MAKE} install-sharedist localdir=${TMPDIR}
    163         cd ${TMPDIR}; tar czf Singular-${S_VERSION}-share.tgz Singular
    164         mv ${TMPDIR}/Singular-${S_VERSION}-share.tgz .
    165         rm -rf ${TMPDIR}
    166 
    167 bindist:
     161        cd ${TMPDIR}; tar czf ${SHAREDIST_NAME}.tgz Singular
     162        mv ${TMPDIR}/${SHAREDIST_NAME}.tgz .
     163        rm -rf ${TMPDIR}
     164
     165bindist ${BINDIST_NAME}.tgz:
    168166        if test -e ${TMPDIR}; then rm -fr ${TMPDIR}; fi
    169167        ${MAKE} install-bindist localdir=${TMPDIR}
    170         cd ${TMPDIR}; tar czf Singular-${S_VERSION}-${SINGUNAME}.tgz Singular
    171         mv ${TMPDIR}/Singular-${S_VERSION}-${SINGUNAME}.tgz .
    172         rm -rf ${TMPDIR}
     168        cd ${TMPDIR}; tar czf ${BINDIST_NAME}.tgz  Singular
     169        mv ${TMPDIR}/Singular-${S_VERSION}-${SINGUNAME}.tgz . .
     170        rm -rf ${TMPDIR}
     171
     172install-local-dist: ${SHAREDIST_NAME}.tgz ${BINDIST_NAME}.tgz
     173        cp ${SHAREDIST_NAME}.tgz ${BINDIST_NAME}.tgz ${localdir}
     174        cd ${localdir}; tar xzf ${SHAREDIST_NAME}.tgz; tar xzf ${BINDIST_NAME}.tgz
     175        rm -rf ${localdir}/${SHAREDIST_NAME}.tgz ${localdir}/${BINDIST_NAME}.tgz
     176        ${MKINSTALLDIRS} ${localdir}/bin
     177        ${LN_S} ${localdir}/Singular/${S_VERSION}/${SINGUNAME}/Singular ${localdir}/bin/Singular-${S_VERSION}
     178        ${LN_S} ${localdir}/Singular/${S_VERSION}/${SINGUNAME}/ESingular ${localdir}/bin/ESingular-${S_VERSION}
     179
     180
    173181
    174182BINDIR_NAME     = Singular/${S_VERSION}/${SINGUNAME}
     
    180188EMACSDIR_NAME   = Singular/${S_VERSION}/emacs
    181189
    182 BINDIST_NAME    = Singular-${S_VERSION}-${SINGUNAME}
    183 SHAREDIST_NAME  = Singular-${S_VERSION}-share
    184190ZIP             = zip
    185191
  • Singular/configure

    r8016eb r43bcc5  
    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#
     
    8484subdirs=
    8585MFLAGS= MAKEFLAGS=
    86 SHELL=${CONFIG_SHELL-/bin/sh}
    8786# Maximum number of lines to put in a shell here document.
    8887ac_max_here_lines=12
     
    368367
    369368  -version | --version | --versio | --versi | --vers)
    370     echo "configure generated by autoconf version 2.13"
     369    echo "configure generated by autoconf version 2.12"
    371370    exit 0 ;;
    372371
     
    538537ac_cpp='$CPP $CPPFLAGS'
    539538ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    540 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     539ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    541540cross_compiling=$ac_cv_prog_cc_cross
    542541
    543 ac_exeext=
    544 ac_objext=o
    545542if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    546543  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    560557
    561558echo $ac_n "checking uname for singular""... $ac_c" 1>&6
    562 echo "configure:563: checking uname for singular" >&5
     559echo "configure:560: checking uname for singular" >&5
    563560if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then
    564561  echo $ac_n "(cached) $ac_c" 1>&6
     
    599596SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-1}
    600597SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-3}
    601 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-6}
     598SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-7}
    602599SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}"
    603 VERSION_DATE=${VERSION_DATE:-"October 1999"}
     600VERSION_DATE=${VERSION_DATE:-"December 1999"}
    604601
    605602
     
    648645set dummy gcc; ac_word=$2
    649646echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    650 echo "configure:651: checking for $ac_word" >&5
     647echo "configure:648: checking for $ac_word" >&5
    651648if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    652649  echo $ac_n "(cached) $ac_c" 1>&6
     
    655652  ac_cv_prog_CC="$CC" # Let the user override the test.
    656653else
    657   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    658   ac_dummy="$PATH"
    659   for ac_dir in $ac_dummy; do
     654  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     655  for ac_dir in $PATH; do
    660656    test -z "$ac_dir" && ac_dir=.
    661657    if test -f $ac_dir/$ac_word; then
     
    678674set dummy cc; ac_word=$2
    679675echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    680 echo "configure:681: checking for $ac_word" >&5
     676echo "configure:677: checking for $ac_word" >&5
    681677if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    682678  echo $ac_n "(cached) $ac_c" 1>&6
     
    685681  ac_cv_prog_CC="$CC" # Let the user override the test.
    686682else
    687   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     683  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    688684  ac_prog_rejected=no
    689   ac_dummy="$PATH"
    690   for ac_dir in $ac_dummy; do
     685  for ac_dir in $PATH; do
    691686    test -z "$ac_dir" && ac_dir=.
    692687    if test -f $ac_dir/$ac_word; then
     
    723718fi
    724719
    725   if test -z "$CC"; then
    726     case "`uname -s`" in
    727     *win32* | *WIN32*)
    728       # Extract the first word of "cl", so it can be a program name with args.
    729 set dummy cl; ac_word=$2
    730 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    731 echo "configure:732: checking for $ac_word" >&5
    732 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    733   echo $ac_n "(cached) $ac_c" 1>&6
    734 else
    735   if test -n "$CC"; then
    736   ac_cv_prog_CC="$CC" # Let the user override the test.
    737 else
    738   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    739   ac_dummy="$PATH"
    740   for ac_dir in $ac_dummy; do
    741     test -z "$ac_dir" && ac_dir=.
    742     if test -f $ac_dir/$ac_word; then
    743       ac_cv_prog_CC="cl"
    744       break
    745     fi
    746   done
    747   IFS="$ac_save_ifs"
    748 fi
    749 fi
    750 CC="$ac_cv_prog_CC"
    751 if test -n "$CC"; then
    752   echo "$ac_t""$CC" 1>&6
    753 else
    754   echo "$ac_t""no" 1>&6
    755 fi
    756  ;;
    757     esac
    758   fi
    759720  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
    760721fi
    761722
    762723echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    763 echo "configure:764: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     724echo "configure:725: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    764725
    765726ac_ext=c
     
    767728ac_cpp='$CPP $CPPFLAGS'
    768729ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    769 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     730ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    770731cross_compiling=$ac_cv_prog_cc_cross
    771732
    772 cat > conftest.$ac_ext << EOF
    773 
    774 #line 775 "configure"
    775 #include "confdefs.h"
    776 
     733cat > conftest.$ac_ext <<EOF
     734#line 735 "configure"
     735#include "confdefs.h"
    777736main(){return(0);}
    778737EOF
    779 if { (eval echo configure:780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     738if { (eval echo configure:739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    780739  ac_cv_prog_cc_works=yes
    781740  # If we can't run a trivial program, we are probably using a cross compiler.
     
    791750fi
    792751rm -fr conftest*
    793 ac_ext=c
    794 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
    795 ac_cpp='$CPP $CPPFLAGS'
    796 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    797 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    798 cross_compiling=$ac_cv_prog_cc_cross
    799752
    800753echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
     
    803756fi
    804757echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    805 echo "configure:806: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     758echo "configure:759: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    806759echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    807760cross_compiling=$ac_cv_prog_cc_cross
    808761
    809762echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    810 echo "configure:811: checking whether we are using GNU C" >&5
     763echo "configure:764: checking whether we are using GNU C" >&5
    811764if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    812765  echo $ac_n "(cached) $ac_c" 1>&6
     
    817770#endif
    818771EOF
    819 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:820: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     772if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    820773  ac_cv_prog_gcc=yes
    821774else
     
    828781if test $ac_cv_prog_gcc = yes; then
    829782  GCC=yes
    830 else
    831   GCC=
    832 fi
    833 
    834 ac_test_CFLAGS="${CFLAGS+set}"
    835 ac_save_CFLAGS="$CFLAGS"
    836 CFLAGS=
    837 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    838 echo "configure:839: checking whether ${CC-cc} accepts -g" >&5
     783  ac_test_CFLAGS="${CFLAGS+set}"
     784  ac_save_CFLAGS="$CFLAGS"
     785  CFLAGS=
     786  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
     787echo "configure:788: checking whether ${CC-cc} accepts -g" >&5
    839788if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    840789  echo $ac_n "(cached) $ac_c" 1>&6
     
    851800
    852801echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
    853 if test "$ac_test_CFLAGS" = set; then
    854   CFLAGS="$ac_save_CFLAGS"
    855 elif test $ac_cv_prog_cc_g = yes; then
    856   if test "$GCC" = yes; then
     802  if test "$ac_test_CFLAGS" = set; then
     803    CFLAGS="$ac_save_CFLAGS"
     804  elif test $ac_cv_prog_cc_g = yes; then
    857805    CFLAGS="-g -O2"
    858806  else
    859     CFLAGS="-g"
     807    CFLAGS="-O2"
    860808  fi
    861809else
    862   if test "$GCC" = yes; then
    863     CFLAGS="-O2"
    864   else
    865     CFLAGS=
    866   fi
     810  GCC=
     811  test "${CFLAGS+set}" = set || CFLAGS="-g"
    867812fi
    868813
    869814echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    870 echo "configure:871: checking how to run the C preprocessor" >&5
     815echo "configure:816: checking how to run the C preprocessor" >&5
    871816# On Suns, sometimes $CPP names a directory.
    872817if test -n "$CPP" && test -d "$CPP"; then
     
    883828  # not just through cpp.
    884829  cat > conftest.$ac_ext <<EOF
    885 #line 886 "configure"
     830#line 831 "configure"
    886831#include "confdefs.h"
    887832#include <assert.h>
     
    889834EOF
    890835ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    891 { (eval echo configure:892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    892 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     836{ (eval echo configure:837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     837ac_err=`grep -v '^ *+' conftest.out`
    893838if test -z "$ac_err"; then
    894839  :
     
    900845  CPP="${CC-cc} -E -traditional-cpp"
    901846  cat > conftest.$ac_ext <<EOF
    902 #line 903 "configure"
     847#line 848 "configure"
    903848#include "confdefs.h"
    904849#include <assert.h>
     
    906851EOF
    907852ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    908 { (eval echo configure:909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    909 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     853{ (eval echo configure:854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     854ac_err=`grep -v '^ *+' conftest.out`
    910855if test -z "$ac_err"; then
    911856  :
     
    915860  cat conftest.$ac_ext >&5
    916861  rm -rf conftest*
    917   CPP="${CC-cc} -nologo -E"
    918   cat > conftest.$ac_ext <<EOF
    919 #line 920 "configure"
    920 #include "confdefs.h"
    921 #include <assert.h>
    922 Syntax Error
    923 EOF
    924 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    925 { (eval echo configure:926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    926 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    927 if test -z "$ac_err"; then
    928   :
    929 else
    930   echo "$ac_err" >&5
    931   echo "configure: failed program was:" >&5
    932   cat conftest.$ac_ext >&5
    933   rm -rf conftest*
    934862  CPP=/lib/cpp
    935863fi
     
    937865fi
    938866rm -f conftest*
    939 fi
    940 rm -f conftest*
    941867  ac_cv_prog_CPP="$CPP"
    942868fi
     
    947873echo "$ac_t""$CPP" 1>&6
    948874
    949 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
     875for ac_prog in $CCC c++ g++ gcc CC cxx cc++
    950876do
    951877# Extract the first word of "$ac_prog", so it can be a program name with args.
    952878set dummy $ac_prog; ac_word=$2
    953879echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    954 echo "configure:955: checking for $ac_word" >&5
     880echo "configure:881: checking for $ac_word" >&5
    955881if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    956882  echo $ac_n "(cached) $ac_c" 1>&6
     
    959885  ac_cv_prog_CXX="$CXX" # Let the user override the test.
    960886else
    961   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    962   ac_dummy="$PATH"
    963   for ac_dir in $ac_dummy; do
     887  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     888  for ac_dir in $PATH; do
    964889    test -z "$ac_dir" && ac_dir=.
    965890    if test -f $ac_dir/$ac_word; then
     
    984909
    985910echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    986 echo "configure:987: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     911echo "configure:912: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    987912
    988913ac_ext=C
     
    990915ac_cpp='$CXXCPP $CPPFLAGS'
    991916ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    992 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     917ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    993918cross_compiling=$ac_cv_prog_cxx_cross
    994919
    995 cat > conftest.$ac_ext << EOF
    996 
    997 #line 998 "configure"
    998 #include "confdefs.h"
    999 
    1000 int main(){return(0);}
    1001 EOF
    1002 if { (eval echo configure:1003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     920cat > conftest.$ac_ext <<EOF
     921#line 922 "configure"
     922#include "confdefs.h"
     923main(){return(0);}
     924EOF
     925if { (eval echo configure:926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    1003926  ac_cv_prog_cxx_works=yes
    1004927  # If we can't run a trivial program, we are probably using a cross compiler.
     
    1018941ac_cpp='$CPP $CPPFLAGS'
    1019942ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    1020 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     943ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    1021944cross_compiling=$ac_cv_prog_cc_cross
    1022945
     
    1026949fi
    1027950echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1028 echo "configure:1029: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     951echo "configure:952: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    1029952echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    1030953cross_compiling=$ac_cv_prog_cxx_cross
    1031954
    1032955echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    1033 echo "configure:1034: checking whether we are using GNU C++" >&5
     956echo "configure:957: checking whether we are using GNU C++" >&5
    1034957if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    1035958  echo $ac_n "(cached) $ac_c" 1>&6
     
    1040963#endif
    1041964EOF
    1042 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1043: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     965if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    1043966  ac_cv_prog_gxx=yes
    1044967else
     
    1051974if test $ac_cv_prog_gxx = yes; then
    1052975  GXX=yes
    1053 else
    1054   GXX=
    1055 fi
    1056 
    1057 ac_test_CXXFLAGS="${CXXFLAGS+set}"
    1058 ac_save_CXXFLAGS="$CXXFLAGS"
    1059 CXXFLAGS=
    1060 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    1061 echo "configure:1062: checking whether ${CXX-g++} accepts -g" >&5
     976  ac_test_CXXFLAGS="${CXXFLAGS+set}"
     977  ac_save_CXXFLAGS="$CXXFLAGS"
     978  CXXFLAGS=
     979  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
     980echo "configure:981: checking whether ${CXX-g++} accepts -g" >&5
    1062981if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    1063982  echo $ac_n "(cached) $ac_c" 1>&6
     
    1074993
    1075994echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
    1076 if test "$ac_test_CXXFLAGS" = set; then
    1077   CXXFLAGS="$ac_save_CXXFLAGS"
    1078 elif test $ac_cv_prog_cxx_g = yes; then
    1079   if test "$GXX" = yes; then
     995  if test "$ac_test_CXXFLAGS" = set; then
     996    CXXFLAGS="$ac_save_CXXFLAGS"
     997  elif test $ac_cv_prog_cxx_g = yes; then
    1080998    CXXFLAGS="-g -O2"
    1081999  else
    1082     CXXFLAGS="-g"
     1000    CXXFLAGS="-O2"
    10831001  fi
    10841002else
    1085   if test "$GXX" = yes; then
    1086     CXXFLAGS="-O2"
    1087   else
    1088     CXXFLAGS=
    1089   fi
     1003  GXX=
     1004  test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
    10901005fi
    10911006
    10921007echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1093 echo "configure:1094: checking for AIX" >&5
     1008echo "configure:1009: checking for AIX" >&5
    10941009cat > conftest.$ac_ext <<EOF
    1095 #line 1096 "configure"
     1010#line 1011 "configure"
    10961011#include "confdefs.h"
    10971012#ifdef _AIX
     
    11231038# check whether the compiler accepts -pipe
    11241039echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6
    1125 echo "configure:1126: checking whether compiler accepts -pipe" >&5
     1040echo "configure:1041: checking whether compiler accepts -pipe" >&5
    11261041temp_cflags=${CFLAGS}
    11271042CFLAGS="${CFLAGS} -pipe"
     
    11301045else
    11311046  cat > conftest.$ac_ext <<EOF
    1132 #line 1133 "configure"
     1047#line 1048 "configure"
    11331048#include "confdefs.h"
    11341049
     
    11371052; return 0; }
    11381053EOF
    1139 if { (eval echo configure:1140: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1054if { (eval echo configure:1055: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    11401055  rm -rf conftest*
    11411056  ac_cv_cxx_have_pipe=yes
     
    11611076# Customize CFLAGS
    11621077echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1163 echo "configure:1164: checking whether _AIX is defined" >&5
     1078echo "configure:1079: checking whether _AIX is defined" >&5
    11641079if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    11651080  echo $ac_n "(cached) $ac_c" 1>&6
    11661081else
    11671082  cat > conftest.$ac_ext <<EOF
    1168 #line 1169 "configure"
     1083#line 1084 "configure"
    11691084#include "confdefs.h"
    11701085#ifdef _AIX
     
    12171132
    12181133echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1219 echo "configure:1220: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1134echo "configure:1135: checking whether ${MAKE-make} sets \${MAKE}" >&5
    12201135set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    12211136if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    12901205if test "${with_lex+set}" != set; then
    12911206  echo $ac_n "checking for flex""... $ac_c" 1>&6
    1292 echo "configure:1293: checking for flex" >&5
     1207echo "configure:1208: checking for flex" >&5
    12931208    if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then
    12941209  echo $ac_n "(cached) $ac_c" 1>&6
     
    13211236set dummy $ac_prog; ac_word=$2
    13221237echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1323 echo "configure:1324: checking for $ac_word" >&5
     1238echo "configure:1239: checking for $ac_word" >&5
    13241239if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    13251240  echo $ac_n "(cached) $ac_c" 1>&6
     
    13281243  ac_cv_prog_LEX="$LEX" # Let the user override the test.
    13291244else
    1330   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1331   ac_dummy="$PATH"
    1332   for ac_dir in $ac_dummy; do
     1245  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1246  for ac_dir in $PATH; do
    13331247    test -z "$ac_dir" && ac_dir=.
    13341248    if test -f $ac_dir/$ac_word; then
     
    13611275set dummy $ac_prog; ac_word=$2
    13621276echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1363 echo "configure:1364: checking for $ac_word" >&5
     1277echo "configure:1278: checking for $ac_word" >&5
    13641278if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    13651279  echo $ac_n "(cached) $ac_c" 1>&6
     
    13681282  ac_cv_prog_BISON="$BISON" # Let the user override the test.
    13691283else
    1370   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1371   ac_dummy="$PATH"
    1372   for ac_dir in $ac_dummy; do
     1284  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1285  for ac_dir in $PATH; do
    13731286    test -z "$ac_dir" && ac_dir=.
    13741287    if test -f $ac_dir/$ac_word; then
     
    13961309# ln -s
    13971310echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1398 echo "configure:1399: checking whether ln -s works" >&5
     1311echo "configure:1312: checking whether ln -s works" >&5
    13991312if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14001313  echo $ac_n "(cached) $ac_c" 1>&6
     
    14191332# lib checks
    14201333echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1421 echo "configure:1422: checking for atof in -lm" >&5
     1334echo "configure:1335: checking for atof in -lm" >&5
    14221335ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    14231336if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14271340LIBS="-lm  $LIBS"
    14281341cat > conftest.$ac_ext <<EOF
    1429 #line 1430 "configure"
     1342#line 1343 "configure"
    14301343#include "confdefs.h"
    14311344/* Override any gcc2 internal prototype to avoid an error.  */
     
    14381351; return 0; }
    14391352EOF
    1440 if { (eval echo configure:1441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1353if { (eval echo configure:1354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14411354  rm -rf conftest*
    14421355  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14661379
    14671380echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1468 echo "configure:1469: checking for socket in -lbsd" >&5
     1381echo "configure:1382: checking for socket in -lbsd" >&5
    14691382ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    14701383if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14741387LIBS="-lbsd  $LIBS"
    14751388cat > conftest.$ac_ext <<EOF
    1476 #line 1477 "configure"
     1389#line 1390 "configure"
    14771390#include "confdefs.h"
    14781391/* Override any gcc2 internal prototype to avoid an error.  */
     
    14851398; return 0; }
    14861399EOF
    1487 if { (eval echo configure:1488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1400if { (eval echo configure:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14881401  rm -rf conftest*
    14891402  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15131426
    15141427echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1515 echo "configure:1516: checking for listen in -lsocket" >&5
     1428echo "configure:1429: checking for listen in -lsocket" >&5
    15161429ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    15171430if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15211434LIBS="-lsocket  $LIBS"
    15221435cat > conftest.$ac_ext <<EOF
    1523 #line 1524 "configure"
     1436#line 1437 "configure"
    15241437#include "confdefs.h"
    15251438/* Override any gcc2 internal prototype to avoid an error.  */
     
    15321445; return 0; }
    15331446EOF
    1534 if { (eval echo configure:1535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1447if { (eval echo configure:1448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15351448  rm -rf conftest*
    15361449  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15601473
    15611474echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1562 echo "configure:1563: checking for gethostbyname in -lnsl" >&5
     1475echo "configure:1476: checking for gethostbyname in -lnsl" >&5
    15631476ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    15641477if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15681481LIBS="-lnsl  $LIBS"
    15691482cat > conftest.$ac_ext <<EOF
    1570 #line 1571 "configure"
     1483#line 1484 "configure"
    15711484#include "confdefs.h"
    15721485/* Override any gcc2 internal prototype to avoid an error.  */
     
    15791492; return 0; }
    15801493EOF
    1581 if { (eval echo configure:1582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1494if { (eval echo configure:1495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15821495  rm -rf conftest*
    15831496  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16071520
    16081521echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6
    1609 echo "configure:1610: checking for index in -lucb" >&5
     1522echo "configure:1523: checking for index in -lucb" >&5
    16101523ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'`
    16111524if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16151528LIBS="-lucb  $LIBS"
    16161529cat > conftest.$ac_ext <<EOF
    1617 #line 1618 "configure"
     1530#line 1531 "configure"
    16181531#include "confdefs.h"
    16191532/* Override any gcc2 internal prototype to avoid an error.  */
     
    16261539; return 0; }
    16271540EOF
    1628 if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1541if { (eval echo configure:1542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16291542  rm -rf conftest*
    16301543  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16561569# heder file checks
    16571570echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1658 echo "configure:1659: checking for ANSI C header files" >&5
     1571echo "configure:1572: checking for ANSI C header files" >&5
    16591572if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    16601573  echo $ac_n "(cached) $ac_c" 1>&6
    16611574else
    16621575  cat > conftest.$ac_ext <<EOF
    1663 #line 1664 "configure"
     1576#line 1577 "configure"
    16641577#include "confdefs.h"
    16651578#include <stdlib.h>
     
    16691582EOF
    16701583ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1671 { (eval echo configure:1672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1672 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1584{ (eval echo configure:1585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1585ac_err=`grep -v '^ *+' conftest.out`
    16731586if test -z "$ac_err"; then
    16741587  rm -rf conftest*
     
    16861599  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    16871600cat > conftest.$ac_ext <<EOF
    1688 #line 1689 "configure"
     1601#line 1602 "configure"
    16891602#include "confdefs.h"
    16901603#include <string.h>
     
    17041617  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    17051618cat > conftest.$ac_ext <<EOF
    1706 #line 1707 "configure"
     1619#line 1620 "configure"
    17071620#include "confdefs.h"
    17081621#include <stdlib.h>
     
    17251638else
    17261639  cat > conftest.$ac_ext <<EOF
    1727 #line 1728 "configure"
     1640#line 1641 "configure"
    17281641#include "confdefs.h"
    17291642#include <ctype.h>
     
    17361649
    17371650EOF
    1738 if { (eval echo configure:1739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1651if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    17391652then
    17401653  :
     
    17631676ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17641677echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1765 echo "configure:1766: checking for $ac_hdr" >&5
     1678echo "configure:1679: checking for $ac_hdr" >&5
    17661679if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17671680  echo $ac_n "(cached) $ac_c" 1>&6
    17681681else
    17691682  cat > conftest.$ac_ext <<EOF
    1770 #line 1771 "configure"
     1683#line 1684 "configure"
    17711684#include "confdefs.h"
    17721685#include <$ac_hdr>
    17731686EOF
    17741687ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1775 { (eval echo configure:1776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1776 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1688{ (eval echo configure:1689: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1689ac_err=`grep -v '^ *+' conftest.out`
    17771690if test -z "$ac_err"; then
    17781691  rm -rf conftest*
     
    18051718ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    18061719echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1807 echo "configure:1808: checking for $ac_hdr" >&5
     1720echo "configure:1721: checking for $ac_hdr" >&5
    18081721if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    18091722  echo $ac_n "(cached) $ac_c" 1>&6
    18101723else
    18111724  cat > conftest.$ac_ext <<EOF
    1812 #line 1813 "configure"
     1725#line 1726 "configure"
    18131726#include "confdefs.h"
    18141727#include <$ac_hdr>
    18151728EOF
    18161729ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1817 { (eval echo configure:1818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1818 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1730{ (eval echo configure:1731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1731ac_err=`grep -v '^ *+' conftest.out`
    18191732if test -z "$ac_err"; then
    18201733  rm -rf conftest*
     
    18441757# typedefs, structures
    18451758echo $ac_n "checking for working const""... $ac_c" 1>&6
    1846 echo "configure:1847: checking for working const" >&5
     1759echo "configure:1760: checking for working const" >&5
    18471760if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    18481761  echo $ac_n "(cached) $ac_c" 1>&6
    18491762else
    18501763  cat > conftest.$ac_ext <<EOF
    1851 #line 1852 "configure"
     1764#line 1765 "configure"
    18521765#include "confdefs.h"
    18531766
     
    18981811; return 0; }
    18991812EOF
    1900 if { (eval echo configure:1901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1813if { (eval echo configure:1814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19011814  rm -rf conftest*
    19021815  ac_cv_c_const=yes
     
    19191832
    19201833echo $ac_n "checking for inline""... $ac_c" 1>&6
    1921 echo "configure:1922: checking for inline" >&5
     1834echo "configure:1835: checking for inline" >&5
    19221835if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    19231836  echo $ac_n "(cached) $ac_c" 1>&6
     
    19261839for ac_kw in inline __inline__ __inline; do
    19271840  cat > conftest.$ac_ext <<EOF
    1928 #line 1929 "configure"
     1841#line 1842 "configure"
    19291842#include "confdefs.h"
    19301843
     
    19331846; return 0; }
    19341847EOF
    1935 if { (eval echo configure:1936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1848if { (eval echo configure:1849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19361849  rm -rf conftest*
    19371850  ac_cv_c_inline=$ac_kw; break
     
    19591872
    19601873echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1961 echo "configure:1962: checking for size_t" >&5
     1874echo "configure:1875: checking for size_t" >&5
    19621875if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    19631876  echo $ac_n "(cached) $ac_c" 1>&6
    19641877else
    19651878  cat > conftest.$ac_ext <<EOF
    1966 #line 1967 "configure"
     1879#line 1880 "configure"
    19671880#include "confdefs.h"
    19681881#include <sys/types.h>
     
    19731886EOF
    19741887if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
    1975   egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
     1888  egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
    19761889  rm -rf conftest*
    19771890  ac_cv_type_size_t=yes
     
    19921905
    19931906echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1994 echo "configure:1995: checking whether time.h and sys/time.h may both be included" >&5
     1907echo "configure:1908: checking whether time.h and sys/time.h may both be included" >&5
    19951908if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    19961909  echo $ac_n "(cached) $ac_c" 1>&6
    19971910else
    19981911  cat > conftest.$ac_ext <<EOF
    1999 #line 2000 "configure"
     1912#line 1913 "configure"
    20001913#include "confdefs.h"
    20011914#include <sys/types.h>
     
    20061919; return 0; }
    20071920EOF
    2008 if { (eval echo configure:2009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1921if { (eval echo configure:1922: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20091922  rm -rf conftest*
    20101923  ac_cv_header_time=yes
     
    20271940
    20281941echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2029 echo "configure:2030: checking whether struct tm is in sys/time.h or time.h" >&5
     1942echo "configure:1943: checking whether struct tm is in sys/time.h or time.h" >&5
    20301943if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    20311944  echo $ac_n "(cached) $ac_c" 1>&6
    20321945else
    20331946  cat > conftest.$ac_ext <<EOF
    2034 #line 2035 "configure"
     1947#line 1948 "configure"
    20351948#include "confdefs.h"
    20361949#include <sys/types.h>
     
    20401953; return 0; }
    20411954EOF
    2042 if { (eval echo configure:2043: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1955if { (eval echo configure:1956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20431956  rm -rf conftest*
    20441957  ac_cv_struct_tm=time.h
     
    20651978# for constant arguments.  Useless!
    20661979echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2067 echo "configure:2068: checking for working alloca.h" >&5
     1980echo "configure:1981: checking for working alloca.h" >&5
    20681981if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    20691982  echo $ac_n "(cached) $ac_c" 1>&6
    20701983else
    20711984  cat > conftest.$ac_ext <<EOF
    2072 #line 2073 "configure"
     1985#line 1986 "configure"
    20731986#include "confdefs.h"
    20741987#include <alloca.h>
     
    20771990; return 0; }
    20781991EOF
    2079 if { (eval echo configure:2080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1992if { (eval echo configure:1993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    20801993  rm -rf conftest*
    20811994  ac_cv_header_alloca_h=yes
     
    20982011
    20992012echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2100 echo "configure:2101: checking for alloca" >&5
     2013echo "configure:2014: checking for alloca" >&5
    21012014if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    21022015  echo $ac_n "(cached) $ac_c" 1>&6
    21032016else
    21042017  cat > conftest.$ac_ext <<EOF
    2105 #line 2106 "configure"
     2018#line 2019 "configure"
    21062019#include "confdefs.h"
    21072020
     
    21092022# define alloca __builtin_alloca
    21102023#else
    2111 # ifdef _MSC_VER
    2112 #  include <malloc.h>
    2113 #  define alloca _alloca
     2024# if HAVE_ALLOCA_H
     2025#  include <alloca.h>
    21142026# else
    2115 #  if HAVE_ALLOCA_H
    2116 #   include <alloca.h>
     2027#  ifdef _AIX
     2028 #pragma alloca
    21172029#  else
    2118 #   ifdef _AIX
    2119  #pragma alloca
    2120 #   else
    2121 #    ifndef alloca /* predefined by HP cc +Olibcalls */
     2030#   ifndef alloca /* predefined by HP cc +Olibcalls */
    21222031char *alloca ();
    2123 #    endif
    21242032#   endif
    21252033#  endif
     
    21312039; return 0; }
    21322040EOF
    2133 if { (eval echo configure:2134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2041if { (eval echo configure:2042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    21342042  rm -rf conftest*
    21352043  ac_cv_func_alloca_works=yes
     
    21562064  # contain a buggy version.  If you still want to use their alloca,
    21572065  # use ar to extract alloca.o from them instead of compiling alloca.c.
    2158   ALLOCA=alloca.${ac_objext}
     2066  ALLOCA=alloca.o
    21592067  cat >> confdefs.h <<\EOF
    21602068#define C_ALLOCA 1
     
    21632071
    21642072echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2165 echo "configure:2166: checking whether alloca needs Cray hooks" >&5
     2073echo "configure:2074: checking whether alloca needs Cray hooks" >&5
    21662074if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    21672075  echo $ac_n "(cached) $ac_c" 1>&6
    21682076else
    21692077  cat > conftest.$ac_ext <<EOF
    2170 #line 2171 "configure"
     2078#line 2079 "configure"
    21712079#include "confdefs.h"
    21722080#if defined(CRAY) && ! defined(CRAY2)
     
    21932101for ac_func in _getb67 GETB67 getb67; do
    21942102  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2195 echo "configure:2196: checking for $ac_func" >&5
     2103echo "configure:2104: checking for $ac_func" >&5
    21962104if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    21972105  echo $ac_n "(cached) $ac_c" 1>&6
    21982106else
    21992107  cat > conftest.$ac_ext <<EOF
    2200 #line 2201 "configure"
     2108#line 2109 "configure"
    22012109#include "confdefs.h"
    22022110/* System header to define __stub macros and hopefully few prototypes,
     
    22212129; return 0; }
    22222130EOF
    2223 if { (eval echo configure:2224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2131if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    22242132  rm -rf conftest*
    22252133  eval "ac_cv_func_$ac_func=yes"
     
    22482156
    22492157echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2250 echo "configure:2251: checking stack direction for C alloca" >&5
     2158echo "configure:2159: checking stack direction for C alloca" >&5
    22512159if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    22522160  echo $ac_n "(cached) $ac_c" 1>&6
     
    22562164else
    22572165  cat > conftest.$ac_ext <<EOF
    2258 #line 2259 "configure"
     2166#line 2167 "configure"
    22592167#include "confdefs.h"
    22602168find_stack_direction ()
     
    22752183}
    22762184EOF
    2277 if { (eval echo configure:2278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2185if { (eval echo configure:2186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    22782186then
    22792187  ac_cv_c_stack_direction=1
     
    22982206if test $ac_cv_prog_gcc = yes; then
    22992207    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2300 echo "configure:2301: checking whether ${CC-cc} needs -traditional" >&5
     2208echo "configure:2209: checking whether ${CC-cc} needs -traditional" >&5
    23012209if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    23022210  echo $ac_n "(cached) $ac_c" 1>&6
     
    23042212    ac_pattern="Autoconf.*'x'"
    23052213  cat > conftest.$ac_ext <<EOF
    2306 #line 2307 "configure"
     2214#line 2215 "configure"
    23072215#include "confdefs.h"
    23082216#include <sgtty.h>
     
    23222230  if test $ac_cv_prog_gcc_traditional = no; then
    23232231    cat > conftest.$ac_ext <<EOF
    2324 #line 2325 "configure"
     2232#line 2233 "configure"
    23252233#include "confdefs.h"
    23262234#include <termio.h>
     
    23472255ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    23482256echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2349 echo "configure:2350: checking for $ac_hdr" >&5
     2257echo "configure:2258: checking for $ac_hdr" >&5
    23502258if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    23512259  echo $ac_n "(cached) $ac_c" 1>&6
    23522260else
    23532261  cat > conftest.$ac_ext <<EOF
    2354 #line 2355 "configure"
     2262#line 2263 "configure"
    23552263#include "confdefs.h"
    23562264#include <$ac_hdr>
    23572265EOF
    23582266ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2359 { (eval echo configure:2360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    2360 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     2267{ (eval echo configure:2268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2268ac_err=`grep -v '^ *+' conftest.out`
    23612269if test -z "$ac_err"; then
    23622270  rm -rf conftest*
     
    23862294do
    23872295echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2388 echo "configure:2389: checking for $ac_func" >&5
     2296echo "configure:2297: checking for $ac_func" >&5
    23892297if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    23902298  echo $ac_n "(cached) $ac_c" 1>&6
    23912299else
    23922300  cat > conftest.$ac_ext <<EOF
    2393 #line 2394 "configure"
     2301#line 2302 "configure"
    23942302#include "confdefs.h"
    23952303/* System header to define __stub macros and hopefully few prototypes,
     
    24142322; return 0; }
    24152323EOF
    2416 if { (eval echo configure:2417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2324if { (eval echo configure:2325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    24172325  rm -rf conftest*
    24182326  eval "ac_cv_func_$ac_func=yes"
     
    24392347
    24402348echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2441 echo "configure:2442: checking for working mmap" >&5
     2349echo "configure:2350: checking for working mmap" >&5
    24422350if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    24432351  echo $ac_n "(cached) $ac_c" 1>&6
     
    24472355else
    24482356  cat > conftest.$ac_ext <<EOF
    2449 #line 2450 "configure"
     2357#line 2358 "configure"
    24502358#include "confdefs.h"
    24512359
     
    25872495
    25882496EOF
    2589 if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2497if { (eval echo configure:2498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    25902498then
    25912499  ac_cv_func_mmap_fixed_mapped=yes
     
    26102518
    26112519echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2612 echo "configure:2613: checking return type of signal handlers" >&5
     2520echo "configure:2521: checking return type of signal handlers" >&5
    26132521if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    26142522  echo $ac_n "(cached) $ac_c" 1>&6
    26152523else
    26162524  cat > conftest.$ac_ext <<EOF
    2617 #line 2618 "configure"
     2525#line 2526 "configure"
    26182526#include "confdefs.h"
    26192527#include <sys/types.h>
     
    26322540; return 0; }
    26332541EOF
    2634 if { (eval echo configure:2635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2542if { (eval echo configure:2543: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    26352543  rm -rf conftest*
    26362544  ac_cv_type_signal=void
     
    26512559
    26522560echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2653 echo "configure:2654: checking for vprintf" >&5
     2561echo "configure:2562: checking for vprintf" >&5
    26542562if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    26552563  echo $ac_n "(cached) $ac_c" 1>&6
    26562564else
    26572565  cat > conftest.$ac_ext <<EOF
    2658 #line 2659 "configure"
     2566#line 2567 "configure"
    26592567#include "confdefs.h"
    26602568/* System header to define __stub macros and hopefully few prototypes,
     
    26792587; return 0; }
    26802588EOF
    2681 if { (eval echo configure:2682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2589if { (eval echo configure:2590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    26822590  rm -rf conftest*
    26832591  eval "ac_cv_func_vprintf=yes"
     
    27032611if test "$ac_cv_func_vprintf" != yes; then
    27042612echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2705 echo "configure:2706: checking for _doprnt" >&5
     2613echo "configure:2614: checking for _doprnt" >&5
    27062614if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    27072615  echo $ac_n "(cached) $ac_c" 1>&6
    27082616else
    27092617  cat > conftest.$ac_ext <<EOF
    2710 #line 2711 "configure"
     2618#line 2619 "configure"
    27112619#include "confdefs.h"
    27122620/* System header to define __stub macros and hopefully few prototypes,
     
    27312639; return 0; }
    27322640EOF
    2733 if { (eval echo configure:2734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2641if { (eval echo configure:2642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27342642  rm -rf conftest*
    27352643  eval "ac_cv_func__doprnt=yes"
     
    27582666do
    27592667echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2760 echo "configure:2761: checking for $ac_func" >&5
     2668echo "configure:2669: checking for $ac_func" >&5
    27612669if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    27622670  echo $ac_n "(cached) $ac_c" 1>&6
    27632671else
    27642672  cat > conftest.$ac_ext <<EOF
    2765 #line 2766 "configure"
     2673#line 2674 "configure"
    27662674#include "confdefs.h"
    27672675/* System header to define __stub macros and hopefully few prototypes,
     
    27862694; return 0; }
    27872695EOF
    2788 if { (eval echo configure:2789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2696if { (eval echo configure:2697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    27892697  rm -rf conftest*
    27902698  eval "ac_cv_func_$ac_func=yes"
     
    28142722# arithmetic shifts
    28152723echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    2816 echo "configure:2817: checking whether your machine has correct arithmetic shifts" >&5
     2724echo "configure:2725: checking whether your machine has correct arithmetic shifts" >&5
    28172725if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    28182726  echo $ac_n "(cached) $ac_c" 1>&6
     
    28272735else
    28282736  cat > conftest.$ac_ext <<EOF
    2829 #line 2830 "configure"
     2737#line 2738 "configure"
    28302738#include "confdefs.h"
    28312739 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    28322740EOF
    2833 if { (eval echo configure:2834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2741if { (eval echo configure:2742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    28342742then
    28352743  ac_cv_shift=yes
     
    28562764# check for a peculiar constructor initialization
    28572765echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    2858 echo "configure:2859: checking whether explicit C++ constructor calls are allowed" >&5
     2766echo "configure:2767: checking whether explicit C++ constructor calls are allowed" >&5
    28592767
    28602768ac_ext=C
     
    28622770ac_cpp='$CXXCPP $CPPFLAGS'
    28632771ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    2864 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     2772ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    28652773cross_compiling=$ac_cv_prog_cxx_cross
    28662774
     
    28692777else
    28702778  cat > conftest.$ac_ext <<EOF
    2871 #line 2872 "configure"
     2779#line 2780 "configure"
    28722780#include "confdefs.h"
    28732781
     
    28872795; return 0; }
    28882796EOF
    2889 if { (eval echo configure:2890: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2797if { (eval echo configure:2798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28902798  rm -rf conftest*
    28912799  ac_cv_explicit_const=yes
     
    29032811ac_cpp='$CPP $CPPFLAGS'
    29042812ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    2905 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     2813ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    29062814cross_compiling=$ac_cv_prog_cc_cross
    29072815
     
    29162824# sprintf returns number of printed chars
    29172825echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    2918 echo "configure:2919: checking whether vsprintf returns number of printed chars" >&5
     2826echo "configure:2827: checking whether vsprintf returns number of printed chars" >&5
    29192827if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    29202828  echo $ac_n "(cached) $ac_c" 1>&6
     
    29242832else
    29252833  cat > conftest.$ac_ext <<EOF
    2926 #line 2927 "configure"
     2834#line 2835 "configure"
    29272835#include "confdefs.h"
    29282836#include <stdio.h>
    29292837 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    29302838EOF
    2931 if { (eval echo configure:2932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2839if { (eval echo configure:2840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    29322840then
    29332841  ac_cv_returns_n_of_chars=yes
     
    29552863# determine ALIGN_8
    29562864echo $ac_n "checking size of char""... $ac_c" 1>&6
    2957 echo "configure:2958: checking size of char" >&5
     2865echo "configure:2866: checking size of char" >&5
    29582866if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    29592867  echo $ac_n "(cached) $ac_c" 1>&6
     
    29632871else
    29642872  cat > conftest.$ac_ext <<EOF
    2965 #line 2966 "configure"
     2873#line 2874 "configure"
    29662874#include "confdefs.h"
    29672875#include <stdio.h>
     
    29742882}
    29752883EOF
    2976 if { (eval echo configure:2977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2884if { (eval echo configure:2885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    29772885then
    29782886  ac_cv_sizeof_char=`cat conftestval`
     
    29942902
    29952903echo $ac_n "checking size of short""... $ac_c" 1>&6
    2996 echo "configure:2997: checking size of short" >&5
     2904echo "configure:2905: checking size of short" >&5
    29972905if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    29982906  echo $ac_n "(cached) $ac_c" 1>&6
     
    30022910else
    30032911  cat > conftest.$ac_ext <<EOF
    3004 #line 3005 "configure"
     2912#line 2913 "configure"
    30052913#include "confdefs.h"
    30062914#include <stdio.h>
     
    30132921}
    30142922EOF
    3015 if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2923if { (eval echo configure:2924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30162924then
    30172925  ac_cv_sizeof_short=`cat conftestval`
     
    30332941
    30342942echo $ac_n "checking size of int""... $ac_c" 1>&6
    3035 echo "configure:3036: checking size of int" >&5
     2943echo "configure:2944: checking size of int" >&5
    30362944if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    30372945  echo $ac_n "(cached) $ac_c" 1>&6
     
    30412949else
    30422950  cat > conftest.$ac_ext <<EOF
    3043 #line 3044 "configure"
     2951#line 2952 "configure"
    30442952#include "confdefs.h"
    30452953#include <stdio.h>
     
    30522960}
    30532961EOF
    3054 if { (eval echo configure:3055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2962if { (eval echo configure:2963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30552963then
    30562964  ac_cv_sizeof_int=`cat conftestval`
     
    30722980
    30732981echo $ac_n "checking size of long""... $ac_c" 1>&6
    3074 echo "configure:3075: checking size of long" >&5
     2982echo "configure:2983: checking size of long" >&5
    30752983if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    30762984  echo $ac_n "(cached) $ac_c" 1>&6
     
    30802988else
    30812989  cat > conftest.$ac_ext <<EOF
    3082 #line 3083 "configure"
     2990#line 2991 "configure"
    30832991#include "confdefs.h"
    30842992#include <stdio.h>
     
    30912999}
    30923000EOF
    3093 if { (eval echo configure:3094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3001if { (eval echo configure:3002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    30943002then
    30953003  ac_cv_sizeof_long=`cat conftestval`
     
    31113019
    31123020echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3113 echo "configure:3114: checking size of void*" >&5
     3021echo "configure:3022: checking size of void*" >&5
    31143022if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    31153023  echo $ac_n "(cached) $ac_c" 1>&6
     
    31193027else
    31203028  cat > conftest.$ac_ext <<EOF
    3121 #line 3122 "configure"
     3029#line 3030 "configure"
    31223030#include "confdefs.h"
    31233031#include <stdio.h>
     
    31303038}
    31313039EOF
    3132 if { (eval echo configure:3133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3040if { (eval echo configure:3041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    31333041then
    31343042  ac_cv_sizeof_voidp=`cat conftestval`
     
    31503058
    31513059echo $ac_n "checking size of double""... $ac_c" 1>&6
    3152 echo "configure:3153: checking size of double" >&5
     3060echo "configure:3061: checking size of double" >&5
    31533061if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    31543062  echo $ac_n "(cached) $ac_c" 1>&6
     
    31583066else
    31593067  cat > conftest.$ac_ext <<EOF
    3160 #line 3161 "configure"
     3068#line 3069 "configure"
    31613069#include "confdefs.h"
    31623070#include <stdio.h>
     
    31693077}
    31703078EOF
    3171 if { (eval echo configure:3172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3079if { (eval echo configure:3080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    31723080then
    31733081  ac_cv_sizeof_double=`cat conftestval`
     
    31893097
    31903098echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3191 echo "configure:3192: checking whether byte ordering is bigendian" >&5
     3099echo "configure:3100: checking whether byte ordering is bigendian" >&5
    31923100if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    31933101  echo $ac_n "(cached) $ac_c" 1>&6
     
    31963104# See if sys/param.h defines the BYTE_ORDER macro.
    31973105cat > conftest.$ac_ext <<EOF
    3198 #line 3199 "configure"
     3106#line 3107 "configure"
    31993107#include "confdefs.h"
    32003108#include <sys/types.h>
     
    32073115; return 0; }
    32083116EOF
    3209 if { (eval echo configure:3210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3117if { (eval echo configure:3118: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32103118  rm -rf conftest*
    32113119  # It does; now see whether it defined to BIG_ENDIAN or not.
    32123120cat > conftest.$ac_ext <<EOF
    3213 #line 3214 "configure"
     3121#line 3122 "configure"
    32143122#include "confdefs.h"
    32153123#include <sys/types.h>
     
    32223130; return 0; }
    32233131EOF
    3224 if { (eval echo configure:3225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3132if { (eval echo configure:3133: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32253133  rm -rf conftest*
    32263134  ac_cv_c_bigendian=yes
     
    32423150else
    32433151  cat > conftest.$ac_ext <<EOF
    3244 #line 3245 "configure"
     3152#line 3153 "configure"
    32453153#include "confdefs.h"
    32463154main () {
     
    32553163}
    32563164EOF
    3257 if { (eval echo configure:3258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3165if { (eval echo configure:3166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    32583166then
    32593167  ac_cv_c_bigendian=no
     
    32923200
    32933201echo $ac_n "checking size of system page""... $ac_c" 1>&6
    3294 echo "configure:3295: checking size of system page" >&5
     3202echo "configure:3203: checking size of system page" >&5
    32953203if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then
    32963204  echo $ac_n "(cached) $ac_c" 1>&6
     
    33003208else
    33013209  cat > conftest.$ac_ext <<EOF
    3302 #line 3303 "configure"
     3210#line 3211 "configure"
    33033211#include "confdefs.h"
    33043212#include <stdio.h>
     
    33143222}
    33153223EOF
    3316 if { (eval echo configure:3317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3224if { (eval echo configure:3225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    33173225then
    33183226  ac_cv_pagesize=`cat conftestval`
     
    33383246
    33393247echo $ac_n "checking for page aligned valloc""... $ac_c" 1>&6
    3340 echo "configure:3341: checking for page aligned valloc" >&5
     3248echo "configure:3249: checking for page aligned valloc" >&5
    33413249if eval "test \"`echo '$''{'ac_cv_have_page_alignment'+set}'`\" = set"; then
    33423250  echo $ac_n "(cached) $ac_c" 1>&6
     
    33843292else
    33853293  cat > conftest.$ac_ext <<EOF
    3386 #line 3387 "configure"
     3294#line 3295 "configure"
    33873295#include "confdefs.h"
    33883296
     
    33913299
    33923300EOF
    3393 if { (eval echo configure:3394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3301if { (eval echo configure:3302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    33943302then
    33953303  ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat  conftestval`
     
    34083316else
    34093317  cat > conftest.$ac_ext <<EOF
    3410 #line 3411 "configure"
     3318#line 3319 "configure"
    34113319#include "confdefs.h"
    34123320
     
    34153323
    34163324EOF
    3417 if { (eval echo configure:3418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3325if { (eval echo configure:3326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    34183326then
    34193327  ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat  conftestval`
     
    34353343else
    34363344  cat > conftest.$ac_ext <<EOF
    3437 #line 3438 "configure"
     3345#line 3346 "configure"
    34383346#include "confdefs.h"
    34393347
     
    34443352
    34453353EOF
    3446 if { (eval echo configure:3447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3354if { (eval echo configure:3355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    34473355then
    34483356  ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat  conftestval`
     
    34613369else
    34623370  cat > conftest.$ac_ext <<EOF
    3463 #line 3464 "configure"
     3371#line 3372 "configure"
    34643372#include "confdefs.h"
    34653373
     
    34703378
    34713379EOF
    3472 if { (eval echo configure:3473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3380if { (eval echo configure:3381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    34733381then
    34743382  ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat  conftestval`
     
    36053513if test "${with_perl5+set}" != set; then
    36063514  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    3607 echo "configure:3608: checking for perl5" >&5
     3515echo "configure:3516: checking for perl5" >&5
    36083516    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    36093517  echo $ac_n "(cached) $ac_c" 1>&6
     
    36423550set dummy $ac_prog; ac_word=$2
    36433551echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3644 echo "configure:3645: checking for $ac_word" >&5
     3552echo "configure:3553: checking for $ac_word" >&5
    36453553if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    36463554  echo $ac_n "(cached) $ac_c" 1>&6
     
    36493557  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    36503558else
    3651   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    3652   ac_dummy="$PATH"
    3653   for ac_dir in $ac_dummy; do
     3559  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3560  for ac_dir in $PATH; do
    36543561    test -z "$ac_dir" && ac_dir=.
    36553562    if test -f $ac_dir/$ac_word; then
     
    36823589ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    36833590echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3684 echo "configure:3685: checking for $ac_hdr" >&5
     3591echo "configure:3592: checking for $ac_hdr" >&5
    36853592if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    36863593  echo $ac_n "(cached) $ac_c" 1>&6
    36873594else
    36883595  cat > conftest.$ac_ext <<EOF
    3689 #line 3690 "configure"
     3596#line 3597 "configure"
    36903597#include "confdefs.h"
    36913598#include <$ac_hdr>
    36923599EOF
    36933600ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3694 { (eval echo configure:3695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    3695 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     3601{ (eval echo configure:3602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3602ac_err=`grep -v '^ *+' conftest.out`
    36963603if test -z "$ac_err"; then
    36973604  rm -rf conftest*
     
    37223629ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    37233630echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3724 echo "configure:3725: checking for $ac_hdr" >&5
     3631echo "configure:3632: checking for $ac_hdr" >&5
    37253632if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37263633  echo $ac_n "(cached) $ac_c" 1>&6
    37273634else
    37283635  cat > conftest.$ac_ext <<EOF
    3729 #line 3730 "configure"
     3636#line 3637 "configure"
    37303637#include "confdefs.h"
    37313638#include <$ac_hdr>
    37323639EOF
    37333640ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3734 { (eval echo configure:3735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    3735 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     3641{ (eval echo configure:3642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3642ac_err=`grep -v '^ *+' conftest.out`
    37363643if test -z "$ac_err"; then
    37373644  rm -rf conftest*
     
    37623669ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    37633670echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3764 echo "configure:3765: checking for $ac_hdr" >&5
     3671echo "configure:3672: checking for $ac_hdr" >&5
    37653672if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37663673  echo $ac_n "(cached) $ac_c" 1>&6
    37673674else
    37683675  cat > conftest.$ac_ext <<EOF
    3769 #line 3770 "configure"
     3676#line 3677 "configure"
    37703677#include "confdefs.h"
    37713678#include <$ac_hdr>
    37723679EOF
    37733680ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3774 { (eval echo configure:3775: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    3775 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     3681{ (eval echo configure:3682: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3682ac_err=`grep -v '^ *+' conftest.out`
    37763683if test -z "$ac_err"; then
    37773684  rm -rf conftest*
     
    38023709if test "$with_readline" != no; then
    38033710  echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3804 echo "configure:3805: checking for tgetent in -lncurses" >&5
     3711echo "configure:3712: checking for tgetent in -lncurses" >&5
    38053712ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    38063713if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38103717LIBS="-lncurses  $LIBS"
    38113718cat > conftest.$ac_ext <<EOF
    3812 #line 3813 "configure"
     3719#line 3720 "configure"
    38133720#include "confdefs.h"
    38143721/* Override any gcc2 internal prototype to avoid an error.  */
     
    38213728; return 0; }
    38223729EOF
    3823 if { (eval echo configure:3824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3730if { (eval echo configure:3731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    38243731  rm -rf conftest*
    38253732  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38483755\
    38493756   echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3850 echo "configure:3851: checking for tgetent in -lcurses" >&5
     3757echo "configure:3758: checking for tgetent in -lcurses" >&5
    38513758ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    38523759if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38563763LIBS="-lcurses  $LIBS"
    38573764cat > conftest.$ac_ext <<EOF
    3858 #line 3859 "configure"
     3765#line 3766 "configure"
    38593766#include "confdefs.h"
    38603767/* Override any gcc2 internal prototype to avoid an error.  */
     
    38673774; return 0; }
    38683775EOF
    3869 if { (eval echo configure:3870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3776if { (eval echo configure:3777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    38703777  rm -rf conftest*
    38713778  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38943801\
    38953802   echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3896 echo "configure:3897: checking for tgetent in -ltermcap" >&5
     3803echo "configure:3804: checking for tgetent in -ltermcap" >&5
    38973804ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    38983805if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    39023809LIBS="-ltermcap  $LIBS"
    39033810cat > conftest.$ac_ext <<EOF
    3904 #line 3905 "configure"
     3811#line 3812 "configure"
    39053812#include "confdefs.h"
    39063813/* Override any gcc2 internal prototype to avoid an error.  */
     
    39133820; return 0; }
    39143821EOF
    3915 if { (eval echo configure:3916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3822if { (eval echo configure:3823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39163823  rm -rf conftest*
    39173824  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39453852
    39463853   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3947 echo "configure:3948: checking for rl_abort in -lreadline" >&5
     3854echo "configure:3855: checking for rl_abort in -lreadline" >&5
    39483855ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    39493856if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    39533860LIBS="-lreadline  $LIBS"
    39543861cat > conftest.$ac_ext <<EOF
    3955 #line 3956 "configure"
     3862#line 3863 "configure"
    39563863#include "confdefs.h"
    39573864/* Override any gcc2 internal prototype to avoid an error.  */
     
    39643871; return 0; }
    39653872EOF
    3966 if { (eval echo configure:3967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3873if { (eval echo configure:3874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39673874  rm -rf conftest*
    39683875  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39953902ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39963903echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3997 echo "configure:3998: checking for $ac_hdr" >&5
     3904echo "configure:3905: checking for $ac_hdr" >&5
    39983905if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39993906  echo $ac_n "(cached) $ac_c" 1>&6
    40003907else
    40013908  cat > conftest.$ac_ext <<EOF
    4002 #line 4003 "configure"
     3909#line 3910 "configure"
    40033910#include "confdefs.h"
    40043911#include <$ac_hdr>
    40053912EOF
    40063913ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4007 { (eval echo configure:4008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    4008 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     3914{ (eval echo configure:3915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3915ac_err=`grep -v '^ *+' conftest.out`
    40093916if test -z "$ac_err"; then
    40103917  rm -rf conftest*
     
    40343941      test "$ac_cv_header_readline_readline_h" = yes; then
    40353942     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    4036 echo "configure:4037: checking whether readline.h is ok" >&5
     3943echo "configure:3944: checking whether readline.h is ok" >&5
    40373944     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    40383945  echo $ac_n "(cached) $ac_c" 1>&6
    40393946else
    40403947  cat > conftest.$ac_ext <<EOF
    4041 #line 4042 "configure"
     3948#line 3949 "configure"
    40423949#include "confdefs.h"
    40433950#include<unistd.h>
     
    40643971; return 0; }
    40653972EOF
    4066 if { (eval echo configure:4067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3973if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    40673974  rm -rf conftest*
    40683975  ac_cv_header_readline_readline_h_ok="yes"
     
    40803987#not ok -- try once more with explicitly declaring everything
    40813988      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4082 echo "configure:4083: checking whether or not we nevertheless can use readline" >&5
     3989echo "configure:3990: checking whether or not we nevertheless can use readline" >&5
    40833990      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40843991  echo $ac_n "(cached) $ac_c" 1>&6
    40853992else
    40863993  cat > conftest.$ac_ext <<EOF
    4087 #line 4088 "configure"
     3994#line 3995 "configure"
    40883995#include "confdefs.h"
    40893996#include <stdio.h>
     
    41154022; return 0; }
    41164023EOF
    4117 if { (eval echo configure:4118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4024if { (eval echo configure:4025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    41184025  rm -rf conftest*
    41194026  ac_cv_have_readline="yes"
     
    41464053    echo "configure: warning: building without readline: disabling fancy display" 1>&2
    41474054    echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4148 echo "configure:4149: checking for tgetent in -lncurses" >&5
     4055echo "configure:4056: checking for tgetent in -lncurses" >&5
    41494056ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    41504057if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41544061LIBS="-lncurses  $LIBS"
    41554062cat > conftest.$ac_ext <<EOF
    4156 #line 4157 "configure"
     4063#line 4064 "configure"
    41574064#include "confdefs.h"
    41584065/* Override any gcc2 internal prototype to avoid an error.  */
     
    41654072; return 0; }
    41664073EOF
    4167 if { (eval echo configure:4168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4074if { (eval echo configure:4075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    41684075  rm -rf conftest*
    41694076  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41924099\
    41934100    echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4194 echo "configure:4195: checking for tgetent in -lcurses" >&5
     4101echo "configure:4102: checking for tgetent in -lcurses" >&5
    41954102ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    41964103if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42004107LIBS="-lcurses  $LIBS"
    42014108cat > conftest.$ac_ext <<EOF
    4202 #line 4203 "configure"
     4109#line 4110 "configure"
    42034110#include "confdefs.h"
    42044111/* Override any gcc2 internal prototype to avoid an error.  */
     
    42114118; return 0; }
    42124119EOF
    4213 if { (eval echo configure:4214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4120if { (eval echo configure:4121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    42144121  rm -rf conftest*
    42154122  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42384145\
    42394146    echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4240 echo "configure:4241: checking for tgetent in -ltermcap" >&5
     4147echo "configure:4148: checking for tgetent in -ltermcap" >&5
    42414148ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    42424149if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42464153LIBS="-ltermcap  $LIBS"
    42474154cat > conftest.$ac_ext <<EOF
    4248 #line 4249 "configure"
     4155#line 4156 "configure"
    42494156#include "confdefs.h"
    42504157/* Override any gcc2 internal prototype to avoid an error.  */
     
    42574164; return 0; }
    42584165EOF
    4259 if { (eval echo configure:4260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4166if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    42604167  rm -rf conftest*
    42614168  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42964203else
    42974204    echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4298 echo "configure:4299: checking for tgetent in -lncurses" >&5
     4205echo "configure:4206: checking for tgetent in -lncurses" >&5
    42994206ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    43004207if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43044211LIBS="-lncurses  $LIBS"
    43054212cat > conftest.$ac_ext <<EOF
    4306 #line 4307 "configure"
     4213#line 4214 "configure"
    43074214#include "confdefs.h"
    43084215/* Override any gcc2 internal prototype to avoid an error.  */
     
    43154222; return 0; }
    43164223EOF
    4317 if { (eval echo configure:4318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4224if { (eval echo configure:4225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    43184225  rm -rf conftest*
    43194226  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43424249\
    43434250    echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4344 echo "configure:4345: checking for tgetent in -lcurses" >&5
     4251echo "configure:4252: checking for tgetent in -lcurses" >&5
    43454252ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    43464253if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43504257LIBS="-lcurses  $LIBS"
    43514258cat > conftest.$ac_ext <<EOF
    4352 #line 4353 "configure"
     4259#line 4260 "configure"
    43534260#include "confdefs.h"
    43544261/* Override any gcc2 internal prototype to avoid an error.  */
     
    43614268; return 0; }
    43624269EOF
    4363 if { (eval echo configure:4364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4270if { (eval echo configure:4271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    43644271  rm -rf conftest*
    43654272  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43884295\
    43894296    echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4390 echo "configure:4391: checking for tgetent in -ltermcap" >&5
     4297echo "configure:4298: checking for tgetent in -ltermcap" >&5
    43914298ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    43924299if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43964303LIBS="-ltermcap  $LIBS"
    43974304cat > conftest.$ac_ext <<EOF
    4398 #line 4399 "configure"
     4305#line 4306 "configure"
    43994306#include "confdefs.h"
    44004307/* Override any gcc2 internal prototype to avoid an error.  */
     
    44074314; return 0; }
    44084315EOF
    4409 if { (eval echo configure:4410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4316if { (eval echo configure:4317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    44104317  rm -rf conftest*
    44114318  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44494356# gmp, smallgmp, MP, MPT, factory, libfac
    44504357echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    4451 echo "configure:4452: checking for mpq_init in -lgmp" >&5
     4358echo "configure:4359: checking for mpq_init in -lgmp" >&5
    44524359ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    44534360if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44574364LIBS="-lgmp  $LIBS"
    44584365cat > conftest.$ac_ext <<EOF
    4459 #line 4460 "configure"
     4366#line 4367 "configure"
    44604367#include "confdefs.h"
    44614368/* Override any gcc2 internal prototype to avoid an error.  */
     
    44684375; return 0; }
    44694376EOF
    4470 if { (eval echo configure:4471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4377if { (eval echo configure:4378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    44714378  rm -rf conftest*
    44724379  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44994406fi
    45004407echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    4501 echo "configure:4502: checking for mpz_init in -lsmallgmp" >&5
     4408echo "configure:4409: checking for mpz_init in -lsmallgmp" >&5
    45024409ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    45034410if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45074414LIBS="-lsmallgmp  $LIBS"
    45084415cat > conftest.$ac_ext <<EOF
    4509 #line 4510 "configure"
     4416#line 4417 "configure"
    45104417#include "confdefs.h"
    45114418/* Override any gcc2 internal prototype to avoid an error.  */
     
    45184425; return 0; }
    45194426EOF
    4520 if { (eval echo configure:4521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4427if { (eval echo configure:4428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    45214428  rm -rf conftest*
    45224429  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45464453
    45474454echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4548 echo "configure:4549: checking for IMP_PutGmpInt in -lMP" >&5
     4455echo "configure:4456: checking for IMP_PutGmpInt in -lMP" >&5
    45494456ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    45504457if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45544461LIBS="-lMP  $LIBS"
    45554462cat > conftest.$ac_ext <<EOF
    4556 #line 4557 "configure"
     4463#line 4464 "configure"
    45574464#include "confdefs.h"
    45584465/* Override any gcc2 internal prototype to avoid an error.  */
     
    45654472; return 0; }
    45664473EOF
    4567 if { (eval echo configure:4568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4474if { (eval echo configure:4475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    45684475  rm -rf conftest*
    45694476  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45934500
    45944501echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4595 echo "configure:4596: checking for MPT_GetTree in -lMPT" >&5
     4502echo "configure:4503: checking for MPT_GetTree in -lMPT" >&5
    45964503ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    45974504if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46014508LIBS="-lMPT  $LIBS"
    46024509cat > conftest.$ac_ext <<EOF
    4603 #line 4604 "configure"
     4510#line 4511 "configure"
    46044511#include "confdefs.h"
    46054512/* Override any gcc2 internal prototype to avoid an error.  */
     
    46124519; return 0; }
    46134520EOF
    4614 if { (eval echo configure:4615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4521if { (eval echo configure:4522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    46154522  rm -rf conftest*
    46164523  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46404547
    46414548echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4642 echo "configure:4643: checking for atof in -lsingcf" >&5
     4549echo "configure:4550: checking for atof in -lsingcf" >&5
    46434550ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    46444551if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46484555LIBS="-lsingcf  $LIBS"
    46494556cat > conftest.$ac_ext <<EOF
    4650 #line 4651 "configure"
     4557#line 4558 "configure"
    46514558#include "confdefs.h"
    46524559/* Override any gcc2 internal prototype to avoid an error.  */
     
    46594566; return 0; }
    46604567EOF
    4661 if { (eval echo configure:4662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4568if { (eval echo configure:4569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    46624569  rm -rf conftest*
    46634570  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46874594
    46884595echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4689 echo "configure:4690: checking for atof in -lsingfac" >&5
     4596echo "configure:4597: checking for atof in -lsingfac" >&5
    46904597ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    46914598if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46954602LIBS="-lsingfac  $LIBS"
    46964603cat > conftest.$ac_ext <<EOF
    4697 #line 4698 "configure"
     4604#line 4605 "configure"
    46984605#include "confdefs.h"
    46994606/* Override any gcc2 internal prototype to avoid an error.  */
     
    47064613; return 0; }
    47074614EOF
    4708 if { (eval echo configure:4709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4615if { (eval echo configure:4616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    47094616  rm -rf conftest*
    47104617  eval "ac_cv_lib_$ac_lib_var=yes"
     
    47384645ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    47394646echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4740 echo "configure:4741: checking for $ac_hdr" >&5
     4647echo "configure:4648: checking for $ac_hdr" >&5
    47414648if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    47424649  echo $ac_n "(cached) $ac_c" 1>&6
    47434650else
    47444651  cat > conftest.$ac_ext <<EOF
    4745 #line 4746 "configure"
     4652#line 4653 "configure"
    47464653#include "confdefs.h"
    47474654#include <$ac_hdr>
    47484655EOF
    47494656ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4750 { (eval echo configure:4751: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    4751 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     4657{ (eval echo configure:4658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4658ac_err=`grep -v '^ *+' conftest.out`
    47524659if test -z "$ac_err"; then
    47534660  rm -rf conftest*
     
    48054712# evaluate results
    48064713echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4807 echo "configure:4808: checking which apint package to use" >&5
     4714echo "configure:4715: checking which apint package to use" >&5
    48084715if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    48094716  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    48494756if test "$with_dl" != no; then
    48504757  echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    4851 echo "configure:4852: checking for dlopen in -ldl" >&5
     4758echo "configure:4759: checking for dlopen in -ldl" >&5
    48524759ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    48534760if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48574764LIBS="-ldl  $LIBS"
    48584765cat > conftest.$ac_ext <<EOF
    4859 #line 4860 "configure"
     4766#line 4767 "configure"
    48604767#include "confdefs.h"
    48614768/* Override any gcc2 internal prototype to avoid an error.  */
     
    48684775; return 0; }
    48694776EOF
    4870 if { (eval echo configure:4871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4777if { (eval echo configure:4778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    48714778  rm -rf conftest*
    48724779  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49064813  fi
    49074814  echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    4908 echo "configure:4909: checking for shl_load in -ldld" >&5
     4815echo "configure:4816: checking for shl_load in -ldld" >&5
    49094816ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    49104817if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49144821LIBS="-ldld  $LIBS"
    49154822cat > conftest.$ac_ext <<EOF
    4916 #line 4917 "configure"
     4823#line 4824 "configure"
    49174824#include "confdefs.h"
    49184825/* Override any gcc2 internal prototype to avoid an error.  */
     
    49254832; return 0; }
    49264833EOF
    4927 if { (eval echo configure:4928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4834if { (eval echo configure:4835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    49284835  rm -rf conftest*
    49294836  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49654872
    49664873echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4967 echo "configure:4968: checking whether to have MP" >&5
     4874echo "configure:4875: checking whether to have MP" >&5
    49684875if test "${with_MP}" != yes && test "${with_MP}" != no; then
    49694876  if (test "${will_have_gmp}" = yes) && \
     
    49964903
    49974904echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4998 echo "configure:4999: checking whether to have factory" >&5
     4905echo "configure:4906: checking whether to have factory" >&5
    49994906if test "${with_factory}" != yes && test "${with_factory}" != no; then
    50004907  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    50274934
    50284935echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    5029 echo "configure:5030: checking whether to have libfac" >&5
     4936echo "configure:4937: checking whether to have libfac" >&5
    50304937if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    50314938  if (test "${will_have_factory}" = yes) && \
     
    50594966
    50604967echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    5061 echo "configure:5062: checking whether to have dbm links" >&5
     4968echo "configure:4969: checking whether to have dbm links" >&5
    50624969if test "$with_dbm" != no; then
    50634970  cat >> confdefs.h <<\EOF
     
    50714978
    50724979echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    5073 echo "configure:5074: checking whether to have namespaces" >&5
     4980echo "configure:4981: checking whether to have namespaces" >&5
    50744981if test "$with_namespaces" != yes; then
    50754982  echo "$ac_t""no" 1>&6
     
    50834990
    50844991echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6
    5085 echo "configure:5086: checking whether to have dynamic loading" >&5
     4992echo "configure:4993: checking whether to have dynamic loading" >&5
    50864993if test "$with_dl" != yes; then
    50874994  echo "$ac_t""no" 1>&6
     
    50965003        HPUX-9)
    50975004          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    5098 echo "configure:5099: checking for shl_load in -ldld" >&5
     5005echo "configure:5006: checking for shl_load in -ldld" >&5
    50995006ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    51005007if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    51045011LIBS="-ldld  $LIBS"
    51055012cat > conftest.$ac_ext <<EOF
    5106 #line 5107 "configure"
     5013#line 5014 "configure"
    51075014#include "confdefs.h"
    51085015/* Override any gcc2 internal prototype to avoid an error.  */
     
    51155022; return 0; }
    51165023EOF
    5117 if { (eval echo configure:5118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5024if { (eval echo configure:5025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    51185025  rm -rf conftest*
    51195026  eval "ac_cv_lib_$ac_lib_var=yes"
     
    51475054        HPUX-10)
    51485055          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    5149 echo "configure:5150: checking for shl_load in -ldld" >&5
     5056echo "configure:5057: checking for shl_load in -ldld" >&5
    51505057ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    51515058if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    51555062LIBS="-ldld  $LIBS"
    51565063cat > conftest.$ac_ext <<EOF
    5157 #line 5158 "configure"
     5064#line 5065 "configure"
    51585065#include "confdefs.h"
    51595066/* Override any gcc2 internal prototype to avoid an error.  */
     
    51665073; return 0; }
    51675074EOF
    5168 if { (eval echo configure:5169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5075if { (eval echo configure:5076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    51695076  rm -rf conftest*
    51705077  eval "ac_cv_lib_$ac_lib_var=yes"
     
    52055112
    52065113echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6
    5207 echo "configure:5208: checking whether to use mtrack" >&5
     5114echo "configure:5115: checking whether to use mtrack" >&5
    52085115if test "$with_mtrack" = yes && test "$ac_cv_singuname" = ix86-Linux; then
    52095116  echo "$ac_t""yes" 1>&6
     
    52195126
    52205127echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6
    5221 echo "configure:5222: checking which exponent type to use" >&5
     5128echo "configure:5129: checking which exponent type to use" >&5
    52225129if test "$with_exp_type" = "char"; then
    52235130  echo "$ac_t""char" 1>&6
     
    52755182# and sets the high bit in the cache file unless we assign to the vars.
    52765183(set) 2>&1 |
    5277   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     5184  case `(ac_space=' '; set) 2>&1` in
    52785185  *ac_space=\ *)
    52795186    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    53425249    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    53435250  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    5344     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     5251    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    53455252    exit 0 ;;
    53465253  -help | --help | --hel | --he | --h)
     
    53615268$ac_vpsub
    53625269$extrasub
    5363 s%@SHELL@%$SHELL%g
    53645270s%@CFLAGS@%$CFLAGS%g
    53655271s%@CPPFLAGS@%$CPPFLAGS%g
    53665272s%@CXXFLAGS@%$CXXFLAGS%g
    5367 s%@FFLAGS@%$FFLAGS%g
    53685273s%@DEFS@%$DEFS%g
    53695274s%@LDFLAGS@%$LDFLAGS%g
  • Singular/configure.in

    r8016eb r43bcc5  
    4343SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-1}
    4444SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-3}
    45 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-6}
     45SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-7}
    4646SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}"
    47 VERSION_DATE=${VERSION_DATE:-"October 1999"}
     47VERSION_DATE=${VERSION_DATE:-"December 1999"}
    4848
    4949dnl pass them on into the Makefiles
  • configure

    r8016eb r43bcc5  
    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=6
     617SINGULAR_SUB_VERSION=7
    621618SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}"
    622619SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    623 VERSION_DATE="October 1999"
     620VERSION_DATE="December 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*
     
    961887# IRIX /sbin/install
    962888# AIX /bin/install
    963 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
    964889# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    965890# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    966891# ./install, which can be erroneously created by make from ./install.sh.
    967892echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    968 echo "configure:969: checking for a BSD compatible install" >&5
     893echo "configure:894: checking for a BSD compatible install" >&5
    969894if test -z "$INSTALL"; then
    970895if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    971896  echo $ac_n "(cached) $ac_c" 1>&6
    972897else
    973     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     898    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
    974899  for ac_dir in $PATH; do
    975900    # Account for people who put trailing slashes in PATH elements.
     
    978903    *)
    979904      # OSF1 and SCO ODT 3.0 have their own names for install.
    980       # Don't use installbsd from OSF since it installs stuff as root
    981       # by default.
    982       for ac_prog in ginstall scoinst install; do
     905      for ac_prog in ginstall installbsd scoinst install; do
    983906        if test -f $ac_dir/$ac_prog; then
    984907          if test $ac_prog = install &&
    985908            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
    986909            # AIX install.  It has an incompatible calling convention.
     910            # OSF/1 installbsd also uses dspmsg, but is usable.
    987911            :
    988912          else
     
    1014938test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
    1015939
    1016 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    1017 
    1018940test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    1019941
    1020942echo $ac_n "checking for AIX""... $ac_c" 1>&6
    1021 echo "configure:1022: checking for AIX" >&5
     943echo "configure:944: checking for AIX" >&5
    1022944cat > conftest.$ac_ext <<EOF
    1023 #line 1024 "configure"
     945#line 946 "configure"
    1024946#include "confdefs.h"
    1025947#ifdef _AIX
     
    1048970set dummy $ac_prog; ac_word=$2
    1049971echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1050 echo "configure:1051: checking for $ac_word" >&5
     972echo "configure:973: checking for $ac_word" >&5
    1051973if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
    1052974  echo $ac_n "(cached) $ac_c" 1>&6
     
    1055977  ac_cv_prog_PERL="$PERL" # Let the user override the test.
    1056978else
    1057   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1058   ac_dummy="$PATH"
    1059   for ac_dir in $ac_dummy; do
     979  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     980  for ac_dir in $PATH; do
    1060981    test -z "$ac_dir" && ac_dir=.
    1061982    if test -f $ac_dir/$ac_word; then
     
    10801001set dummy latex2html; ac_word=$2
    10811002echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1082 echo "configure:1083: checking for $ac_word" >&5
     1003echo "configure:1004: checking for $ac_word" >&5
    10831004if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then
    10841005  echo $ac_n "(cached) $ac_c" 1>&6
     
    10871008  ac_cv_prog_LATEX2HTML="$LATEX2HTML" # Let the user override the test.
    10881009else
    1089   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1090   ac_dummy="$PATH"
    1091   for ac_dir in $ac_dummy; do
     1010  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1011  for ac_dir in $PATH; do
    10921012    test -z "$ac_dir" && ac_dir=.
    10931013    if test -f $ac_dir/$ac_word; then
     
    11071027
    11081028echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1109 echo "configure:1110: checking whether ln -s works" >&5
     1029echo "configure:1030: checking whether ln -s works" >&5
    11101030if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11111031  echo $ac_n "(cached) $ac_c" 1>&6
     
    11391059set dummy texi2html; ac_word=$2
    11401060echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1141 echo "configure:1142: checking for $ac_word" >&5
     1061echo "configure:1062: checking for $ac_word" >&5
    11421062if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then
    11431063  echo $ac_n "(cached) $ac_c" 1>&6
     
    11461066  ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test.
    11471067else
    1148   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1149   ac_dummy="$PATH"
    1150   for ac_dir in $ac_dummy; do
     1068  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1069  for ac_dir in $PATH; do
    11511070    test -z "$ac_dir" && ac_dir=.
    11521071    if test -f $ac_dir/$ac_word; then
     
    12131132# check for AIX
    12141133echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6
    1215 echo "configure:1216: checking whether _AIX is defined" >&5
     1134echo "configure:1135: checking whether _AIX is defined" >&5
    12161135if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then
    12171136  echo $ac_n "(cached) $ac_c" 1>&6
    12181137else
    12191138  cat > conftest.$ac_ext <<EOF
    1220 #line 1221 "configure"
     1139#line 1140 "configure"
    12211140#include "confdefs.h"
    12221141#ifdef _AIX
     
    12441163
    12451164echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6
    1246 echo "configure:1247: checking for atof in -lm" >&5
     1165echo "configure:1166: checking for atof in -lm" >&5
    12471166ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'`
    12481167if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12521171LIBS="-lm  $LIBS"
    12531172cat > conftest.$ac_ext <<EOF
    1254 #line 1255 "configure"
     1173#line 1174 "configure"
    12551174#include "confdefs.h"
    12561175/* Override any gcc2 internal prototype to avoid an error.  */
     
    12631182; return 0; }
    12641183EOF
    1265 if { (eval echo configure:1266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1184if { (eval echo configure:1185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    12661185  rm -rf conftest*
    12671186  eval "ac_cv_lib_$ac_lib_var=yes"
     
    12911210
    12921211echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6
    1293 echo "configure:1294: checking for socket in -lbsd" >&5
     1212echo "configure:1213: checking for socket in -lbsd" >&5
    12941213ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'`
    12951214if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    12991218LIBS="-lbsd  $LIBS"
    13001219cat > conftest.$ac_ext <<EOF
    1301 #line 1302 "configure"
     1220#line 1221 "configure"
    13021221#include "confdefs.h"
    13031222/* Override any gcc2 internal prototype to avoid an error.  */
     
    13101229; return 0; }
    13111230EOF
    1312 if { (eval echo configure:1313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1231if { (eval echo configure:1232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13131232  rm -rf conftest*
    13141233  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13381257
    13391258echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6
    1340 echo "configure:1341: checking for listen in -lsocket" >&5
     1259echo "configure:1260: checking for listen in -lsocket" >&5
    13411260ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'`
    13421261if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13461265LIBS="-lsocket  $LIBS"
    13471266cat > conftest.$ac_ext <<EOF
    1348 #line 1349 "configure"
     1267#line 1268 "configure"
    13491268#include "confdefs.h"
    13501269/* Override any gcc2 internal prototype to avoid an error.  */
     
    13571276; return 0; }
    13581277EOF
    1359 if { (eval echo configure:1360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1278if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    13601279  rm -rf conftest*
    13611280  eval "ac_cv_lib_$ac_lib_var=yes"
     
    13851304
    13861305echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
    1387 echo "configure:1388: checking for gethostbyname in -lnsl" >&5
     1306echo "configure:1307: checking for gethostbyname in -lnsl" >&5
    13881307ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
    13891308if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13931312LIBS="-lnsl  $LIBS"
    13941313cat > conftest.$ac_ext <<EOF
    1395 #line 1396 "configure"
     1314#line 1315 "configure"
    13961315#include "confdefs.h"
    13971316/* Override any gcc2 internal prototype to avoid an error.  */
     
    14041323; return 0; }
    14051324EOF
    1406 if { (eval echo configure:1407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1325if { (eval echo configure:1326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14071326  rm -rf conftest*
    14081327  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14321351
    14331352echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    1434 echo "configure:1435: checking for mpq_init in -lgmp" >&5
     1353echo "configure:1354: checking for mpq_init in -lgmp" >&5
    14351354ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    14361355if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14401359LIBS="-lgmp  $LIBS"
    14411360cat > conftest.$ac_ext <<EOF
    1442 #line 1443 "configure"
     1361#line 1362 "configure"
    14431362#include "confdefs.h"
    14441363/* Override any gcc2 internal prototype to avoid an error.  */
     
    14511370; return 0; }
    14521371EOF
    1453 if { (eval echo configure:1454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1372if { (eval echo configure:1373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    14541373  rm -rf conftest*
    14551374  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14791398
    14801399echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    1481 echo "configure:1482: checking for mpz_init in -lsmallgmp" >&5
     1400echo "configure:1401: checking for mpz_init in -lsmallgmp" >&5
    14821401ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    14831402if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14871406LIBS="-lsmallgmp  $LIBS"
    14881407cat > conftest.$ac_ext <<EOF
    1489 #line 1490 "configure"
     1408#line 1409 "configure"
    14901409#include "confdefs.h"
    14911410/* Override any gcc2 internal prototype to avoid an error.  */
     
    14981417; return 0; }
    14991418EOF
    1500 if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1419if { (eval echo configure:1420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15011420  rm -rf conftest*
    15021421  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15261445
    15271446echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    1528 echo "configure:1529: checking for IMP_PutGmpInt in -lMP" >&5
     1447echo "configure:1448: checking for IMP_PutGmpInt in -lMP" >&5
    15291448ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    15301449if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15341453LIBS="-lMP  $LIBS"
    15351454cat > conftest.$ac_ext <<EOF
    1536 #line 1537 "configure"
     1455#line 1456 "configure"
    15371456#include "confdefs.h"
    15381457/* Override any gcc2 internal prototype to avoid an error.  */
     
    15451464; return 0; }
    15461465EOF
    1547 if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1466if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15481467  rm -rf conftest*
    15491468  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15731492
    15741493echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    1575 echo "configure:1576: checking for MPT_GetTree in -lMPT" >&5
     1494echo "configure:1495: checking for MPT_GetTree in -lMPT" >&5
    15761495ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    15771496if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15811500LIBS="-lMPT  $LIBS"
    15821501cat > conftest.$ac_ext <<EOF
    1583 #line 1584 "configure"
     1502#line 1503 "configure"
    15841503#include "confdefs.h"
    15851504/* Override any gcc2 internal prototype to avoid an error.  */
     
    15921511; return 0; }
    15931512EOF
    1594 if { (eval echo configure:1595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1513if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    15951514  rm -rf conftest*
    15961515  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16201539
    16211540echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    1622 echo "configure:1623: checking for atof in -lsingcf" >&5
     1541echo "configure:1542: checking for atof in -lsingcf" >&5
    16231542ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    16241543if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16281547LIBS="-lsingcf  $LIBS"
    16291548cat > conftest.$ac_ext <<EOF
    1630 #line 1631 "configure"
     1549#line 1550 "configure"
    16311550#include "confdefs.h"
    16321551/* Override any gcc2 internal prototype to avoid an error.  */
     
    16391558; return 0; }
    16401559EOF
    1641 if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1560if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16421561  rm -rf conftest*
    16431562  eval "ac_cv_lib_$ac_lib_var=yes"
     
    16671586
    16681587echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    1669 echo "configure:1670: checking for atof in -lsingfac" >&5
     1588echo "configure:1589: checking for atof in -lsingfac" >&5
    16701589ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    16711590if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    16751594LIBS="-lsingfac  $LIBS"
    16761595cat > conftest.$ac_ext <<EOF
    1677 #line 1678 "configure"
     1596#line 1597 "configure"
    16781597#include "confdefs.h"
    16791598/* Override any gcc2 internal prototype to avoid an error.  */
     
    16861605; return 0; }
    16871606EOF
    1688 if { (eval echo configure:1689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1607if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    16891608  rm -rf conftest*
    16901609  eval "ac_cv_lib_$ac_lib_var=yes"
     
    17181637ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    17191638echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1720 echo "configure:1721: checking for $ac_hdr" >&5
     1639echo "configure:1640: checking for $ac_hdr" >&5
    17211640if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17221641  echo $ac_n "(cached) $ac_c" 1>&6
    17231642else
    17241643  cat > conftest.$ac_ext <<EOF
    1725 #line 1726 "configure"
     1644#line 1645 "configure"
    17261645#include "confdefs.h"
    17271646#include <$ac_hdr>
    17281647EOF
    17291648ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1730 { (eval echo configure:1731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    1731 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     1649{ (eval echo configure:1650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1650ac_err=`grep -v '^ *+' conftest.out`
    17321651if test -z "$ac_err"; then
    17331652  rm -rf conftest*
     
    18701789
    18711790echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6
    1872 echo "configure:1873: checking which tmp dir to use" >&5
     1791echo "configure:1792: checking which tmp dir to use" >&5
    18731792if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then
    18741793  if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1)
     
    18871806if test "${with_perl5+set}" != set; then
    18881807  echo $ac_n "checking for perl5""... $ac_c" 1>&6
    1889 echo "configure:1890: checking for perl5" >&5
     1808echo "configure:1809: checking for perl5" >&5
    18901809    if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then
    18911810  echo $ac_n "(cached) $ac_c" 1>&6
     
    19241843set dummy $ac_prog; ac_word=$2
    19251844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1926 echo "configure:1927: checking for $ac_word" >&5
     1845echo "configure:1846: checking for $ac_word" >&5
    19271846if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then
    19281847  echo $ac_n "(cached) $ac_c" 1>&6
     
    19311850  ac_cv_prog_PERL5="$PERL5" # Let the user override the test.
    19321851else
    1933   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1934   ac_dummy="$PATH"
    1935   for ac_dir in $ac_dummy; do
     1852  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     1853  for ac_dir in $PATH; do
    19361854    test -z "$ac_dir" && ac_dir=.
    19371855    if test -f $ac_dir/$ac_word; then
     
    19601878
    19611879echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6
    1962 echo "configure:1963: checking whether to configure and build texinfo" >&5
     1880echo "configure:1881: checking whether to configure and build texinfo" >&5
    19631881if test "$enable_texinfo" != no && test -d Texinfo; then
    19641882  echo "$ac_t""yes" 1>&6
     
    19821900
    19831901echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6
    1984 echo "configure:1985: checking whether to configure and build gmp lib" >&5
     1902echo "configure:1903: checking whether to configure and build gmp lib" >&5
    19851903if test "$enable_gmp" != yes && test "$enable_gmp" != no; then
    19861904  if test "$ac_gmp_ok" != yes && test -d gmp; then
     
    20081926
    20091927echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6
    2010 echo "configure:2011: checking whether to configure and build smallgmp lib" >&5
     1928echo "configure:1929: checking whether to configure and build smallgmp lib" >&5
    20111929if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then
    20121930  if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \
     
    20471965
    20481966echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6
    2049 echo "configure:2050: checking whether to configure and build MP lib" >&5
     1967echo "configure:1968: checking whether to configure and build MP lib" >&5
    20501968if test "$enable_MP" != yes && test "$enable_MP" != no; then
    20511969  if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \
     
    20761994 
    20771995echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6
    2078 echo "configure:2079: checking whether to configure and build factory lib" >&5
     1996echo "configure:1997: checking whether to configure and build factory lib" >&5
    20791997if test "$enable_factory" != yes && test "$enable_factory" != no; then
    20801998  if test "$with_factory" != no && test "$ac_factory_ok" != yes && \
     
    21012019
    21022020echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6
    2103 echo "configure:2104: checking whether to configure and build libfac lib" >&5
     2021echo "configure:2022: checking whether to configure and build libfac lib" >&5
    21042022if test "$enable_libfac" != yes && test "$enable_libfac" != no; then
    21052023  if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \
     
    21312049
    21322050echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6
    2133 echo "configure:2134: checking whether to configure and build sgroup lib" >&5
     2051echo "configure:2052: checking whether to configure and build sgroup lib" >&5
    21342052if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then
    21352053  if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \
     
    21612079
    21622080echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6
    2163 echo "configure:2164: checking whether to configure and build Singular" >&5
     2081echo "configure:2082: checking whether to configure and build Singular" >&5
    21642082if test "$enable_Singular" != yes && test "$enable_Singular" != no; then
    21652083  if test "$with_Singular" != no && test -d Singular; then
     
    21862104
    21872105echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    2188 echo "configure:2189: checking which apint package to use" >&5
     2106echo "configure:2107: checking which apint package to use" >&5
    21892107if test "$with_apint" = gmp; then
    21902108  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    22102128
    22112129echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6
    2212 echo "configure:2213: checking whether to use with MP" >&5
     2130echo "configure:2131: checking whether to use with MP" >&5
    22132131if test "$with_MP" = yes; then
    22142132  if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then
     
    22292147
    22302148echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6
    2231 echo "configure:2232: checking whether to use with factory" >&5
     2149echo "configure:2150: checking whether to use with factory" >&5
    22322150if test "$with_factory" = yes; then
    22332151  if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then
     
    22482166 
    22492167echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6
    2250 echo "configure:2251: checking whether to use with libfac" >&5
     2168echo "configure:2169: checking whether to use with libfac" >&5
    22512169if test "$with_libfac" = yes; then
    22522170  if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then
     
    22672185
    22682186echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6
    2269 echo "configure:2270: checking whether to use mtrack" >&5
     2187echo "configure:2188: checking whether to use mtrack" >&5
    22702188if test -d mpr && test "$ac_cv_singuname" = ix86-Linux; then
    22712189   echo "$ac_t""yes" 1>&6
     
    22762194
    22772195echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6
    2278 echo "configure:2279: checking whether to use with Singular" >&5
     2196echo "configure:2197: checking whether to use with Singular" >&5
    22792197if test "$with_Singular" != no && test "$with_Singular" != yes; then
    22802198  if test "$enable_Singular" = yes; then
     
    23352253
    23362254echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2337 echo "configure:2338: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2255echo "configure:2256: checking whether ${MAKE-make} sets \${MAKE}" >&5
    23382256set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    23392257if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    23902308# and sets the high bit in the cache file unless we assign to the vars.
    23912309(set) 2>&1 |
    2392   case `(ac_space=' '; set | grep ac_space) 2>&1` in
     2310  case `(ac_space=' '; set) 2>&1` in
    23932311  *ac_space=\ *)
    23942312    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    24692387    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    24702388  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    2471     echo "$CONFIG_STATUS generated by autoconf version 2.13"
     2389    echo "$CONFIG_STATUS generated by autoconf version 2.12"
    24722390    exit 0 ;;
    24732391  -help | --help | --hel | --he | --h)
     
    24892407$ac_vpsub
    24902408$extrasub
    2491 s%@SHELL@%$SHELL%g
    24922409s%@CFLAGS@%$CFLAGS%g
    24932410s%@CPPFLAGS@%$CPPFLAGS%g
    24942411s%@CXXFLAGS@%$CXXFLAGS%g
    2495 s%@FFLAGS@%$FFLAGS%g
    24962412s%@DEFS@%$DEFS%g
    24972413s%@LDFLAGS@%$LDFLAGS%g
     
    25192435s%@CPP@%$CPP%g
    25202436s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    2521 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    25222437s%@INSTALL_DATA@%$INSTALL_DATA%g
    25232438s%@PERL@%$PERL%g
  • configure.in

    r8016eb r43bcc5  
    4646SINGULAR_MAJOR_VERSION=1
    4747SINGULAR_MINOR_VERSION=3
    48 SINGULAR_SUB_VERSION=6
     48SINGULAR_SUB_VERSION=7
    4949SINGULAR_SHORT_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}"
    5050SINGULAR_VERSION="${SINGULAR_SHORT_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}"
    51 VERSION_DATE="October 1999"
     51VERSION_DATE="December 1999"
    5252
    5353export SINGULAR_MINOR_VERSION
Note: See TracChangeset for help on using the changeset viewer.