Changeset 6e7af3a in git
- Timestamp:
- Feb 16, 2005, 2:07:17 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- ecce503e3c38e63f043db34fbea817c3fc1fdc6c
- Parents:
- 6f0eb7cc789ce72acab78e27ee96840bf84472c5
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/configure
r6f0eb7 r6e7af3a 3605 3605 { echo "configure: error: need void* to be 4 or 8 bytes long" 1>&2; exit 1; } 3606 3606 fi 3607 if test "$ac_cv_sizeof_voidp" != 4; then 3608 DEFS="-UOMNDEBUG" 3609 3610 fi 3607 3611 3608 3612 # Check whether --with-rootdir or --without-rootdir was given. … … 3696 3700 3697 3701 echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6 3698 echo "configure:3 699: checking whether to use dynamic linking" >&53702 echo "configure:3703: checking whether to use dynamic linking" >&5 3699 3703 if test "$with_dl" != no && test "$ac_lib_dl" = yes; then 3700 3704 cat >> confdefs.h <<\EOF … … 3709 3713 3710 3714 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3711 echo "configure:371 2: checking for tgetent in -lncurses" >&53715 echo "configure:3716: checking for tgetent in -lncurses" >&5 3712 3716 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3713 3717 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3717 3721 LIBS="-lncurses $LIBS" 3718 3722 cat > conftest.$ac_ext <<EOF 3719 #line 372 0"configure"3723 #line 3724 "configure" 3720 3724 #include "confdefs.h" 3721 3725 /* Override any gcc2 internal prototype to avoid an error. */ … … 3728 3732 ; return 0; } 3729 3733 EOF 3730 if { (eval echo configure:373 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3734 if { (eval echo configure:3735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3731 3735 rm -rf conftest* 3732 3736 eval "ac_cv_lib_$ac_lib_var=yes" … … 3755 3759 \ 3756 3760 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3757 echo "configure:37 58: checking for tgetent in -lcurses" >&53761 echo "configure:3762: checking for tgetent in -lcurses" >&5 3758 3762 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3759 3763 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3763 3767 LIBS="-lcurses $LIBS" 3764 3768 cat > conftest.$ac_ext <<EOF 3765 #line 37 66"configure"3769 #line 3770 "configure" 3766 3770 #include "confdefs.h" 3767 3771 /* Override any gcc2 internal prototype to avoid an error. */ … … 3774 3778 ; return 0; } 3775 3779 EOF 3776 if { (eval echo configure:37 77: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3780 if { (eval echo configure:3781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3777 3781 rm -rf conftest* 3778 3782 eval "ac_cv_lib_$ac_lib_var=yes" … … 3801 3805 \ 3802 3806 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3803 echo "configure:380 4: checking for tgetent in -ltermcap" >&53807 echo "configure:3808: checking for tgetent in -ltermcap" >&5 3804 3808 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3805 3809 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3809 3813 LIBS="-ltermcap $LIBS" 3810 3814 cat > conftest.$ac_ext <<EOF 3811 #line 381 2"configure"3815 #line 3816 "configure" 3812 3816 #include "confdefs.h" 3813 3817 /* Override any gcc2 internal prototype to avoid an error. */ … … 3820 3824 ; return 0; } 3821 3825 EOF 3822 if { (eval echo configure:382 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3826 if { (eval echo configure:3827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3823 3827 rm -rf conftest* 3824 3828 eval "ac_cv_lib_$ac_lib_var=yes" … … 3869 3873 3870 3874 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3871 echo "configure:387 2: checking for rl_abort in -lreadline" >&53875 echo "configure:3876: checking for rl_abort in -lreadline" >&5 3872 3876 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3873 3877 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3877 3881 LIBS="-lreadline $LIBS" 3878 3882 cat > conftest.$ac_ext <<EOF 3879 #line 388 0"configure"3883 #line 3884 "configure" 3880 3884 #include "confdefs.h" 3881 3885 /* Override any gcc2 internal prototype to avoid an error. */ … … 3891 3895 ; return 0; } 3892 3896 EOF 3893 if { (eval echo configure:389 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3897 if { (eval echo configure:3898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3894 3898 rm -rf conftest* 3895 3899 eval "ac_cv_lib_$ac_lib_var=yes" … … 3919 3923 3920 3924 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 3921 echo "configure:392 2: checking how to run the C++ preprocessor" >&53925 echo "configure:3926: checking how to run the C++ preprocessor" >&5 3922 3926 if test -z "$CXXCPP"; then 3923 3927 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 3932 3936 CXXCPP="${CXX-g++} -E" 3933 3937 cat > conftest.$ac_ext <<EOF 3934 #line 393 5"configure"3938 #line 3939 "configure" 3935 3939 #include "confdefs.h" 3936 3940 #include <stdlib.h> 3937 3941 EOF 3938 3942 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3939 { (eval echo configure:394 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3943 { (eval echo configure:3944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3940 3944 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3941 3945 if test -z "$ac_err"; then … … 3965 3969 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3966 3970 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3967 echo "configure:39 68: checking for $ac_hdr" >&53971 echo "configure:3972: checking for $ac_hdr" >&5 3968 3972 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3969 3973 echo $ac_n "(cached) $ac_c" 1>&6 3970 3974 else 3971 3975 cat > conftest.$ac_ext <<EOF 3972 #line 397 3"configure"3976 #line 3977 "configure" 3973 3977 #include "confdefs.h" 3974 3978 #include <$ac_hdr> 3975 3979 EOF 3976 3980 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3977 { (eval echo configure:39 78: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3981 { (eval echo configure:3982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3978 3982 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3979 3983 if test -z "$ac_err"; then … … 4004 4008 test "$ac_cv_header_readline_readline_h" = yes; then 4005 4009 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 4006 echo "configure:40 07: checking whether readline.h is ok" >&54010 echo "configure:4011: checking whether readline.h is ok" >&5 4007 4011 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 4008 4012 echo $ac_n "(cached) $ac_c" 1>&6 4009 4013 else 4010 4014 cat > conftest.$ac_ext <<EOF 4011 #line 401 2"configure"4015 #line 4016 "configure" 4012 4016 #include "confdefs.h" 4013 4017 #include<unistd.h> … … 4022 4026 ; return 0; } 4023 4027 EOF 4024 if { (eval echo configure:402 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4028 if { (eval echo configure:4029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4025 4029 rm -rf conftest* 4026 4030 ac_cv_header_readline_readline_h_ok="yes" … … 4038 4042 #not ok -- try once more with explicitly declaring everything 4039 4043 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 4040 echo "configure:404 1: checking whether or not we nevertheless can use readline" >&54044 echo "configure:4045: checking whether or not we nevertheless can use readline" >&5 4041 4045 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 4042 4046 echo $ac_n "(cached) $ac_c" 1>&6 4043 4047 else 4044 4048 cat > conftest.$ac_ext <<EOF 4045 #line 40 46"configure"4049 #line 4050 "configure" 4046 4050 #include "confdefs.h" 4047 4051 #include <stdio.h> … … 4077 4081 ; return 0; } 4078 4082 EOF 4079 if { (eval echo configure:408 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4083 if { (eval echo configure:4084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4080 4084 rm -rf conftest* 4081 4085 ac_cv_have_readline="yes" … … 4116 4120 4117 4121 echo $ac_n "checking which readline to use""... $ac_c" 1>&6 4118 echo "configure:41 19: checking which readline to use" >&54122 echo "configure:4123: checking which readline to use" >&5 4119 4123 if test "$ac_cv_with_readline" = dynamic; then 4120 4124 echo "$ac_t""dynamic" 1>&6 … … 4136 4140 # gmp, smallgmp, MP, MPT, factory, libfac 4137 4141 echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6 4138 echo "configure:41 39: checking for main in -lgmp" >&54142 echo "configure:4143: checking for main in -lgmp" >&5 4139 4143 ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'` 4140 4144 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4144 4148 LIBS="-lgmp $LIBS" 4145 4149 cat > conftest.$ac_ext <<EOF 4146 #line 41 47"configure"4150 #line 4151 "configure" 4147 4151 #include "confdefs.h" 4148 4152 … … 4151 4155 ; return 0; } 4152 4156 EOF 4153 if { (eval echo configure:415 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4157 if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4154 4158 rm -rf conftest* 4155 4159 eval "ac_cv_lib_$ac_lib_var=yes" … … 4182 4186 fi 4183 4187 echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6 4184 echo "configure:418 5: checking for main in -lsmallgmp" >&54188 echo "configure:4189: checking for main in -lsmallgmp" >&5 4185 4189 ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'` 4186 4190 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4190 4194 LIBS="-lsmallgmp $LIBS" 4191 4195 cat > conftest.$ac_ext <<EOF 4192 #line 419 3"configure"4196 #line 4197 "configure" 4193 4197 #include "confdefs.h" 4194 4198 … … 4197 4201 ; return 0; } 4198 4202 EOF 4199 if { (eval echo configure:420 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4203 if { (eval echo configure:4204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4200 4204 rm -rf conftest* 4201 4205 eval "ac_cv_lib_$ac_lib_var=yes" … … 4226 4230 SAVE_LIBS=$LIBS 4227 4231 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4228 echo "configure:42 29: checking for IMP_PutGmpInt in -lMP" >&54232 echo "configure:4233: checking for IMP_PutGmpInt in -lMP" >&5 4229 4233 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4230 4234 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4234 4238 LIBS="-lMP $MP_LIBS $LIBS" 4235 4239 cat > conftest.$ac_ext <<EOF 4236 #line 42 37"configure"4240 #line 4241 "configure" 4237 4241 #include "confdefs.h" 4238 4242 /* Override any gcc2 internal prototype to avoid an error. */ … … 4245 4249 ; return 0; } 4246 4250 EOF 4247 if { (eval echo configure:42 48: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4251 if { (eval echo configure:4252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4248 4252 rm -rf conftest* 4249 4253 eval "ac_cv_lib_$ac_lib_var=yes" … … 4273 4277 4274 4278 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4275 echo "configure:42 76: checking for MPT_GetTree in -lMPT" >&54279 echo "configure:4280: checking for MPT_GetTree in -lMPT" >&5 4276 4280 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4277 4281 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4281 4285 LIBS="-lMPT $MP_LIBS $LIBS" 4282 4286 cat > conftest.$ac_ext <<EOF 4283 #line 428 4"configure"4287 #line 4288 "configure" 4284 4288 #include "confdefs.h" 4285 4289 /* Override any gcc2 internal prototype to avoid an error. */ … … 4292 4296 ; return 0; } 4293 4297 EOF 4294 if { (eval echo configure:429 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4298 if { (eval echo configure:4299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4295 4299 rm -rf conftest* 4296 4300 eval "ac_cv_lib_$ac_lib_var=yes" … … 4321 4325 LIBS=$SAVE_LIBS 4322 4326 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4323 echo "configure:432 4: checking for atof in -lsingcf" >&54327 echo "configure:4328: checking for atof in -lsingcf" >&5 4324 4328 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4325 4329 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4329 4333 LIBS="-lsingcf $LIBS" 4330 4334 cat > conftest.$ac_ext <<EOF 4331 #line 433 2"configure"4335 #line 4336 "configure" 4332 4336 #include "confdefs.h" 4333 4337 /* Override any gcc2 internal prototype to avoid an error. */ … … 4340 4344 ; return 0; } 4341 4345 EOF 4342 if { (eval echo configure:434 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4346 if { (eval echo configure:4347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4343 4347 rm -rf conftest* 4344 4348 eval "ac_cv_lib_$ac_lib_var=yes" … … 4368 4372 4369 4373 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4370 echo "configure:437 1: checking for atof in -lsingfac" >&54374 echo "configure:4375: checking for atof in -lsingfac" >&5 4371 4375 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4372 4376 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4376 4380 LIBS="-lsingfac $LIBS" 4377 4381 cat > conftest.$ac_ext <<EOF 4378 #line 43 79"configure"4382 #line 4383 "configure" 4379 4383 #include "confdefs.h" 4380 4384 /* Override any gcc2 internal prototype to avoid an error. */ … … 4387 4391 ; return 0; } 4388 4392 EOF 4389 if { (eval echo configure:439 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4393 if { (eval echo configure:4394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4390 4394 rm -rf conftest* 4391 4395 eval "ac_cv_lib_$ac_lib_var=yes" … … 4415 4419 4416 4420 echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6 4417 echo "configure:44 18: checking for omTestAddr in -lomalloc" >&54421 echo "configure:4422: checking for omTestAddr in -lomalloc" >&5 4418 4422 ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'` 4419 4423 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4423 4427 LIBS="-lomalloc $LIBS" 4424 4428 cat > conftest.$ac_ext <<EOF 4425 #line 44 26"configure"4429 #line 4430 "configure" 4426 4430 #include "confdefs.h" 4427 4431 /* Override any gcc2 internal prototype to avoid an error. */ … … 4434 4438 ; return 0; } 4435 4439 EOF 4436 if { (eval echo configure:44 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4440 if { (eval echo configure:4441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4437 4441 rm -rf conftest* 4438 4442 eval "ac_cv_lib_$ac_lib_var=yes" … … 4462 4466 4463 4467 echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6 4464 echo "configure:446 5: checking for main in -lomalloc_ndebug" >&54468 echo "configure:4469: checking for main in -lomalloc_ndebug" >&5 4465 4469 ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'` 4466 4470 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4470 4474 LIBS="-lomalloc_ndebug $LIBS" 4471 4475 cat > conftest.$ac_ext <<EOF 4472 #line 447 3"configure"4476 #line 4477 "configure" 4473 4477 #include "confdefs.h" 4474 4478 … … 4477 4481 ; return 0; } 4478 4482 EOF 4479 if { (eval echo configure:448 0: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4483 if { (eval echo configure:4484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4480 4484 rm -rf conftest* 4481 4485 eval "ac_cv_lib_$ac_lib_var=yes" … … 4505 4509 4506 4510 echo $ac_n "checking for main in -lntl""... $ac_c" 1>&6 4507 echo "configure:45 08: checking for main in -lntl" >&54511 echo "configure:4512: checking for main in -lntl" >&5 4508 4512 ac_lib_var=`echo ntl'_'main | sed 'y%./+-%__p_%'` 4509 4513 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4513 4517 LIBS="-lntl $LIBS" 4514 4518 cat > conftest.$ac_ext <<EOF 4515 #line 45 16"configure"4519 #line 4520 "configure" 4516 4520 #include "confdefs.h" 4517 4521 … … 4520 4524 ; return 0; } 4521 4525 EOF 4522 if { (eval echo configure:452 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4526 if { (eval echo configure:4527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4523 4527 rm -rf conftest* 4524 4528 eval "ac_cv_lib_$ac_lib_var=yes" … … 4553 4557 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4554 4558 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4555 echo "configure:45 56: checking for $ac_hdr" >&54559 echo "configure:4560: checking for $ac_hdr" >&5 4556 4560 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4557 4561 echo $ac_n "(cached) $ac_c" 1>&6 4558 4562 else 4559 4563 cat > conftest.$ac_ext <<EOF 4560 #line 456 1"configure"4564 #line 4565 "configure" 4561 4565 #include "confdefs.h" 4562 4566 #include <$ac_hdr> 4563 4567 EOF 4564 4568 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4565 { (eval echo configure:45 66: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4569 { (eval echo configure:4570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4566 4570 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4567 4571 if test -z "$ac_err"; then … … 4635 4639 4636 4640 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4637 echo "configure:46 38: checking which apint package to use" >&54641 echo "configure:4642: checking which apint package to use" >&5 4638 4642 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4639 4643 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4677 4681 # 4678 4682 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4679 echo "configure:468 0: checking whether to have MP" >&54683 echo "configure:4684: checking whether to have MP" >&5 4680 4684 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4681 4685 if (test "${will_have_gmp}" = yes) && \ … … 4712 4716 4713 4717 echo $ac_n "checking whether to have NTL""... $ac_c" 1>&6 4714 echo "configure:471 5: checking whether to have NTL" >&54718 echo "configure:4719: checking whether to have NTL" >&5 4715 4719 if test "${with_NTL}" = yes ; then 4716 4720 echo "$ac_t""yes" 1>&6 … … 4721 4725 4722 4726 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4723 echo "configure:472 4: checking whether to have factory" >&54727 echo "configure:4728: checking whether to have factory" >&5 4724 4728 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4725 4729 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4752 4756 4753 4757 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4754 echo "configure:475 5: checking whether to have libfac" >&54758 echo "configure:4759: checking whether to have libfac" >&5 4755 4759 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4756 4760 if (test "${will_have_factory}" = yes) && \ … … 4786 4790 4787 4791 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4788 echo "configure:47 89: checking whether to have dbm links" >&54792 echo "configure:4793: checking whether to have dbm links" >&5 4789 4793 if test "$with_dbm" != no; then 4790 4794 cat >> confdefs.h <<\EOF … … 4798 4802 4799 4803 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4800 echo "configure:480 1: checking whether to have namespaces" >&54804 echo "configure:4805: checking whether to have namespaces" >&5 4801 4805 if test "$with_namespaces" != no; then 4802 4806 echo "$ac_t""yes" 1>&6 … … 4810 4814 4811 4815 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 4812 echo "configure:481 3: checking whether to have dynamic modules" >&54816 echo "configure:4817: checking whether to have dynamic modules" >&5 4813 4817 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 4814 4818 echo "$ac_t""no" 1>&6 … … 4822 4826 4823 4827 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 4824 echo "configure:482 5: checking whether to have dynamic kernel" >&54828 echo "configure:4829: checking whether to have dynamic kernel" >&5 4825 4829 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 4826 4830 DL_KERNEL=1 … … 4832 4836 4833 4837 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 4834 echo "configure:483 5: checking whether to have Plural" >&54838 echo "configure:4839: checking whether to have Plural" >&5 4835 4839 if test "$with_Plural" != yes && test "$enable_Plural" != yes; then 4836 4840 echo "$ac_t""no" 1>&6 -
Singular/configure.in
r6f0eb7 r6e7af3a 475 475 if test "$ac_cv_sizeof_voidp" != 4 && test "$ac_cv_sizeof_voidp" != 8; then 476 476 AC_MSG_ERROR(need void* to be 4 or 8 bytes long) 477 fi 478 if test "$ac_cv_sizeof_voidp" != 4; then 479 DEFS="-UOMNDEBUG" 480 AC_SUBST(DEFS) 477 481 fi 478 482
Note: See TracChangeset
for help on using the changeset viewer.