Changeset 84b09b6 in git


Ignore:
Timestamp:
Nov 18, 1999, 5:32:08 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
796e5a62fd705f32c8b6f175a2d9b9f09cde30db
Parents:
bd337e83b5133f98bdeb98af96c098e7d1cbc277
Message:
*hannes: term-stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/configure

    rbd337e r84b09b6  
    37053705done
    37063706
    3707 for ac_hdr in sys/termbits.h
    3708 do
    3709 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    3710 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3711 echo "configure:3712: checking for $ac_hdr" >&5
    3712 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    3713   echo $ac_n "(cached) $ac_c" 1>&6
    3714 else
    3715   cat > conftest.$ac_ext <<EOF
    3716 #line 3717 "configure"
    3717 #include "confdefs.h"
    3718 #include <$ac_hdr>
    3719 EOF
    3720 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3721 { (eval echo configure:3722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    3722 ac_err=`grep -v '^ *+' conftest.out`
    3723 if test -z "$ac_err"; then
    3724   rm -rf conftest*
    3725   eval "ac_cv_header_$ac_safe=yes"
    3726 else
    3727   echo "$ac_err" >&5
    3728   echo "configure: failed program was:" >&5
    3729   cat conftest.$ac_ext >&5
    3730   rm -rf conftest*
    3731   eval "ac_cv_header_$ac_safe=no"
    3732 fi
    3733 rm -f conftest*
    3734 fi
    3735 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
    3736   echo "$ac_t""yes" 1>&6
    3737     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
    3738   cat >> confdefs.h <<EOF
    3739 #define $ac_tr_hdr 1
    3740 EOF
    3741  
    3742 else
    3743   echo "$ac_t""no" 1>&6
    3744 fi
    3745 done
    3746 
    37473707
    37483708# readline
    37493709if test "$with_readline" != no; then
    37503710  echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3751 echo "configure:3752: checking for tgetent in -lncurses" >&5
     3711echo "configure:3712: checking for tgetent in -lncurses" >&5
    37523712ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    37533713if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37573717LIBS="-lncurses  $LIBS"
    37583718cat > conftest.$ac_ext <<EOF
    3759 #line 3760 "configure"
     3719#line 3720 "configure"
    37603720#include "confdefs.h"
    37613721/* Override any gcc2 internal prototype to avoid an error.  */
     
    37683728; return 0; }
    37693729EOF
    3770 if { (eval echo configure:3771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3730if { (eval echo configure:3731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    37713731  rm -rf conftest*
    37723732  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37953755\
    37963756   echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3797 echo "configure:3798: checking for tgetent in -lcurses" >&5
     3757echo "configure:3758: checking for tgetent in -lcurses" >&5
    37983758ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    37993759if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38033763LIBS="-lcurses  $LIBS"
    38043764cat > conftest.$ac_ext <<EOF
    3805 #line 3806 "configure"
     3765#line 3766 "configure"
    38063766#include "confdefs.h"
    38073767/* Override any gcc2 internal prototype to avoid an error.  */
     
    38143774; return 0; }
    38153775EOF
    3816 if { (eval echo configure:3817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3776if { (eval echo configure:3777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    38173777  rm -rf conftest*
    38183778  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38413801\
    38423802   echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3843 echo "configure:3844: checking for tgetent in -ltermcap" >&5
     3803echo "configure:3804: checking for tgetent in -ltermcap" >&5
    38443804ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    38453805if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38493809LIBS="-ltermcap  $LIBS"
    38503810cat > conftest.$ac_ext <<EOF
    3851 #line 3852 "configure"
     3811#line 3812 "configure"
    38523812#include "confdefs.h"
    38533813/* Override any gcc2 internal prototype to avoid an error.  */
     
    38603820; return 0; }
    38613821EOF
    3862 if { (eval echo configure:3863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3822if { (eval echo configure:3823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    38633823  rm -rf conftest*
    38643824  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38923852
    38933853   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3894 echo "configure:3895: checking for rl_abort in -lreadline" >&5
     3854echo "configure:3855: checking for rl_abort in -lreadline" >&5
    38953855ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    38963856if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    39003860LIBS="-lreadline  $LIBS"
    39013861cat > conftest.$ac_ext <<EOF
    3902 #line 3903 "configure"
     3862#line 3863 "configure"
    39033863#include "confdefs.h"
    39043864/* Override any gcc2 internal prototype to avoid an error.  */
     
    39113871; return 0; }
    39123872EOF
    3913 if { (eval echo configure:3914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3873if { (eval echo configure:3874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    39143874  rm -rf conftest*
    39153875  eval "ac_cv_lib_$ac_lib_var=yes"
     
    39423902ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39433903echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3944 echo "configure:3945: checking for $ac_hdr" >&5
     3904echo "configure:3905: checking for $ac_hdr" >&5
    39453905if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39463906  echo $ac_n "(cached) $ac_c" 1>&6
    39473907else
    39483908  cat > conftest.$ac_ext <<EOF
    3949 #line 3950 "configure"
     3909#line 3910 "configure"
    39503910#include "confdefs.h"
    39513911#include <$ac_hdr>
    39523912EOF
    39533913ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3954 { (eval echo configure:3955: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3914{ (eval echo configure:3915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39553915ac_err=`grep -v '^ *+' conftest.out`
    39563916if test -z "$ac_err"; then
     
    39813941      test "$ac_cv_header_readline_readline_h" = yes; then
    39823942     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    3983 echo "configure:3984: checking whether readline.h is ok" >&5
     3943echo "configure:3944: checking whether readline.h is ok" >&5
    39843944     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    39853945  echo $ac_n "(cached) $ac_c" 1>&6
    39863946else
    39873947  cat > conftest.$ac_ext <<EOF
    3988 #line 3989 "configure"
     3948#line 3949 "configure"
    39893949#include "confdefs.h"
    39903950#include<unistd.h>
     
    40113971; return 0; }
    40123972EOF
    4013 if { (eval echo configure:4014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     3973if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    40143974  rm -rf conftest*
    40153975  ac_cv_header_readline_readline_h_ok="yes"
     
    40273987#not ok -- try once more with explicitly declaring everything
    40283988      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4029 echo "configure:4030: checking whether or not we nevertheless can use readline" >&5
     3989echo "configure:3990: checking whether or not we nevertheless can use readline" >&5
    40303990      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40313991  echo $ac_n "(cached) $ac_c" 1>&6
    40323992else
    40333993  cat > conftest.$ac_ext <<EOF
    4034 #line 4035 "configure"
     3994#line 3995 "configure"
    40353995#include "confdefs.h"
    40363996#include <stdio.h>
     
    40624022; return 0; }
    40634023EOF
    4064 if { (eval echo configure:4065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4024if { (eval echo configure:4025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    40654025  rm -rf conftest*
    40664026  ac_cv_have_readline="yes"
     
    40934053    echo "configure: warning: building without readline: disabling fancy display" 1>&2
    40944054    echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4095 echo "configure:4096: checking for tgetent in -lncurses" >&5
     4055echo "configure:4056: checking for tgetent in -lncurses" >&5
    40964056ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    40974057if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41014061LIBS="-lncurses  $LIBS"
    41024062cat > conftest.$ac_ext <<EOF
    4103 #line 4104 "configure"
     4063#line 4064 "configure"
    41044064#include "confdefs.h"
    41054065/* Override any gcc2 internal prototype to avoid an error.  */
     
    41124072; return 0; }
    41134073EOF
    4114 if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4074if { (eval echo configure:4075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    41154075  rm -rf conftest*
    41164076  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41394099\
    41404100    echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4141 echo "configure:4142: checking for tgetent in -lcurses" >&5
     4101echo "configure:4102: checking for tgetent in -lcurses" >&5
    41424102ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    41434103if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41474107LIBS="-lcurses  $LIBS"
    41484108cat > conftest.$ac_ext <<EOF
    4149 #line 4150 "configure"
     4109#line 4110 "configure"
    41504110#include "confdefs.h"
    41514111/* Override any gcc2 internal prototype to avoid an error.  */
     
    41584118; return 0; }
    41594119EOF
    4160 if { (eval echo configure:4161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4120if { (eval echo configure:4121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    41614121  rm -rf conftest*
    41624122  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41854145\
    41864146    echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4187 echo "configure:4188: checking for tgetent in -ltermcap" >&5
     4147echo "configure:4148: checking for tgetent in -ltermcap" >&5
    41884148ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    41894149if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41934153LIBS="-ltermcap  $LIBS"
    41944154cat > conftest.$ac_ext <<EOF
    4195 #line 4196 "configure"
     4155#line 4156 "configure"
    41964156#include "confdefs.h"
    41974157/* Override any gcc2 internal prototype to avoid an error.  */
     
    42044164; return 0; }
    42054165EOF
    4206 if { (eval echo configure:4207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4166if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    42074167  rm -rf conftest*
    42084168  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42434203else
    42444204    echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    4245 echo "configure:4246: checking for tgetent in -lncurses" >&5
     4205echo "configure:4206: checking for tgetent in -lncurses" >&5
    42464206ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    42474207if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42514211LIBS="-lncurses  $LIBS"
    42524212cat > conftest.$ac_ext <<EOF
    4253 #line 4254 "configure"
     4213#line 4214 "configure"
    42544214#include "confdefs.h"
    42554215/* Override any gcc2 internal prototype to avoid an error.  */
     
    42624222; return 0; }
    42634223EOF
    4264 if { (eval echo configure:4265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4224if { (eval echo configure:4225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    42654225  rm -rf conftest*
    42664226  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42894249\
    42904250    echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    4291 echo "configure:4292: checking for tgetent in -lcurses" >&5
     4251echo "configure:4252: checking for tgetent in -lcurses" >&5
    42924252ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    42934253if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42974257LIBS="-lcurses  $LIBS"
    42984258cat > conftest.$ac_ext <<EOF
    4299 #line 4300 "configure"
     4259#line 4260 "configure"
    43004260#include "confdefs.h"
    43014261/* Override any gcc2 internal prototype to avoid an error.  */
     
    43084268; return 0; }
    43094269EOF
    4310 if { (eval echo configure:4311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4270if { (eval echo configure:4271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    43114271  rm -rf conftest*
    43124272  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43354295\
    43364296    echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    4337 echo "configure:4338: checking for tgetent in -ltermcap" >&5
     4297echo "configure:4298: checking for tgetent in -ltermcap" >&5
    43384298ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    43394299if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43434303LIBS="-ltermcap  $LIBS"
    43444304cat > conftest.$ac_ext <<EOF
    4345 #line 4346 "configure"
     4305#line 4306 "configure"
    43464306#include "confdefs.h"
    43474307/* Override any gcc2 internal prototype to avoid an error.  */
     
    43544314; return 0; }
    43554315EOF
    4356 if { (eval echo configure:4357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4316if { (eval echo configure:4317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    43574317  rm -rf conftest*
    43584318  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43964356# gmp, smallgmp, MP, MPT, factory, libfac
    43974357echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6
    4398 echo "configure:4399: checking for mpq_init in -lgmp" >&5
     4358echo "configure:4359: checking for mpq_init in -lgmp" >&5
    43994359ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'`
    44004360if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44044364LIBS="-lgmp  $LIBS"
    44054365cat > conftest.$ac_ext <<EOF
    4406 #line 4407 "configure"
     4366#line 4367 "configure"
    44074367#include "confdefs.h"
    44084368/* Override any gcc2 internal prototype to avoid an error.  */
     
    44154375; return 0; }
    44164376EOF
    4417 if { (eval echo configure:4418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4377if { (eval echo configure:4378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    44184378  rm -rf conftest*
    44194379  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44464406fi
    44474407echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6
    4448 echo "configure:4449: checking for mpz_init in -lsmallgmp" >&5
     4408echo "configure:4409: checking for mpz_init in -lsmallgmp" >&5
    44494409ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'`
    44504410if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44544414LIBS="-lsmallgmp  $LIBS"
    44554415cat > conftest.$ac_ext <<EOF
    4456 #line 4457 "configure"
     4416#line 4417 "configure"
    44574417#include "confdefs.h"
    44584418/* Override any gcc2 internal prototype to avoid an error.  */
     
    44654425; return 0; }
    44664426EOF
    4467 if { (eval echo configure:4468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4427if { (eval echo configure:4428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    44684428  rm -rf conftest*
    44694429  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44934453
    44944454echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4495 echo "configure:4496: checking for IMP_PutGmpInt in -lMP" >&5
     4455echo "configure:4456: checking for IMP_PutGmpInt in -lMP" >&5
    44964456ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    44974457if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45014461LIBS="-lMP  $LIBS"
    45024462cat > conftest.$ac_ext <<EOF
    4503 #line 4504 "configure"
     4463#line 4464 "configure"
    45044464#include "confdefs.h"
    45054465/* Override any gcc2 internal prototype to avoid an error.  */
     
    45124472; return 0; }
    45134473EOF
    4514 if { (eval echo configure:4515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4474if { (eval echo configure:4475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    45154475  rm -rf conftest*
    45164476  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45404500
    45414501echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4542 echo "configure:4543: checking for MPT_GetTree in -lMPT" >&5
     4502echo "configure:4503: checking for MPT_GetTree in -lMPT" >&5
    45434503ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    45444504if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45484508LIBS="-lMPT  $LIBS"
    45494509cat > conftest.$ac_ext <<EOF
    4550 #line 4551 "configure"
     4510#line 4511 "configure"
    45514511#include "confdefs.h"
    45524512/* Override any gcc2 internal prototype to avoid an error.  */
     
    45594519; return 0; }
    45604520EOF
    4561 if { (eval echo configure:4562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4521if { (eval echo configure:4522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    45624522  rm -rf conftest*
    45634523  eval "ac_cv_lib_$ac_lib_var=yes"
     
    45874547
    45884548echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4589 echo "configure:4590: checking for atof in -lsingcf" >&5
     4549echo "configure:4550: checking for atof in -lsingcf" >&5
    45904550ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    45914551if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    45954555LIBS="-lsingcf  $LIBS"
    45964556cat > conftest.$ac_ext <<EOF
    4597 #line 4598 "configure"
     4557#line 4558 "configure"
    45984558#include "confdefs.h"
    45994559/* Override any gcc2 internal prototype to avoid an error.  */
     
    46064566; return 0; }
    46074567EOF
    4608 if { (eval echo configure:4609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4568if { (eval echo configure:4569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    46094569  rm -rf conftest*
    46104570  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46344594
    46354595echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4636 echo "configure:4637: checking for atof in -lsingfac" >&5
     4596echo "configure:4597: checking for atof in -lsingfac" >&5
    46374597ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    46384598if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    46424602LIBS="-lsingfac  $LIBS"
    46434603cat > conftest.$ac_ext <<EOF
    4644 #line 4645 "configure"
     4604#line 4605 "configure"
    46454605#include "confdefs.h"
    46464606/* Override any gcc2 internal prototype to avoid an error.  */
     
    46534613; return 0; }
    46544614EOF
    4655 if { (eval echo configure:4656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4615if { (eval echo configure:4616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    46564616  rm -rf conftest*
    46574617  eval "ac_cv_lib_$ac_lib_var=yes"
     
    46854645ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46864646echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4687 echo "configure:4688: checking for $ac_hdr" >&5
     4647echo "configure:4648: checking for $ac_hdr" >&5
    46884648if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46894649  echo $ac_n "(cached) $ac_c" 1>&6
    46904650else
    46914651  cat > conftest.$ac_ext <<EOF
    4692 #line 4693 "configure"
     4652#line 4653 "configure"
    46934653#include "confdefs.h"
    46944654#include <$ac_hdr>
    46954655EOF
    46964656ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4697 { (eval echo configure:4698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4657{ (eval echo configure:4658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46984658ac_err=`grep -v '^ *+' conftest.out`
    46994659if test -z "$ac_err"; then
     
    47524712# evaluate results
    47534713echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4754 echo "configure:4755: checking which apint package to use" >&5
     4714echo "configure:4715: checking which apint package to use" >&5
    47554715if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    47564716  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    47964756if test "$with_dl" != no; then
    47974757  echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    4798 echo "configure:4799: checking for dlopen in -ldl" >&5
     4758echo "configure:4759: checking for dlopen in -ldl" >&5
    47994759ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    48004760if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48044764LIBS="-ldl  $LIBS"
    48054765cat > conftest.$ac_ext <<EOF
    4806 #line 4807 "configure"
     4766#line 4767 "configure"
    48074767#include "confdefs.h"
    48084768/* Override any gcc2 internal prototype to avoid an error.  */
     
    48154775; return 0; }
    48164776EOF
    4817 if { (eval echo configure:4818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4777if { (eval echo configure:4778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    48184778  rm -rf conftest*
    48194779  eval "ac_cv_lib_$ac_lib_var=yes"
     
    48534813  fi
    48544814  echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    4855 echo "configure:4856: checking for shl_load in -ldld" >&5
     4815echo "configure:4816: checking for shl_load in -ldld" >&5
    48564816ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    48574817if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    48614821LIBS="-ldld  $LIBS"
    48624822cat > conftest.$ac_ext <<EOF
    4863 #line 4864 "configure"
     4823#line 4824 "configure"
    48644824#include "confdefs.h"
    48654825/* Override any gcc2 internal prototype to avoid an error.  */
     
    48724832; return 0; }
    48734833EOF
    4874 if { (eval echo configure:4875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     4834if { (eval echo configure:4835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    48754835  rm -rf conftest*
    48764836  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49124872
    49134873echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4914 echo "configure:4915: checking whether to have MP" >&5
     4874echo "configure:4875: checking whether to have MP" >&5
    49154875if test "${with_MP}" != yes && test "${with_MP}" != no; then
    49164876  if (test "${will_have_gmp}" = yes) && \
     
    49434903
    49444904echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4945 echo "configure:4946: checking whether to have factory" >&5
     4905echo "configure:4906: checking whether to have factory" >&5
    49464906if test "${with_factory}" != yes && test "${with_factory}" != no; then
    49474907  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    49744934
    49754935echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4976 echo "configure:4977: checking whether to have libfac" >&5
     4936echo "configure:4937: checking whether to have libfac" >&5
    49774937if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    49784938  if (test "${will_have_factory}" = yes) && \
     
    50064966
    50074967echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    5008 echo "configure:5009: checking whether to have dbm links" >&5
     4968echo "configure:4969: checking whether to have dbm links" >&5
    50094969if test "$with_dbm" != no; then
    50104970  cat >> confdefs.h <<\EOF
     
    50184978
    50194979echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    5020 echo "configure:5021: checking whether to have namespaces" >&5
     4980echo "configure:4981: checking whether to have namespaces" >&5
    50214981if test "$with_namespaces" != yes; then
    50224982  echo "$ac_t""no" 1>&6
     
    50304990
    50314991echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6
    5032 echo "configure:5033: checking whether to have dynamic loading" >&5
     4992echo "configure:4993: checking whether to have dynamic loading" >&5
    50334993if test "$with_dl" != yes; then
    50344994  echo "$ac_t""no" 1>&6
     
    50435003        HPUX-9)
    50445004          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    5045 echo "configure:5046: checking for shl_load in -ldld" >&5
     5005echo "configure:5006: checking for shl_load in -ldld" >&5
    50465006ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    50475007if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    50515011LIBS="-ldld  $LIBS"
    50525012cat > conftest.$ac_ext <<EOF
    5053 #line 5054 "configure"
     5013#line 5014 "configure"
    50545014#include "confdefs.h"
    50555015/* Override any gcc2 internal prototype to avoid an error.  */
     
    50625022; return 0; }
    50635023EOF
    5064 if { (eval echo configure:5065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     5024if { (eval echo configure:5025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    50655025  rm -rf conftest*
    50665026  eval "ac_cv_lib_$ac_lib_var=yes"
     
    50945054        HPUX-10)
    50955055          echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    5096 echo "configure:5097: checking for shl_load in -ldld" >&5
     5056echo "configure:5057: checking for shl_load in -ldld" >&5
    50975057ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    50985058if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    51025062LIBS="-ldld  $LIBS"
    51035063cat > conftest.$ac_ext <<EOF
    5104 #line 5105 "configure"
     5064#line 5065 "configure"
    51055065#include "confdefs.h"
    51065066/* Override any gcc2 internal prototype to avoid an error.  */
     
    51135073; return 0; }
    51145074EOF
    5115 if { (eval echo configure:5116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
     5075if { (eval echo configure:5076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
    51165076  rm -rf conftest*
    51175077  eval "ac_cv_lib_$ac_lib_var=yes"
     
    51525112
    51535113echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6
    5154 echo "configure:5155: checking whether to use mtrack" >&5
     5114echo "configure:5115: checking whether to use mtrack" >&5
    51555115if test "$with_mtrack" = yes && test "$ac_cv_singuname" = ix86-Linux; then
    51565116  echo "$ac_t""yes" 1>&6
     
    51665126
    51675127echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6
    5168 echo "configure:5169: checking which exponent type to use" >&5
     5128echo "configure:5129: checking which exponent type to use" >&5
    51695129if test "$with_exp_type" = "char"; then
    51705130  echo "$ac_t""char" 1>&6
  • Singular/configure.in

    rbd337e r84b09b6  
    565565AC_CHECK_HEADERS(termios.h)
    566566AC_CHECK_HEADERS(term.h)
    567 AC_CHECK_HEADERS(sys/termbits.h)
    568567
    569568# readline
Note: See TracChangeset for help on using the changeset viewer.