Changeset 84b09b6 in git
- Timestamp:
- Nov 18, 1999, 5:32:08 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 796e5a62fd705f32c8b6f175a2d9b9f09cde30db
- Parents:
- bd337e83b5133f98bdeb98af96c098e7d1cbc277
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
rbd337e r84b09b6 3705 3705 done 3706 3706 3707 for ac_hdr in sys/termbits.h3708 do3709 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`3710 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&63711 echo "configure:3712: checking for $ac_hdr" >&53712 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then3713 echo $ac_n "(cached) $ac_c" 1>&63714 else3715 cat > conftest.$ac_ext <<EOF3716 #line 3717 "configure"3717 #include "confdefs.h"3718 #include <$ac_hdr>3719 EOF3720 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"; then3724 rm -rf conftest*3725 eval "ac_cv_header_$ac_safe=yes"3726 else3727 echo "$ac_err" >&53728 echo "configure: failed program was:" >&53729 cat conftest.$ac_ext >&53730 rm -rf conftest*3731 eval "ac_cv_header_$ac_safe=no"3732 fi3733 rm -f conftest*3734 fi3735 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then3736 echo "$ac_t""yes" 1>&63737 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`3738 cat >> confdefs.h <<EOF3739 #define $ac_tr_hdr 13740 EOF3741 3742 else3743 echo "$ac_t""no" 1>&63744 fi3745 done3746 3747 3707 3748 3708 # readline 3749 3709 if test "$with_readline" != no; then 3750 3710 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3751 echo "configure:37 52: checking for tgetent in -lncurses" >&53711 echo "configure:3712: checking for tgetent in -lncurses" >&5 3752 3712 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3753 3713 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3757 3717 LIBS="-lncurses $LIBS" 3758 3718 cat > conftest.$ac_ext <<EOF 3759 #line 37 60 "configure"3719 #line 3720 "configure" 3760 3720 #include "confdefs.h" 3761 3721 /* Override any gcc2 internal prototype to avoid an error. */ … … 3768 3728 ; return 0; } 3769 3729 EOF 3770 if { (eval echo configure:37 71: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3730 if { (eval echo configure:3731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3771 3731 rm -rf conftest* 3772 3732 eval "ac_cv_lib_$ac_lib_var=yes" … … 3795 3755 \ 3796 3756 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3797 echo "configure:37 98: checking for tgetent in -lcurses" >&53757 echo "configure:3758: checking for tgetent in -lcurses" >&5 3798 3758 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3799 3759 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3803 3763 LIBS="-lcurses $LIBS" 3804 3764 cat > conftest.$ac_ext <<EOF 3805 #line 3 806 "configure"3765 #line 3766 "configure" 3806 3766 #include "confdefs.h" 3807 3767 /* Override any gcc2 internal prototype to avoid an error. */ … … 3814 3774 ; return 0; } 3815 3775 EOF 3816 if { (eval echo configure:3 817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3776 if { (eval echo configure:3777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3817 3777 rm -rf conftest* 3818 3778 eval "ac_cv_lib_$ac_lib_var=yes" … … 3841 3801 \ 3842 3802 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3843 echo "configure:38 44: checking for tgetent in -ltermcap" >&53803 echo "configure:3804: checking for tgetent in -ltermcap" >&5 3844 3804 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3845 3805 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3849 3809 LIBS="-ltermcap $LIBS" 3850 3810 cat > conftest.$ac_ext <<EOF 3851 #line 38 52 "configure"3811 #line 3812 "configure" 3852 3812 #include "confdefs.h" 3853 3813 /* Override any gcc2 internal prototype to avoid an error. */ … … 3860 3820 ; return 0; } 3861 3821 EOF 3862 if { (eval echo configure:38 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3822 if { (eval echo configure:3823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3863 3823 rm -rf conftest* 3864 3824 eval "ac_cv_lib_$ac_lib_var=yes" … … 3892 3852 3893 3853 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3894 echo "configure:38 95: checking for rl_abort in -lreadline" >&53854 echo "configure:3855: checking for rl_abort in -lreadline" >&5 3895 3855 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3896 3856 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3900 3860 LIBS="-lreadline $LIBS" 3901 3861 cat > conftest.$ac_ext <<EOF 3902 #line 3 903 "configure"3862 #line 3863 "configure" 3903 3863 #include "confdefs.h" 3904 3864 /* Override any gcc2 internal prototype to avoid an error. */ … … 3911 3871 ; return 0; } 3912 3872 EOF 3913 if { (eval echo configure:3 914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3873 if { (eval echo configure:3874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3914 3874 rm -rf conftest* 3915 3875 eval "ac_cv_lib_$ac_lib_var=yes" … … 3942 3902 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3943 3903 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3944 echo "configure:39 45: checking for $ac_hdr" >&53904 echo "configure:3905: checking for $ac_hdr" >&5 3945 3905 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3946 3906 echo $ac_n "(cached) $ac_c" 1>&6 3947 3907 else 3948 3908 cat > conftest.$ac_ext <<EOF 3949 #line 39 50 "configure"3909 #line 3910 "configure" 3950 3910 #include "confdefs.h" 3951 3911 #include <$ac_hdr> 3952 3912 EOF 3953 3913 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3954 { (eval echo configure:39 55: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3914 { (eval echo configure:3915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3955 3915 ac_err=`grep -v '^ *+' conftest.out` 3956 3916 if test -z "$ac_err"; then … … 3981 3941 test "$ac_cv_header_readline_readline_h" = yes; then 3982 3942 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 3983 echo "configure:39 84: checking whether readline.h is ok" >&53943 echo "configure:3944: checking whether readline.h is ok" >&5 3984 3944 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 3985 3945 echo $ac_n "(cached) $ac_c" 1>&6 3986 3946 else 3987 3947 cat > conftest.$ac_ext <<EOF 3988 #line 39 89 "configure"3948 #line 3949 "configure" 3989 3949 #include "confdefs.h" 3990 3950 #include<unistd.h> … … 4011 3971 ; return 0; } 4012 3972 EOF 4013 if { (eval echo configure: 4014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3973 if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4014 3974 rm -rf conftest* 4015 3975 ac_cv_header_readline_readline_h_ok="yes" … … 4027 3987 #not ok -- try once more with explicitly declaring everything 4028 3988 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" >&53989 echo "configure:3990: checking whether or not we nevertheless can use readline" >&5 4030 3990 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4031 3991 echo $ac_n "(cached) $ac_c" 1>&6 4032 3992 else 4033 3993 cat > conftest.$ac_ext <<EOF 4034 #line 4035 "configure"3994 #line 3995 "configure" 4035 3995 #include "confdefs.h" 4036 3996 #include <stdio.h> … … 4062 4022 ; return 0; } 4063 4023 EOF 4064 if { (eval echo configure:40 65: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4024 if { (eval echo configure:4025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4065 4025 rm -rf conftest* 4066 4026 ac_cv_have_readline="yes" … … 4093 4053 echo "configure: warning: building without readline: disabling fancy display" 1>&2 4094 4054 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 4095 echo "configure:40 96: checking for tgetent in -lncurses" >&54055 echo "configure:4056: checking for tgetent in -lncurses" >&5 4096 4056 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 4097 4057 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4101 4061 LIBS="-lncurses $LIBS" 4102 4062 cat > conftest.$ac_ext <<EOF 4103 #line 4 104 "configure"4063 #line 4064 "configure" 4104 4064 #include "confdefs.h" 4105 4065 /* Override any gcc2 internal prototype to avoid an error. */ … … 4112 4072 ; return 0; } 4113 4073 EOF 4114 if { (eval echo configure:4 115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4074 if { (eval echo configure:4075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4115 4075 rm -rf conftest* 4116 4076 eval "ac_cv_lib_$ac_lib_var=yes" … … 4139 4099 \ 4140 4100 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 4141 echo "configure:41 42: checking for tgetent in -lcurses" >&54101 echo "configure:4102: checking for tgetent in -lcurses" >&5 4142 4102 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 4143 4103 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4147 4107 LIBS="-lcurses $LIBS" 4148 4108 cat > conftest.$ac_ext <<EOF 4149 #line 41 50 "configure"4109 #line 4110 "configure" 4150 4110 #include "confdefs.h" 4151 4111 /* Override any gcc2 internal prototype to avoid an error. */ … … 4158 4118 ; return 0; } 4159 4119 EOF 4160 if { (eval echo configure:41 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4120 if { (eval echo configure:4121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4161 4121 rm -rf conftest* 4162 4122 eval "ac_cv_lib_$ac_lib_var=yes" … … 4185 4145 \ 4186 4146 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 4187 echo "configure:41 88: checking for tgetent in -ltermcap" >&54147 echo "configure:4148: checking for tgetent in -ltermcap" >&5 4188 4148 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 4189 4149 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4193 4153 LIBS="-ltermcap $LIBS" 4194 4154 cat > conftest.$ac_ext <<EOF 4195 #line 41 96 "configure"4155 #line 4156 "configure" 4196 4156 #include "confdefs.h" 4197 4157 /* Override any gcc2 internal prototype to avoid an error. */ … … 4204 4164 ; return 0; } 4205 4165 EOF 4206 if { (eval echo configure:4 207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4166 if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4207 4167 rm -rf conftest* 4208 4168 eval "ac_cv_lib_$ac_lib_var=yes" … … 4243 4203 else 4244 4204 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 4245 echo "configure:42 46: checking for tgetent in -lncurses" >&54205 echo "configure:4206: checking for tgetent in -lncurses" >&5 4246 4206 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 4247 4207 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4251 4211 LIBS="-lncurses $LIBS" 4252 4212 cat > conftest.$ac_ext <<EOF 4253 #line 42 54 "configure"4213 #line 4214 "configure" 4254 4214 #include "confdefs.h" 4255 4215 /* Override any gcc2 internal prototype to avoid an error. */ … … 4262 4222 ; return 0; } 4263 4223 EOF 4264 if { (eval echo configure:42 65: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4224 if { (eval echo configure:4225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4265 4225 rm -rf conftest* 4266 4226 eval "ac_cv_lib_$ac_lib_var=yes" … … 4289 4249 \ 4290 4250 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 4291 echo "configure:42 92: checking for tgetent in -lcurses" >&54251 echo "configure:4252: checking for tgetent in -lcurses" >&5 4292 4252 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 4293 4253 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4297 4257 LIBS="-lcurses $LIBS" 4298 4258 cat > conftest.$ac_ext <<EOF 4299 #line 4 300 "configure"4259 #line 4260 "configure" 4300 4260 #include "confdefs.h" 4301 4261 /* Override any gcc2 internal prototype to avoid an error. */ … … 4308 4268 ; return 0; } 4309 4269 EOF 4310 if { (eval echo configure:4 311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4270 if { (eval echo configure:4271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4311 4271 rm -rf conftest* 4312 4272 eval "ac_cv_lib_$ac_lib_var=yes" … … 4335 4295 \ 4336 4296 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 4337 echo "configure:4 338: checking for tgetent in -ltermcap" >&54297 echo "configure:4298: checking for tgetent in -ltermcap" >&5 4338 4298 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 4339 4299 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4343 4303 LIBS="-ltermcap $LIBS" 4344 4304 cat > conftest.$ac_ext <<EOF 4345 #line 43 46 "configure"4305 #line 4306 "configure" 4346 4306 #include "confdefs.h" 4347 4307 /* Override any gcc2 internal prototype to avoid an error. */ … … 4354 4314 ; return 0; } 4355 4315 EOF 4356 if { (eval echo configure:43 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4316 if { (eval echo configure:4317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4357 4317 rm -rf conftest* 4358 4318 eval "ac_cv_lib_$ac_lib_var=yes" … … 4396 4356 # gmp, smallgmp, MP, MPT, factory, libfac 4397 4357 echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6 4398 echo "configure:43 99: checking for mpq_init in -lgmp" >&54358 echo "configure:4359: checking for mpq_init in -lgmp" >&5 4399 4359 ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'` 4400 4360 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4404 4364 LIBS="-lgmp $LIBS" 4405 4365 cat > conftest.$ac_ext <<EOF 4406 #line 4 407 "configure"4366 #line 4367 "configure" 4407 4367 #include "confdefs.h" 4408 4368 /* Override any gcc2 internal prototype to avoid an error. */ … … 4415 4375 ; return 0; } 4416 4376 EOF 4417 if { (eval echo configure:4 418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4377 if { (eval echo configure:4378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4418 4378 rm -rf conftest* 4419 4379 eval "ac_cv_lib_$ac_lib_var=yes" … … 4446 4406 fi 4447 4407 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 4448 echo "configure:44 49: checking for mpz_init in -lsmallgmp" >&54408 echo "configure:4409: checking for mpz_init in -lsmallgmp" >&5 4449 4409 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 4450 4410 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4454 4414 LIBS="-lsmallgmp $LIBS" 4455 4415 cat > conftest.$ac_ext <<EOF 4456 #line 44 57 "configure"4416 #line 4417 "configure" 4457 4417 #include "confdefs.h" 4458 4418 /* Override any gcc2 internal prototype to avoid an error. */ … … 4465 4425 ; return 0; } 4466 4426 EOF 4467 if { (eval echo configure:44 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4427 if { (eval echo configure:4428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4468 4428 rm -rf conftest* 4469 4429 eval "ac_cv_lib_$ac_lib_var=yes" … … 4493 4453 4494 4454 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4495 echo "configure:44 96: checking for IMP_PutGmpInt in -lMP" >&54455 echo "configure:4456: checking for IMP_PutGmpInt in -lMP" >&5 4496 4456 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4497 4457 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4501 4461 LIBS="-lMP $LIBS" 4502 4462 cat > conftest.$ac_ext <<EOF 4503 #line 4 504 "configure"4463 #line 4464 "configure" 4504 4464 #include "confdefs.h" 4505 4465 /* Override any gcc2 internal prototype to avoid an error. */ … … 4512 4472 ; return 0; } 4513 4473 EOF 4514 if { (eval echo configure:4 515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4474 if { (eval echo configure:4475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4515 4475 rm -rf conftest* 4516 4476 eval "ac_cv_lib_$ac_lib_var=yes" … … 4540 4500 4541 4501 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4542 echo "configure:45 43: checking for MPT_GetTree in -lMPT" >&54502 echo "configure:4503: checking for MPT_GetTree in -lMPT" >&5 4543 4503 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4544 4504 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4548 4508 LIBS="-lMPT $LIBS" 4549 4509 cat > conftest.$ac_ext <<EOF 4550 #line 45 51 "configure"4510 #line 4511 "configure" 4551 4511 #include "confdefs.h" 4552 4512 /* Override any gcc2 internal prototype to avoid an error. */ … … 4559 4519 ; return 0; } 4560 4520 EOF 4561 if { (eval echo configure:45 62: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4521 if { (eval echo configure:4522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4562 4522 rm -rf conftest* 4563 4523 eval "ac_cv_lib_$ac_lib_var=yes" … … 4587 4547 4588 4548 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4589 echo "configure:45 90: checking for atof in -lsingcf" >&54549 echo "configure:4550: checking for atof in -lsingcf" >&5 4590 4550 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4591 4551 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4595 4555 LIBS="-lsingcf $LIBS" 4596 4556 cat > conftest.$ac_ext <<EOF 4597 #line 45 98 "configure"4557 #line 4558 "configure" 4598 4558 #include "confdefs.h" 4599 4559 /* Override any gcc2 internal prototype to avoid an error. */ … … 4606 4566 ; return 0; } 4607 4567 EOF 4608 if { (eval echo configure:4 609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4568 if { (eval echo configure:4569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4609 4569 rm -rf conftest* 4610 4570 eval "ac_cv_lib_$ac_lib_var=yes" … … 4634 4594 4635 4595 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4636 echo "configure:4 637: checking for atof in -lsingfac" >&54596 echo "configure:4597: checking for atof in -lsingfac" >&5 4637 4597 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4638 4598 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4642 4602 LIBS="-lsingfac $LIBS" 4643 4603 cat > conftest.$ac_ext <<EOF 4644 #line 46 45 "configure"4604 #line 4605 "configure" 4645 4605 #include "confdefs.h" 4646 4606 /* Override any gcc2 internal prototype to avoid an error. */ … … 4653 4613 ; return 0; } 4654 4614 EOF 4655 if { (eval echo configure:46 56: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4615 if { (eval echo configure:4616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4656 4616 rm -rf conftest* 4657 4617 eval "ac_cv_lib_$ac_lib_var=yes" … … 4685 4645 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4686 4646 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4687 echo "configure:46 88: checking for $ac_hdr" >&54647 echo "configure:4648: checking for $ac_hdr" >&5 4688 4648 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4689 4649 echo $ac_n "(cached) $ac_c" 1>&6 4690 4650 else 4691 4651 cat > conftest.$ac_ext <<EOF 4692 #line 46 93 "configure"4652 #line 4653 "configure" 4693 4653 #include "confdefs.h" 4694 4654 #include <$ac_hdr> 4695 4655 EOF 4696 4656 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4697 { (eval echo configure:46 98: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4657 { (eval echo configure:4658: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4698 4658 ac_err=`grep -v '^ *+' conftest.out` 4699 4659 if test -z "$ac_err"; then … … 4752 4712 # evaluate results 4753 4713 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4754 echo "configure:47 55: checking which apint package to use" >&54714 echo "configure:4715: checking which apint package to use" >&5 4755 4715 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4756 4716 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4796 4756 if test "$with_dl" != no; then 4797 4757 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 4798 echo "configure:47 99: checking for dlopen in -ldl" >&54758 echo "configure:4759: checking for dlopen in -ldl" >&5 4799 4759 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 4800 4760 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4804 4764 LIBS="-ldl $LIBS" 4805 4765 cat > conftest.$ac_ext <<EOF 4806 #line 4 807 "configure"4766 #line 4767 "configure" 4807 4767 #include "confdefs.h" 4808 4768 /* Override any gcc2 internal prototype to avoid an error. */ … … 4815 4775 ; return 0; } 4816 4776 EOF 4817 if { (eval echo configure:4 818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4777 if { (eval echo configure:4778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4818 4778 rm -rf conftest* 4819 4779 eval "ac_cv_lib_$ac_lib_var=yes" … … 4853 4813 fi 4854 4814 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4855 echo "configure:48 56: checking for shl_load in -ldld" >&54815 echo "configure:4816: checking for shl_load in -ldld" >&5 4856 4816 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4857 4817 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4861 4821 LIBS="-ldld $LIBS" 4862 4822 cat > conftest.$ac_ext <<EOF 4863 #line 48 64 "configure"4823 #line 4824 "configure" 4864 4824 #include "confdefs.h" 4865 4825 /* Override any gcc2 internal prototype to avoid an error. */ … … 4872 4832 ; return 0; } 4873 4833 EOF 4874 if { (eval echo configure:48 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4834 if { (eval echo configure:4835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4875 4835 rm -rf conftest* 4876 4836 eval "ac_cv_lib_$ac_lib_var=yes" … … 4912 4872 4913 4873 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4914 echo "configure:4 915: checking whether to have MP" >&54874 echo "configure:4875: checking whether to have MP" >&5 4915 4875 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4916 4876 if (test "${will_have_gmp}" = yes) && \ … … 4943 4903 4944 4904 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4945 echo "configure:49 46: checking whether to have factory" >&54905 echo "configure:4906: checking whether to have factory" >&5 4946 4906 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4947 4907 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4974 4934 4975 4935 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4976 echo "configure:49 77: checking whether to have libfac" >&54936 echo "configure:4937: checking whether to have libfac" >&5 4977 4937 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4978 4938 if (test "${will_have_factory}" = yes) && \ … … 5006 4966 5007 4967 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 5008 echo "configure: 5009: checking whether to have dbm links" >&54968 echo "configure:4969: checking whether to have dbm links" >&5 5009 4969 if test "$with_dbm" != no; then 5010 4970 cat >> confdefs.h <<\EOF … … 5018 4978 5019 4979 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 5020 echo "configure: 5021: checking whether to have namespaces" >&54980 echo "configure:4981: checking whether to have namespaces" >&5 5021 4981 if test "$with_namespaces" != yes; then 5022 4982 echo "$ac_t""no" 1>&6 … … 5030 4990 5031 4991 echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6 5032 echo "configure: 5033: checking whether to have dynamic loading" >&54992 echo "configure:4993: checking whether to have dynamic loading" >&5 5033 4993 if test "$with_dl" != yes; then 5034 4994 echo "$ac_t""no" 1>&6 … … 5043 5003 HPUX-9) 5044 5004 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 5045 echo "configure:50 46: checking for shl_load in -ldld" >&55005 echo "configure:5006: checking for shl_load in -ldld" >&5 5046 5006 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 5047 5007 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5051 5011 LIBS="-ldld $LIBS" 5052 5012 cat > conftest.$ac_ext <<EOF 5053 #line 50 54 "configure"5013 #line 5014 "configure" 5054 5014 #include "confdefs.h" 5055 5015 /* Override any gcc2 internal prototype to avoid an error. */ … … 5062 5022 ; return 0; } 5063 5023 EOF 5064 if { (eval echo configure:50 65: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then5024 if { (eval echo configure:5025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 5065 5025 rm -rf conftest* 5066 5026 eval "ac_cv_lib_$ac_lib_var=yes" … … 5094 5054 HPUX-10) 5095 5055 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 5096 echo "configure:50 97: checking for shl_load in -ldld" >&55056 echo "configure:5057: checking for shl_load in -ldld" >&5 5097 5057 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 5098 5058 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 5102 5062 LIBS="-ldld $LIBS" 5103 5063 cat > conftest.$ac_ext <<EOF 5104 #line 5 105 "configure"5064 #line 5065 "configure" 5105 5065 #include "confdefs.h" 5106 5066 /* Override any gcc2 internal prototype to avoid an error. */ … … 5113 5073 ; return 0; } 5114 5074 EOF 5115 if { (eval echo configure:5 116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then5075 if { (eval echo configure:5076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 5116 5076 rm -rf conftest* 5117 5077 eval "ac_cv_lib_$ac_lib_var=yes" … … 5152 5112 5153 5113 echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6 5154 echo "configure:51 55: checking whether to use mtrack" >&55114 echo "configure:5115: checking whether to use mtrack" >&5 5155 5115 if test "$with_mtrack" = yes && test "$ac_cv_singuname" = ix86-Linux; then 5156 5116 echo "$ac_t""yes" 1>&6 … … 5166 5126 5167 5127 echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6 5168 echo "configure:51 69: checking which exponent type to use" >&55128 echo "configure:5129: checking which exponent type to use" >&5 5169 5129 if test "$with_exp_type" = "char"; then 5170 5130 echo "$ac_t""char" 1>&6 -
Singular/configure.in
rbd337e r84b09b6 565 565 AC_CHECK_HEADERS(termios.h) 566 566 AC_CHECK_HEADERS(term.h) 567 AC_CHECK_HEADERS(sys/termbits.h)568 567 569 568 # readline
Note: See TracChangeset
for help on using the changeset viewer.