Changeset 665217 in git
- Timestamp:
- Jul 14, 1999, 5:54:35 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- b8d1974d5a53d4cb347c815c7ca125fd39a2f83d
- Parents:
- 6b80bba347582d9d40df0de5faa34a2c832a2c81
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r6b80bb r665217 2 2 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated automatically using autoconf version 2.1 24 # Generated automatically using autoconf version 2.13 5 5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 6 6 # … … 102 102 subdirs= 103 103 MFLAGS= MAKEFLAGS= 104 SHELL=${CONFIG_SHELL-/bin/sh} 104 105 # Maximum number of lines to put in a shell here document. 105 106 ac_max_here_lines=12 … … 385 386 386 387 -version | --version | --versio | --versi | --vers) 387 echo "configure generated by autoconf version 2.1 2"388 echo "configure generated by autoconf version 2.13" 388 389 exit 0 ;; 389 390 … … 555 556 ac_cpp='$CPP $CPPFLAGS' 556 557 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 557 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'558 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 558 559 cross_compiling=$ac_cv_prog_cc_cross 559 560 561 ac_exeext= 562 ac_objext=o 560 563 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 561 564 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. … … 588 591 589 592 echo $ac_n "checking uname for singular""... $ac_c" 1>&6 590 echo "configure:59 1: checking uname for singular" >&5593 echo "configure:594: checking uname for singular" >&5 591 594 if eval "test \"`echo '$''{'ac_cv_singuname'+set}'`\" = set"; then 592 595 echo $ac_n "(cached) $ac_c" 1>&6 … … 633 636 set dummy gcc; ac_word=$2 634 637 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 635 echo "configure:63 6: checking for $ac_word" >&5638 echo "configure:639: checking for $ac_word" >&5 636 639 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 637 640 echo $ac_n "(cached) $ac_c" 1>&6 … … 640 643 ac_cv_prog_CC="$CC" # Let the user override the test. 641 644 else 642 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 643 for ac_dir in $PATH; do 645 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 646 ac_dummy="$PATH" 647 for ac_dir in $ac_dummy; do 644 648 test -z "$ac_dir" && ac_dir=. 645 649 if test -f $ac_dir/$ac_word; then … … 662 666 set dummy cc; ac_word=$2 663 667 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 664 echo "configure:66 5: checking for $ac_word" >&5668 echo "configure:669: checking for $ac_word" >&5 665 669 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 666 670 echo $ac_n "(cached) $ac_c" 1>&6 … … 669 673 ac_cv_prog_CC="$CC" # Let the user override the test. 670 674 else 671 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=" ${IFS}:"675 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 672 676 ac_prog_rejected=no 673 for ac_dir in $PATH; do 677 ac_dummy="$PATH" 678 for ac_dir in $ac_dummy; do 674 679 test -z "$ac_dir" && ac_dir=. 675 680 if test -f $ac_dir/$ac_word; then … … 706 711 fi 707 712 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 708 747 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } 709 748 fi 710 749 711 750 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 712 echo "configure:7 13: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5751 echo "configure:752: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 713 752 714 753 ac_ext=c … … 716 755 ac_cpp='$CPP $CPPFLAGS' 717 756 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' 718 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'757 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 719 758 cross_compiling=$ac_cv_prog_cc_cross 720 759 721 cat > conftest.$ac_ext <<EOF 722 #line 723 "configure" 760 cat > conftest.$ac_ext << EOF 761 762 #line 763 "configure" 723 763 #include "confdefs.h" 764 724 765 main(){return(0);} 725 766 EOF 726 if { (eval echo configure:7 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then767 if { (eval echo configure:768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 727 768 ac_cv_prog_cc_works=yes 728 769 # If we can't run a trivial program, we are probably using a cross compiler. … … 738 779 fi 739 780 rm -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 740 787 741 788 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 … … 744 791 fi 745 792 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 746 echo "configure:7 47: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5793 echo "configure:794: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 747 794 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 748 795 cross_compiling=$ac_cv_prog_cc_cross 749 796 750 797 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 751 echo "configure:7 52: checking whether we are using GNU C" >&5798 echo "configure:799: checking whether we are using GNU C" >&5 752 799 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 753 800 echo $ac_n "(cached) $ac_c" 1>&6 … … 758 805 #endif 759 806 EOF 760 if { 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; then807 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 761 808 ac_cv_prog_gcc=yes 762 809 else … … 769 816 if test $ac_cv_prog_gcc = yes; then 770 817 GCC=yes 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 775 echo "configure:776: checking whether ${CC-cc} accepts -g" >&5 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 776 827 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 777 828 echo $ac_n "(cached) $ac_c" 1>&6 … … 788 839 789 840 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 790 if test "$ac_test_CFLAGS" = set; then 791 CFLAGS="$ac_save_CFLAGS" 792 elif test $ac_cv_prog_cc_g = yes; then 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 793 845 CFLAGS="-g -O2" 794 846 else 847 CFLAGS="-g" 848 fi 849 else 850 if test "$GCC" = yes; then 795 851 CFLAGS="-O2" 796 fi 797 else 798 GCC= 799 test "${CFLAGS+set}" = set || CFLAGS="-g" 852 else 853 CFLAGS= 854 fi 800 855 fi 801 856 802 857 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 803 echo "configure:8 04: checking how to run the C preprocessor" >&5858 echo "configure:859: checking how to run the C preprocessor" >&5 804 859 # On Suns, sometimes $CPP names a directory. 805 860 if test -n "$CPP" && test -d "$CPP"; then … … 816 871 # not just through cpp. 817 872 cat > conftest.$ac_ext <<EOF 818 #line 8 19"configure"873 #line 874 "configure" 819 874 #include "confdefs.h" 820 875 #include <assert.h> … … 822 877 EOF 823 878 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 824 { (eval echo configure:8 25: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }825 ac_err=`grep -v '^ *+' 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}\$"` 826 881 if test -z "$ac_err"; then 827 882 : … … 833 888 CPP="${CC-cc} -E -traditional-cpp" 834 889 cat > conftest.$ac_ext <<EOF 835 #line 8 36"configure"890 #line 891 "configure" 836 891 #include "confdefs.h" 837 892 #include <assert.h> … … 839 894 EOF 840 895 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 841 { (eval echo configure:8 42: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }842 ac_err=`grep -v '^ *+' 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}\$"` 843 898 if test -z "$ac_err"; then 844 899 : … … 848 903 cat conftest.$ac_ext >&5 849 904 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* 850 922 CPP=/lib/cpp 923 fi 924 rm -f conftest* 851 925 fi 852 926 rm -f conftest* … … 862 936 863 937 echo $ac_n "checking for AIX""... $ac_c" 1>&6 864 echo "configure: 865: checking for AIX" >&5938 echo "configure:939: checking for AIX" >&5 865 939 cat > conftest.$ac_ext <<EOF 866 #line 867"configure"940 #line 941 "configure" 867 941 #include "confdefs.h" 868 942 #ifdef _AIX … … 891 965 set dummy $ac_prog; ac_word=$2 892 966 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 893 echo "configure: 894: checking for $ac_word" >&5967 echo "configure:968: checking for $ac_word" >&5 894 968 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 895 969 echo $ac_n "(cached) $ac_c" 1>&6 … … 898 972 ac_cv_prog_PERL="$PERL" # Let the user override the test. 899 973 else 900 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 901 for ac_dir in $PATH; do 974 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 975 ac_dummy="$PATH" 976 for ac_dir in $ac_dummy; do 902 977 test -z "$ac_dir" && ac_dir=. 903 978 if test -f $ac_dir/$ac_word; then … … 922 997 set dummy latex2html; ac_word=$2 923 998 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 924 echo "configure: 925: checking for $ac_word" >&5999 echo "configure:1000: checking for $ac_word" >&5 925 1000 if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then 926 1001 echo $ac_n "(cached) $ac_c" 1>&6 … … 929 1004 ac_cv_prog_LATEX2HTML="$LATEX2HTML" # Let the user override the test. 930 1005 else 931 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 932 for ac_dir in $PATH; do 1006 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1007 ac_dummy="$PATH" 1008 for ac_dir in $ac_dummy; do 933 1009 test -z "$ac_dir" && ac_dir=. 934 1010 if test -f $ac_dir/$ac_word; then … … 948 1024 949 1025 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 950 echo "configure: 951: checking whether ln -s works" >&51026 echo "configure:1027: checking whether ln -s works" >&5 951 1027 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 952 1028 echo $ac_n "(cached) $ac_c" 1>&6 … … 969 1045 970 1046 if test -x Texi2html/texi2html; then 1047 if test -r ${T2H_HOME}/texi2html.init; then 1048 TEXI2HTML=`pwd`/Texi2html/texi2html.pl 1049 else 971 1050 TEXI2HTML=`pwd`/Texi2html/texi2html 1051 fi 972 1052 973 1053 else … … 976 1056 set dummy texi2html; ac_word=$2 977 1057 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 978 echo "configure: 979: checking for $ac_word" >&51058 echo "configure:1059: checking for $ac_word" >&5 979 1059 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then 980 1060 echo $ac_n "(cached) $ac_c" 1>&6 … … 983 1063 ac_cv_prog_TEXI2HTML="$TEXI2HTML" # Let the user override the test. 984 1064 else 985 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 986 for ac_dir in $PATH; do 1065 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1066 ac_dummy="$PATH" 1067 for ac_dir in $ac_dummy; do 987 1068 test -z "$ac_dir" && ac_dir=. 988 1069 if test -f $ac_dir/$ac_word; then … … 1051 1132 # check for AIX 1052 1133 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1053 echo "configure:1 054: checking whether _AIX is defined" >&51134 echo "configure:1135: checking whether _AIX is defined" >&5 1054 1135 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1055 1136 echo $ac_n "(cached) $ac_c" 1>&6 1056 1137 else 1057 1138 cat > conftest.$ac_ext <<EOF 1058 #line 1 059"configure"1139 #line 1140 "configure" 1059 1140 #include "confdefs.h" 1060 1141 #ifdef _AIX … … 1082 1163 1083 1164 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1084 echo "configure:1 085: checking for atof in -lm" >&51165 echo "configure:1166: checking for atof in -lm" >&5 1085 1166 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1086 1167 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1090 1171 LIBS="-lm $LIBS" 1091 1172 cat > conftest.$ac_ext <<EOF 1092 #line 1 093"configure"1173 #line 1174 "configure" 1093 1174 #include "confdefs.h" 1094 1175 /* Override any gcc2 internal prototype to avoid an error. */ … … 1101 1182 ; return 0; } 1102 1183 EOF 1103 if { (eval echo configure:11 04: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1184 if { (eval echo configure:1185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1104 1185 rm -rf conftest* 1105 1186 eval "ac_cv_lib_$ac_lib_var=yes" … … 1129 1210 1130 1211 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1131 echo "configure:1 132: checking for socket in -lbsd" >&51212 echo "configure:1213: checking for socket in -lbsd" >&5 1132 1213 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1133 1214 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1137 1218 LIBS="-lbsd $LIBS" 1138 1219 cat > conftest.$ac_ext <<EOF 1139 #line 1 140"configure"1220 #line 1221 "configure" 1140 1221 #include "confdefs.h" 1141 1222 /* Override any gcc2 internal prototype to avoid an error. */ … … 1148 1229 ; return 0; } 1149 1230 EOF 1150 if { (eval echo configure:1 151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1231 if { (eval echo configure:1232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1151 1232 rm -rf conftest* 1152 1233 eval "ac_cv_lib_$ac_lib_var=yes" … … 1176 1257 1177 1258 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1178 echo "configure:1 179: checking for listen in -lsocket" >&51259 echo "configure:1260: checking for listen in -lsocket" >&5 1179 1260 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1180 1261 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1184 1265 LIBS="-lsocket $LIBS" 1185 1266 cat > conftest.$ac_ext <<EOF 1186 #line 1 187"configure"1267 #line 1268 "configure" 1187 1268 #include "confdefs.h" 1188 1269 /* Override any gcc2 internal prototype to avoid an error. */ … … 1195 1276 ; return 0; } 1196 1277 EOF 1197 if { (eval echo configure:1 198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1278 if { (eval echo configure:1279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1198 1279 rm -rf conftest* 1199 1280 eval "ac_cv_lib_$ac_lib_var=yes" … … 1223 1304 1224 1305 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1225 echo "configure:1 226: checking for gethostbyname in -lnsl" >&51306 echo "configure:1307: checking for gethostbyname in -lnsl" >&5 1226 1307 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1227 1308 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1231 1312 LIBS="-lnsl $LIBS" 1232 1313 cat > conftest.$ac_ext <<EOF 1233 #line 1 234"configure"1314 #line 1315 "configure" 1234 1315 #include "confdefs.h" 1235 1316 /* Override any gcc2 internal prototype to avoid an error. */ … … 1242 1323 ; return 0; } 1243 1324 EOF 1244 if { (eval echo configure:1 245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1325 if { (eval echo configure:1326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1245 1326 rm -rf conftest* 1246 1327 eval "ac_cv_lib_$ac_lib_var=yes" … … 1270 1351 1271 1352 echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6 1272 echo "configure:1 273: checking for mpq_init in -lgmp" >&51353 echo "configure:1354: checking for mpq_init in -lgmp" >&5 1273 1354 ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'` 1274 1355 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1278 1359 LIBS="-lgmp $LIBS" 1279 1360 cat > conftest.$ac_ext <<EOF 1280 #line 1 281"configure"1361 #line 1362 "configure" 1281 1362 #include "confdefs.h" 1282 1363 /* Override any gcc2 internal prototype to avoid an error. */ … … 1289 1370 ; return 0; } 1290 1371 EOF 1291 if { (eval echo configure:1 292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1372 if { (eval echo configure:1373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1292 1373 rm -rf conftest* 1293 1374 eval "ac_cv_lib_$ac_lib_var=yes" … … 1317 1398 1318 1399 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 1319 echo "configure:1 320: checking for mpz_init in -lsmallgmp" >&51400 echo "configure:1401: checking for mpz_init in -lsmallgmp" >&5 1320 1401 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 1321 1402 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1325 1406 LIBS="-lsmallgmp $LIBS" 1326 1407 cat > conftest.$ac_ext <<EOF 1327 #line 1 328"configure"1408 #line 1409 "configure" 1328 1409 #include "confdefs.h" 1329 1410 /* Override any gcc2 internal prototype to avoid an error. */ … … 1336 1417 ; return 0; } 1337 1418 EOF 1338 if { (eval echo configure:1 339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1419 if { (eval echo configure:1420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1339 1420 rm -rf conftest* 1340 1421 eval "ac_cv_lib_$ac_lib_var=yes" … … 1364 1445 1365 1446 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 1366 echo "configure:1 367: checking for IMP_PutGmpInt in -lMP" >&51447 echo "configure:1448: checking for IMP_PutGmpInt in -lMP" >&5 1367 1448 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 1368 1449 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1372 1453 LIBS="-lMP $LIBS" 1373 1454 cat > conftest.$ac_ext <<EOF 1374 #line 1 375"configure"1455 #line 1456 "configure" 1375 1456 #include "confdefs.h" 1376 1457 /* Override any gcc2 internal prototype to avoid an error. */ … … 1383 1464 ; return 0; } 1384 1465 EOF 1385 if { (eval echo configure:1 386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1466 if { (eval echo configure:1467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1386 1467 rm -rf conftest* 1387 1468 eval "ac_cv_lib_$ac_lib_var=yes" … … 1411 1492 1412 1493 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 1413 echo "configure:14 14: checking for MPT_GetTree in -lMPT" >&51494 echo "configure:1495: checking for MPT_GetTree in -lMPT" >&5 1414 1495 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 1415 1496 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1419 1500 LIBS="-lMPT $LIBS" 1420 1501 cat > conftest.$ac_ext <<EOF 1421 #line 1 422"configure"1502 #line 1503 "configure" 1422 1503 #include "confdefs.h" 1423 1504 /* Override any gcc2 internal prototype to avoid an error. */ … … 1430 1511 ; return 0; } 1431 1512 EOF 1432 if { (eval echo configure:1 433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1513 if { (eval echo configure:1514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1433 1514 rm -rf conftest* 1434 1515 eval "ac_cv_lib_$ac_lib_var=yes" … … 1458 1539 1459 1540 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 1460 echo "configure:1 461: checking for atof in -lsingcf" >&51541 echo "configure:1542: checking for atof in -lsingcf" >&5 1461 1542 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 1462 1543 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1466 1547 LIBS="-lsingcf $LIBS" 1467 1548 cat > conftest.$ac_ext <<EOF 1468 #line 1 469"configure"1549 #line 1550 "configure" 1469 1550 #include "confdefs.h" 1470 1551 /* Override any gcc2 internal prototype to avoid an error. */ … … 1477 1558 ; return 0; } 1478 1559 EOF 1479 if { (eval echo configure:1 480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1560 if { (eval echo configure:1561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1480 1561 rm -rf conftest* 1481 1562 eval "ac_cv_lib_$ac_lib_var=yes" … … 1505 1586 1506 1587 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 1507 echo "configure:15 08: checking for atof in -lsingfac" >&51588 echo "configure:1589: checking for atof in -lsingfac" >&5 1508 1589 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 1509 1590 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1513 1594 LIBS="-lsingfac $LIBS" 1514 1595 cat > conftest.$ac_ext <<EOF 1515 #line 15 16"configure"1596 #line 1597 "configure" 1516 1597 #include "confdefs.h" 1517 1598 /* Override any gcc2 internal prototype to avoid an error. */ … … 1524 1605 ; return 0; } 1525 1606 EOF 1526 if { (eval echo configure:1 527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1607 if { (eval echo configure:1608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1527 1608 rm -rf conftest* 1528 1609 eval "ac_cv_lib_$ac_lib_var=yes" … … 1556 1637 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1557 1638 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1558 echo "configure:1 559: checking for $ac_hdr" >&51639 echo "configure:1640: checking for $ac_hdr" >&5 1559 1640 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1560 1641 echo $ac_n "(cached) $ac_c" 1>&6 1561 1642 else 1562 1643 cat > conftest.$ac_ext <<EOF 1563 #line 1 564"configure"1644 #line 1645 "configure" 1564 1645 #include "confdefs.h" 1565 1646 #include <$ac_hdr> 1566 1647 EOF 1567 1648 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1568 { (eval echo configure:1 569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1569 ac_err=`grep -v '^ *+' conftest.out `1649 { (eval echo configure:1650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1650 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1570 1651 if test -z "$ac_err"; then 1571 1652 rm -rf conftest* … … 1708 1789 1709 1790 echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6 1710 echo "configure:17 11: checking which tmp dir to use" >&51791 echo "configure:1792: checking which tmp dir to use" >&5 1711 1792 if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then 1712 1793 if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1) … … 1725 1806 if test "${with_perl5+set}" != set; then 1726 1807 echo $ac_n "checking for perl5""... $ac_c" 1>&6 1727 echo "configure:1 728: checking for perl5" >&51808 echo "configure:1809: checking for perl5" >&5 1728 1809 if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then 1729 1810 echo $ac_n "(cached) $ac_c" 1>&6 … … 1762 1843 set dummy $ac_prog; ac_word=$2 1763 1844 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1764 echo "configure:1 765: checking for $ac_word" >&51845 echo "configure:1846: checking for $ac_word" >&5 1765 1846 if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then 1766 1847 echo $ac_n "(cached) $ac_c" 1>&6 … … 1769 1850 ac_cv_prog_PERL5="$PERL5" # Let the user override the test. 1770 1851 else 1771 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" 1772 for ac_dir in $PATH; do 1852 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" 1853 ac_dummy="$PATH" 1854 for ac_dir in $ac_dummy; do 1773 1855 test -z "$ac_dir" && ac_dir=. 1774 1856 if test -f $ac_dir/$ac_word; then … … 1797 1879 1798 1880 echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6 1799 echo "configure:18 00: checking whether to configure and build texinfo" >&51881 echo "configure:1882: checking whether to configure and build texinfo" >&5 1800 1882 if test "$enable_texinfo" != no && test -d Texinfo; then 1801 1883 echo "$ac_t""yes" 1>&6 … … 1819 1901 1820 1902 echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6 1821 echo "configure:1 822: checking whether to configure and build gmp lib" >&51903 echo "configure:1904: checking whether to configure and build gmp lib" >&5 1822 1904 if test "$enable_gmp" != yes && test "$enable_gmp" != no; then 1823 1905 if test "$ac_gmp_ok" != yes && test -d gmp; then … … 1845 1927 1846 1928 echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6 1847 echo "configure:1 848: checking whether to configure and build smallgmp lib" >&51929 echo "configure:1930: checking whether to configure and build smallgmp lib" >&5 1848 1930 if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then 1849 1931 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \ … … 1884 1966 1885 1967 echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6 1886 echo "configure:1 887: checking whether to configure and build MP lib" >&51968 echo "configure:1969: checking whether to configure and build MP lib" >&5 1887 1969 if test "$enable_MP" != yes && test "$enable_MP" != no; then 1888 1970 if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \ … … 1913 1995 1914 1996 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 1915 echo "configure:19 16: checking whether to configure and build factory lib" >&51997 echo "configure:1998: checking whether to configure and build factory lib" >&5 1916 1998 if test "$enable_factory" != yes && test "$enable_factory" != no; then 1917 1999 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 1938 2020 1939 2021 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 1940 echo "configure: 1941: checking whether to configure and build libfac lib" >&52022 echo "configure:2023: checking whether to configure and build libfac lib" >&5 1941 2023 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 1942 2024 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 1968 2050 1969 2051 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 1970 echo "configure: 1971: checking whether to configure and build sgroup lib" >&52052 echo "configure:2053: checking whether to configure and build sgroup lib" >&5 1971 2053 if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then 1972 2054 if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \ … … 1998 2080 1999 2081 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 2000 echo "configure:20 01: checking whether to configure and build Singular" >&52082 echo "configure:2083: checking whether to configure and build Singular" >&5 2001 2083 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 2002 2084 if test "$with_Singular" != no && test -d Singular; then … … 2023 2105 2024 2106 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 2025 echo "configure:2 026: checking which apint package to use" >&52107 echo "configure:2108: checking which apint package to use" >&5 2026 2108 if test "$with_apint" = gmp; then 2027 2109 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 2047 2129 2048 2130 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 2049 echo "configure:2 050: checking whether to use with MP" >&52131 echo "configure:2132: checking whether to use with MP" >&5 2050 2132 if test "$with_MP" = yes; then 2051 2133 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 2066 2148 2067 2149 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 2068 echo "configure:2 069: checking whether to use with factory" >&52150 echo "configure:2151: checking whether to use with factory" >&5 2069 2151 if test "$with_factory" = yes; then 2070 2152 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 2085 2167 2086 2168 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 2087 echo "configure:2 088: checking whether to use with libfac" >&52169 echo "configure:2170: checking whether to use with libfac" >&5 2088 2170 if test "$with_libfac" = yes; then 2089 2171 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 2104 2186 2105 2187 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 2106 echo "configure:21 07: checking whether to use with Singular" >&52188 echo "configure:2189: checking whether to use with Singular" >&5 2107 2189 if test "$with_Singular" != no && test "$with_Singular" != yes; then 2108 2190 if test "$enable_Singular" = yes; then … … 2156 2238 2157 2239 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2158 echo "configure:2 159: checking whether ${MAKE-make} sets \${MAKE}" >&52240 echo "configure:2241: checking whether ${MAKE-make} sets \${MAKE}" >&5 2159 2241 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2160 2242 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 2229 2311 # and sets the high bit in the cache file unless we assign to the vars. 2230 2312 (set) 2>&1 | 2231 case `(ac_space=' '; set ) 2>&1` in2313 case `(ac_space=' '; set | grep ac_space) 2>&1` in 2232 2314 *ac_space=\ *) 2233 2315 # `set' does not quote correctly, so add quotes (double-quote substitution … … 2308 2390 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; 2309 2391 -version | --version | --versio | --versi | --vers | --ver | --ve | --v) 2310 echo "$CONFIG_STATUS generated by autoconf version 2.1 2"2392 echo "$CONFIG_STATUS generated by autoconf version 2.13" 2311 2393 exit 0 ;; 2312 2394 -help | --help | --hel | --he | --h) … … 2327 2409 $ac_vpsub 2328 2410 $extrasub 2411 s%@SHELL@%$SHELL%g 2329 2412 s%@CFLAGS@%$CFLAGS%g 2330 2413 s%@CPPFLAGS@%$CPPFLAGS%g 2331 2414 s%@CXXFLAGS@%$CXXFLAGS%g 2415 s%@FFLAGS@%$FFLAGS%g 2332 2416 s%@DEFS@%$DEFS%g 2333 2417 s%@LDFLAGS@%$LDFLAGS%g -
configure.in
r6b80bb r665217 73 73 AC_PROG_LN_S 74 74 if test -x Texi2html/texi2html; then 75 if test -r ${T2H_HOME}/texi2html.init; then 76 TEXI2HTML=`pwd`/Texi2html/texi2html.pl 77 else 75 78 TEXI2HTML=`pwd`/Texi2html/texi2html 79 fi 76 80 AC_SUBST(TEXI2HTML) 77 81 else
Note: See TracChangeset
for help on using the changeset viewer.