Changeset 45388
- Timestamp:
- Feb 12, 2011, 5:10:10 AM (14 years ago)
- Location:
- grass/trunk
- Files:
-
- 6 edited
-
configure (modified) (607 diffs)
-
configure.in (modified) (4 diffs)
-
include/Make/Platform.make.in (modified) (1 diff)
-
include/Make/Python.make (modified) (2 diffs)
-
include/gisdefs.h (modified) (1 diff)
-
lib/init/variables.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/configure
r44822 r45388 73 73 enable GDAL/OGR support (gdal-config with path, 74 74 e.g. '--with-gdal=/usr/local/bin/gdal-config')" 75 ac_help="$ac_help76 --with-python[=path/python-config]77 enable support for Python SWIG bindings and wxGUI78 Python extensions (python-config with path, e.g.79 '--with-python=/usr/bin/python2.5-config',80 default: no)"81 75 ac_help="$ac_help 82 76 --with-wxwidgets[=path/wx-config] … … 747 741 748 742 echo $ac_n "checking host system type""... $ac_c" 1>&6 749 echo "configure:7 50: checking host system type" >&5743 echo "configure:744: checking host system type" >&5 750 744 751 745 host_alias=$host … … 770 764 set dummy gcc; ac_word=$2 771 765 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 772 echo "configure:7 73: checking for $ac_word" >&5766 echo "configure:767: checking for $ac_word" >&5 773 767 774 768 if test -n "$CC"; then … … 797 791 set dummy cc; ac_word=$2 798 792 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 799 echo "configure: 800: checking for $ac_word" >&5793 echo "configure:794: checking for $ac_word" >&5 800 794 801 795 if test -n "$CC"; then … … 845 839 set dummy cl; ac_word=$2 846 840 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 847 echo "configure:84 8: checking for $ac_word" >&5841 echo "configure:842: checking for $ac_word" >&5 848 842 849 843 if test -n "$CC"; then … … 874 868 875 869 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 876 echo "configure:87 7: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5870 echo "configure:871: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 877 871 878 872 ac_ext=c … … 885 879 cat > conftest.$ac_ext << EOF 886 880 887 #line 88 8"configure"881 #line 882 "configure" 888 882 #include "confdefs.h" 889 883 890 884 main(){return(0);} 891 885 EOF 892 if { (eval echo configure:8 93: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then886 if { (eval echo configure:887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 893 887 ac_cv_prog_cc_works=yes 894 888 # If we can't run a trivial program, we are probably using a cross compiler. … … 916 910 fi 917 911 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 918 echo "configure:91 9: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5912 echo "configure:913: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 919 913 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 920 914 cross_compiling=$ac_cv_prog_cc_cross 921 915 922 916 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 923 echo "configure:9 24: checking whether we are using GNU C" >&5917 echo "configure:918: checking whether we are using GNU C" >&5 924 918 925 919 cat > conftest.c <<EOF … … 928 922 #endif 929 923 EOF 930 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9 31: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then924 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 931 925 ac_cv_prog_gcc=yes 932 926 else … … 946 940 CFLAGS= 947 941 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 948 echo "configure:94 9: checking whether ${CC-cc} accepts -g" >&5942 echo "configure:943: checking whether ${CC-cc} accepts -g" >&5 949 943 950 944 echo 'void f(){}' > conftest.c … … 975 969 976 970 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 977 echo "configure:97 8: checking for Cygwin environment" >&5978 979 cat > conftest.$ac_ext <<EOF 980 #line 9 81"configure"971 echo "configure:972: checking for Cygwin environment" >&5 972 973 cat > conftest.$ac_ext <<EOF 974 #line 975 "configure" 981 975 #include "confdefs.h" 982 976 … … 989 983 ; return 0; } 990 984 EOF 991 if { (eval echo configure:9 92: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then985 if { (eval echo configure:986: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 992 986 rm -rf conftest* 993 987 ac_cv_cygwin=yes … … 1005 999 test "$ac_cv_cygwin" = yes && CYGWIN=yes 1006 1000 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 1007 echo "configure:100 8: checking for mingw32 environment" >&51008 1009 cat > conftest.$ac_ext <<EOF 1010 #line 10 11"configure"1001 echo "configure:1002: checking for mingw32 environment" >&5 1002 1003 cat > conftest.$ac_ext <<EOF 1004 #line 1005 "configure" 1011 1005 #include "confdefs.h" 1012 1006 … … 1015 1009 ; return 0; } 1016 1010 EOF 1017 if { (eval echo configure:101 8: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1011 if { (eval echo configure:1012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1018 1012 rm -rf conftest* 1019 1013 ac_cv_mingw32=yes … … 1033 1027 1034 1028 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 1035 echo "configure:103 6: checking for executable suffix" >&51029 echo "configure:1030: checking for executable suffix" >&5 1036 1030 1037 1031 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then … … 1052 1046 1053 1047 echo $ac_n "checking for full floating-point support""... $ac_c" 1>&6 1054 echo "configure:10 55: checking for full floating-point support" >&51048 echo "configure:1049: checking for full floating-point support" >&5 1055 1049 if test "$cross_compiling" = yes; then 1056 1050 echo "$ac_t""unknown (cross-compiling)" 1>&6 1057 1051 1058 1052 echo $ac_n "checking whether "cc -mieee" works""... $ac_c" 1>&6 1059 echo "configure:10 60: checking whether "cc -mieee" works" >&51053 echo "configure:1054: checking whether "cc -mieee" works" >&5 1060 1054 ac_save_cflags=${CFLAGS} 1061 1055 CFLAGS="$CFLAGS -mieee" 1062 1056 cat > conftest.$ac_ext <<EOF 1063 #line 10 64"configure"1064 #include "confdefs.h" 1065 1066 int main() { 1067 1068 ; return 0; } 1069 EOF 1070 if { (eval echo configure:10 71: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1057 #line 1058 "configure" 1058 #include "confdefs.h" 1059 1060 int main() { 1061 1062 ; return 0; } 1063 EOF 1064 if { (eval echo configure:1065: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1071 1065 rm -rf conftest* 1072 1066 echo "$ac_t""yes" 1>&6 … … 1084 1078 else 1085 1079 cat > conftest.$ac_ext <<EOF 1086 #line 108 7"configure"1080 #line 1081 "configure" 1087 1081 #include "confdefs.h" 1088 1082 … … 1098 1092 1099 1093 EOF 1100 if { (eval echo configure:1 101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1094 if { (eval echo configure:1095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1101 1095 then 1102 1096 echo "$ac_t""yes" 1>&6 … … 1111 1105 1112 1106 echo $ac_n "checking for full floating-point support with -mieee""... $ac_c" 1>&6 1113 echo "configure:11 14: checking for full floating-point support with -mieee" >&51107 echo "configure:1108: checking for full floating-point support with -mieee" >&5 1114 1108 if test "$cross_compiling" = yes; then 1115 1109 echo "$ac_t""unknown (cross-compiling)" 1>&6 … … 1118 1112 else 1119 1113 cat > conftest.$ac_ext <<EOF 1120 #line 11 21"configure"1114 #line 1115 "configure" 1121 1115 #include "confdefs.h" 1122 1116 … … 1132 1126 1133 1127 EOF 1134 if { (eval echo configure:11 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1128 if { (eval echo configure:1129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1135 1129 then 1136 1130 echo "$ac_t""yes" 1>&6 … … 1169 1163 set dummy pwd; ac_word=$2 1170 1164 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1171 echo "configure:11 72: checking for $ac_word" >&51165 echo "configure:1166: checking for $ac_word" >&5 1172 1166 1173 1167 case "$pwd" in … … 1207 1201 1208 1202 echo $ac_n "checking for source directory""... $ac_c" 1>&6 1209 echo "configure:12 10: checking for source directory" >&51203 echo "configure:1204: checking for source directory" >&5 1210 1204 1211 1205 if test -z "$srcdir" ; then … … 1218 1212 1219 1213 echo $ac_n "checking for build directory""... $ac_c" 1>&6 1220 echo "configure:12 21: checking for build directory" >&51214 echo "configure:1215: checking for build directory" >&5 1221 1215 1222 1216 DSTDIR=`$pwd` … … 1286 1280 set dummy svnversion; ac_word=$2 1287 1281 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1288 echo "configure:128 9: checking for $ac_word" >&51282 echo "configure:1283: checking for $ac_word" >&5 1289 1283 1290 1284 case "$SVN_VERSION" in … … 1342 1336 1343 1337 echo $ac_n "checking for MacOSX App""... $ac_c" 1>&6 1344 echo "configure:13 45: checking for MacOSX App" >&51338 echo "configure:1339: checking for MacOSX App" >&5 1345 1339 case "$enable_macosx_app" in 1346 1340 yes) MACOSX_APP=1 ;; … … 1354 1348 1355 1349 echo $ac_n "checking for MacOSX architectures""... $ac_c" 1>&6 1356 echo "configure:135 7: checking for MacOSX architectures" >&51350 echo "configure:1351: checking for MacOSX architectures" >&5 1357 1351 1358 1352 MACOSX_ARCHS= … … 1383 1377 1384 1378 echo $ac_n "checking for MacOSX SDK""... $ac_c" 1>&6 1385 echo "configure:138 6: checking for MacOSX SDK" >&51379 echo "configure:1380: checking for MacOSX SDK" >&5 1386 1380 1387 1381 MACOSX_SDK= … … 1393 1387 ac_safe=`echo "$with_macosx_sdk/SDKSettings.plist" | sed 'y%./+-%__p_%'` 1394 1388 echo $ac_n "checking for $with_macosx_sdk/SDKSettings.plist""... $ac_c" 1>&6 1395 echo "configure:139 6: checking for $with_macosx_sdk/SDKSettings.plist" >&51389 echo "configure:1390: checking for $with_macosx_sdk/SDKSettings.plist" >&5 1396 1390 1397 1391 if test "$cross_compiling" = yes; then … … 1437 1431 1438 1432 echo $ac_n "checking how to build libraries""... $ac_c" 1>&6 1439 echo "configure:14 40: checking how to build libraries" >&51433 echo "configure:1434: checking how to build libraries" >&5 1440 1434 # Check whether --enable-shared or --disable-shared was given. 1441 1435 if test "${enable_shared+set}" = set; then … … 1822 1816 1823 1817 1824 # Check whether --with-python or --without-python was given.1825 if test "${with_python+set}" = set; then1826 withval="$with_python"1827 :1828 else1829 with_python="no"1830 fi1831 1832 1833 1818 # Check whether --with-wxwidgets or --without-wxwidgets was given. 1834 1819 if test "${with_wxwidgets+set}" = set; then … … 2255 2240 2256 2241 echo $ac_n "checking for additional include dirs""... $ac_c" 1>&6 2257 echo "configure:22 58: checking for additional include dirs" >&52242 echo "configure:2243: checking for additional include dirs" >&5 2258 2243 case "$with_includes" in 2259 2244 y | ye | yes | n | no) … … 2278 2263 2279 2264 echo $ac_n "checking for additional library dirs""... $ac_c" 1>&6 2280 echo "configure:22 81: checking for additional library dirs" >&52265 echo "configure:2266: checking for additional library dirs" >&5 2281 2266 case "$with_libs" in 2282 2267 y | ye | yes | n | no) … … 2312 2297 # ./install, which can be erroneously created by make from ./install.sh. 2313 2298 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2314 echo "configure:23 15: checking for a BSD compatible install" >&52299 echo "configure:2300: checking for a BSD compatible install" >&5 2315 2300 if test -z "$INSTALL"; then 2316 2301 … … 2365 2350 set dummy flex; ac_word=$2 2366 2351 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2367 echo "configure:23 68: checking for $ac_word" >&52352 echo "configure:2353: checking for $ac_word" >&5 2368 2353 2369 2354 if test -n "$LEX"; then … … 2396 2381 esac 2397 2382 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 2398 echo "configure:23 99: checking for yywrap in -l$ac_lib" >&52383 echo "configure:2384: checking for yywrap in -l$ac_lib" >&5 2399 2384 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 2400 2385 … … 2402 2387 LIBS="-l$ac_lib $LIBS" 2403 2388 cat > conftest.$ac_ext <<EOF 2404 #line 2 405"configure"2389 #line 2390 "configure" 2405 2390 #include "confdefs.h" 2406 2391 /* Override any gcc2 internal prototype to avoid an error. */ … … 2413 2398 ; return 0; } 2414 2399 EOF 2415 if { (eval echo configure:24 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2400 if { (eval echo configure:2401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2416 2401 rm -rf conftest* 2417 2402 eval "ac_cv_lib_$ac_lib_var=yes" … … 2438 2423 set dummy lex; ac_word=$2 2439 2424 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2440 echo "configure:24 41: checking for $ac_word" >&52425 echo "configure:2426: checking for $ac_word" >&5 2441 2426 2442 2427 case "$LEXPATH" in … … 2478 2463 set dummy $ac_prog; ac_word=$2 2479 2464 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2480 echo "configure:24 81: checking for $ac_word" >&52465 echo "configure:2466: checking for $ac_word" >&5 2481 2466 2482 2467 if test -n "$YACC"; then … … 2509 2494 set dummy yacc; ac_word=$2 2510 2495 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2511 echo "configure:2 512: checking for $ac_word" >&52496 echo "configure:2497: checking for $ac_word" >&5 2512 2497 2513 2498 case "$YACCPATH" in … … 2547 2532 set dummy ranlib; ac_word=$2 2548 2533 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2549 echo "configure:25 50: checking for $ac_word" >&52534 echo "configure:2535: checking for $ac_word" >&5 2550 2535 2551 2536 if test -n "$RANLIB"; then … … 2576 2561 set dummy $ac_prog; ac_word=$2 2577 2562 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2578 echo "configure:25 79: checking for $ac_word" >&52563 echo "configure:2564: checking for $ac_word" >&5 2579 2564 2580 2565 if test -n "$AR"; then … … 2607 2592 set dummy $ac_prog; ac_word=$2 2608 2593 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2609 echo "configure:2 610: checking for $ac_word" >&52594 echo "configure:2595: checking for $ac_word" >&5 2610 2595 2611 2596 if test -n "$ENV"; then … … 2636 2621 set dummy perl; ac_word=$2 2637 2622 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2638 echo "configure:26 39: checking for $ac_word" >&52623 echo "configure:2624: checking for $ac_word" >&5 2639 2624 2640 2625 case "$PERL" in … … 2667 2652 2668 2653 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2669 echo "configure:26 70: checking how to run the C preprocessor" >&52654 echo "configure:2655: checking how to run the C preprocessor" >&5 2670 2655 # On Suns, sometimes $CPP names a directory. 2671 2656 if test -n "$CPP" && test -d "$CPP"; then … … 2680 2665 # not just through cpp. 2681 2666 cat > conftest.$ac_ext <<EOF 2682 #line 26 83"configure"2667 #line 2668 "configure" 2683 2668 #include "confdefs.h" 2684 2669 #include <assert.h> … … 2686 2671 EOF 2687 2672 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2688 { (eval echo configure:26 89: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2673 { (eval echo configure:2674: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2689 2674 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2690 2675 if test -z "$ac_err"; then … … 2697 2682 CPP="${CC-cc} -E -traditional-cpp" 2698 2683 cat > conftest.$ac_ext <<EOF 2699 #line 2 700"configure"2684 #line 2685 "configure" 2700 2685 #include "confdefs.h" 2701 2686 #include <assert.h> … … 2703 2688 EOF 2704 2689 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2705 { (eval echo configure:2 706: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2690 { (eval echo configure:2691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2706 2691 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2707 2692 if test -z "$ac_err"; then … … 2714 2699 CPP="${CC-cc} -nologo -E" 2715 2700 cat > conftest.$ac_ext <<EOF 2716 #line 27 17"configure"2701 #line 2702 "configure" 2717 2702 #include "confdefs.h" 2718 2703 #include <assert.h> … … 2720 2705 EOF 2721 2706 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2722 { (eval echo configure:27 23: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2707 { (eval echo configure:2708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2723 2708 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2724 2709 if test -z "$ac_err"; then … … 2744 2729 2745 2730 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 2746 echo "configure:27 47: checking for ANSI C header files" >&52747 2748 cat > conftest.$ac_ext <<EOF 2749 #line 27 50"configure"2731 echo "configure:2732: checking for ANSI C header files" >&5 2732 2733 cat > conftest.$ac_ext <<EOF 2734 #line 2735 "configure" 2750 2735 #include "confdefs.h" 2751 2736 #include <stdlib.h> … … 2755 2740 EOF 2756 2741 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2757 { (eval echo configure:27 58: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2742 { (eval echo configure:2743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2758 2743 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2759 2744 if test -z "$ac_err"; then … … 2772 2757 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2773 2758 cat > conftest.$ac_ext <<EOF 2774 #line 27 75"configure"2759 #line 2760 "configure" 2775 2760 #include "confdefs.h" 2776 2761 #include <string.h> … … 2790 2775 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2791 2776 cat > conftest.$ac_ext <<EOF 2792 #line 27 93"configure"2777 #line 2778 "configure" 2793 2778 #include "confdefs.h" 2794 2779 #include <stdlib.h> … … 2811 2796 else 2812 2797 cat > conftest.$ac_ext <<EOF 2813 #line 2 814"configure"2798 #line 2799 "configure" 2814 2799 #include "confdefs.h" 2815 2800 #include <ctype.h> … … 2822 2807 2823 2808 EOF 2824 if { (eval echo configure:28 25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2809 if { (eval echo configure:2810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2825 2810 then 2826 2811 : … … 2849 2834 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2850 2835 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2851 echo "configure:28 52: checking for $ac_hdr" >&52852 2853 cat > conftest.$ac_ext <<EOF 2854 #line 28 55"configure"2836 echo "configure:2837: checking for $ac_hdr" >&5 2837 2838 cat > conftest.$ac_ext <<EOF 2839 #line 2840 "configure" 2855 2840 #include "confdefs.h" 2856 2841 #include <$ac_hdr> 2857 2842 EOF 2858 2843 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2859 { (eval echo configure:28 60: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2844 { (eval echo configure:2845: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2860 2845 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2861 2846 if test -z "$ac_err"; then … … 2886 2871 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2887 2872 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2888 echo "configure:28 89: checking for $ac_hdr" >&52889 2890 cat > conftest.$ac_ext <<EOF 2891 #line 28 92"configure"2873 echo "configure:2874: checking for $ac_hdr" >&5 2874 2875 cat > conftest.$ac_ext <<EOF 2876 #line 2877 "configure" 2892 2877 #include "confdefs.h" 2893 2878 #include <$ac_hdr> 2894 2879 EOF 2895 2880 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2896 { (eval echo configure:28 97: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2881 { (eval echo configure:2882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2897 2882 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2898 2883 if test -z "$ac_err"; then … … 2923 2908 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2924 2909 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2925 echo "configure:29 26: checking for $ac_hdr" >&52926 2927 cat > conftest.$ac_ext <<EOF 2928 #line 29 29"configure"2910 echo "configure:2911: checking for $ac_hdr" >&5 2911 2912 cat > conftest.$ac_ext <<EOF 2913 #line 2914 "configure" 2929 2914 #include "confdefs.h" 2930 2915 #include <$ac_hdr> 2931 2916 EOF 2932 2917 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2933 { (eval echo configure:29 34: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2918 { (eval echo configure:2919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2934 2919 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2935 2920 if test -z "$ac_err"; then … … 2960 2945 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2961 2946 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2962 echo "configure:29 63: checking for $ac_hdr" >&52963 2964 cat > conftest.$ac_ext <<EOF 2965 #line 29 66"configure"2947 echo "configure:2948: checking for $ac_hdr" >&5 2948 2949 cat > conftest.$ac_ext <<EOF 2950 #line 2951 "configure" 2966 2951 #include "confdefs.h" 2967 2952 #include <$ac_hdr> 2968 2953 EOF 2969 2954 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2970 { (eval echo configure:29 71: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2955 { (eval echo configure:2956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2971 2956 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2972 2957 if test -z "$ac_err"; then … … 2997 2982 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2998 2983 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2999 echo "configure: 3000: checking for $ac_hdr" >&53000 3001 cat > conftest.$ac_ext <<EOF 3002 #line 3003"configure"2984 echo "configure:2985: checking for $ac_hdr" >&5 2985 2986 cat > conftest.$ac_ext <<EOF 2987 #line 2988 "configure" 3003 2988 #include "confdefs.h" 3004 2989 #include <$ac_hdr> 3005 2990 EOF 3006 2991 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3007 { (eval echo configure: 3008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2992 { (eval echo configure:2993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3008 2993 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3009 2994 if test -z "$ac_err"; then … … 3031 3016 3032 3017 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 3033 echo "configure:30 34: checking whether time.h and sys/time.h may both be included" >&53034 3035 cat > conftest.$ac_ext <<EOF 3036 #line 30 37"configure"3018 echo "configure:3019: checking whether time.h and sys/time.h may both be included" >&5 3019 3020 cat > conftest.$ac_ext <<EOF 3021 #line 3022 "configure" 3037 3022 #include "confdefs.h" 3038 3023 #include <sys/types.h> … … 3043 3028 ; return 0; } 3044 3029 EOF 3045 if { (eval echo configure:30 46: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3030 if { (eval echo configure:3031: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3046 3031 rm -rf conftest* 3047 3032 ac_cv_header_time=yes … … 3063 3048 3064 3049 echo $ac_n "checking for off_t""... $ac_c" 1>&6 3065 echo "configure:30 66: checking for off_t" >&53066 3067 cat > conftest.$ac_ext <<EOF 3068 #line 30 69"configure"3050 echo "configure:3051: checking for off_t" >&5 3051 3052 cat > conftest.$ac_ext <<EOF 3053 #line 3054 "configure" 3069 3054 #include "confdefs.h" 3070 3055 #include <sys/types.h> … … 3093 3078 3094 3079 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 3095 echo "configure:30 96: checking for uid_t in sys/types.h" >&53096 3097 cat > conftest.$ac_ext <<EOF 3098 #line 30 99"configure"3080 echo "configure:3081: checking for uid_t in sys/types.h" >&5 3081 3082 cat > conftest.$ac_ext <<EOF 3083 #line 3084 "configure" 3099 3084 #include "confdefs.h" 3100 3085 #include <sys/types.h> … … 3124 3109 3125 3110 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 3126 echo "configure:31 27: checking return type of signal handlers" >&53127 3128 cat > conftest.$ac_ext <<EOF 3129 #line 31 30"configure"3111 echo "configure:3112: checking return type of signal handlers" >&5 3112 3113 cat > conftest.$ac_ext <<EOF 3114 #line 3115 "configure" 3130 3115 #include "confdefs.h" 3131 3116 #include <sys/types.h> … … 3144 3129 ; return 0; } 3145 3130 EOF 3146 if { (eval echo configure:31 47: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3131 if { (eval echo configure:3132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3147 3132 rm -rf conftest* 3148 3133 ac_cv_type_signal=void … … 3162 3147 3163 3148 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 3164 echo "configure:31 65: checking for Cygwin environment" >&53165 3166 cat > conftest.$ac_ext <<EOF 3167 #line 31 68"configure"3149 echo "configure:3150: checking for Cygwin environment" >&5 3150 3151 cat > conftest.$ac_ext <<EOF 3152 #line 3153 "configure" 3168 3153 #include "confdefs.h" 3169 3154 … … 3176 3161 ; return 0; } 3177 3162 EOF 3178 if { (eval echo configure:31 79: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3163 if { (eval echo configure:3164: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3179 3164 rm -rf conftest* 3180 3165 ac_cv_cygwin=yes … … 3194 3179 do 3195 3180 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3196 echo "configure:31 97: checking for $ac_func" >&53197 3198 cat > conftest.$ac_ext <<EOF 3199 #line 3 200"configure"3181 echo "configure:3182: checking for $ac_func" >&5 3182 3183 cat > conftest.$ac_ext <<EOF 3184 #line 3185 "configure" 3200 3185 #include "confdefs.h" 3201 3186 /* System header to define __stub macros and hopefully few prototypes, … … 3220 3205 ; return 0; } 3221 3206 EOF 3222 if { (eval echo configure:32 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3207 if { (eval echo configure:3208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3223 3208 rm -rf conftest* 3224 3209 eval "ac_cv_func_$ac_func=yes" … … 3246 3231 do 3247 3232 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3248 echo "configure:32 49: checking for $ac_func" >&53249 3250 cat > conftest.$ac_ext <<EOF 3251 #line 32 52"configure"3233 echo "configure:3234: checking for $ac_func" >&5 3234 3235 cat > conftest.$ac_ext <<EOF 3236 #line 3237 "configure" 3252 3237 #include "confdefs.h" 3253 3238 /* System header to define __stub macros and hopefully few prototypes, … … 3272 3257 ; return 0; } 3273 3258 EOF 3274 if { (eval echo configure:32 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3259 if { (eval echo configure:3260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3275 3260 rm -rf conftest* 3276 3261 eval "ac_cv_func_$ac_func=yes" … … 3298 3283 do 3299 3284 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3300 echo "configure:3 301: checking for $ac_func" >&53301 3302 cat > conftest.$ac_ext <<EOF 3303 #line 3 304"configure"3285 echo "configure:3286: checking for $ac_func" >&5 3286 3287 cat > conftest.$ac_ext <<EOF 3288 #line 3289 "configure" 3304 3289 #include "confdefs.h" 3305 3290 /* System header to define __stub macros and hopefully few prototypes, … … 3324 3309 ; return 0; } 3325 3310 EOF 3326 if { (eval echo configure:33 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3311 if { (eval echo configure:3312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3327 3312 rm -rf conftest* 3328 3313 eval "ac_cv_func_$ac_func=yes" … … 3350 3335 do 3351 3336 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3352 echo "configure:33 53: checking for $ac_func" >&53353 3354 cat > conftest.$ac_ext <<EOF 3355 #line 33 56"configure"3337 echo "configure:3338: checking for $ac_func" >&5 3338 3339 cat > conftest.$ac_ext <<EOF 3340 #line 3341 "configure" 3356 3341 #include "confdefs.h" 3357 3342 /* System header to define __stub macros and hopefully few prototypes, … … 3376 3361 ; return 0; } 3377 3362 EOF 3378 if { (eval echo configure:33 79: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3363 if { (eval echo configure:3364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3379 3364 rm -rf conftest* 3380 3365 eval "ac_cv_func_$ac_func=yes" … … 3402 3387 do 3403 3388 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 3404 echo "configure:3 405: checking for $ac_func" >&53405 3406 cat > conftest.$ac_ext <<EOF 3407 #line 3 408"configure"3389 echo "configure:3390: checking for $ac_func" >&5 3390 3391 cat > conftest.$ac_ext <<EOF 3392 #line 3393 "configure" 3408 3393 #include "confdefs.h" 3409 3394 /* System header to define __stub macros and hopefully few prototypes, … … 3428 3413 ; return 0; } 3429 3414 EOF 3430 if { (eval echo configure:34 31: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3415 if { (eval echo configure:3416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3431 3416 rm -rf conftest* 3432 3417 eval "ac_cv_func_$ac_func=yes" … … 3453 3438 if test "$cross_compiling" != "yes" ; then 3454 3439 echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6 3455 echo "configure:34 56: checking whether setpgrp takes no argument" >&53440 echo "configure:3441: checking whether setpgrp takes no argument" >&5 3456 3441 3457 3442 if test "$cross_compiling" = yes; then … … 3459 3444 else 3460 3445 cat > conftest.$ac_ext <<EOF 3461 #line 34 62"configure"3446 #line 3447 "configure" 3462 3447 #include "confdefs.h" 3463 3448 … … 3479 3464 3480 3465 EOF 3481 if { (eval echo configure:34 82: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3466 if { (eval echo configure:3467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3482 3467 then 3483 3468 ac_cv_func_setpgrp_void=no … … 3507 3492 3508 3493 echo $ac_n "checking for long long int""... $ac_c" 1>&6 3509 echo "configure:3 510: checking for long long int" >&53510 cat > conftest.$ac_ext <<EOF 3511 #line 3 512"configure"3494 echo "configure:3495: checking for long long int" >&5 3495 cat > conftest.$ac_ext <<EOF 3496 #line 3497 "configure" 3512 3497 #include "confdefs.h" 3513 3498 … … 3516 3501 ; return 0; } 3517 3502 EOF 3518 if { (eval echo configure:35 19: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3503 if { (eval echo configure:3504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3519 3504 rm -rf conftest* 3520 3505 … … 3536 3521 3537 3522 echo $ac_n "checking for W11""... $ac_c" 1>&6 3538 echo "configure:35 39: checking for W11" >&53523 echo "configure:3524: checking for W11" >&5 3539 3524 case "$enable_w11" in 3540 3525 yes|no) echo "$ac_t"""$enable_w11"" 1>&6 ;; … … 3564 3549 # --without-x overrides everything else, but does not touch the cache. 3565 3550 echo $ac_n "checking for X""... $ac_c" 1>&6 3566 echo "configure:35 67: checking for X" >&53551 echo "configure:3552: checking for X" >&5 3567 3552 3568 3553 # Check whether --with-x or --without-x was given. … … 3624 3609 # First, try using that file with no special directory specified. 3625 3610 cat > conftest.$ac_ext <<EOF 3626 #line 36 27"configure"3611 #line 3612 "configure" 3627 3612 #include "confdefs.h" 3628 3613 #include <$x_direct_test_include> 3629 3614 EOF 3630 3615 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3631 { (eval echo configure:36 32: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3616 { (eval echo configure:3617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3632 3617 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 3633 3618 if test -z "$ac_err"; then … … 3698 3683 LIBS="-l$x_direct_test_library $LIBS" 3699 3684 cat > conftest.$ac_ext <<EOF 3700 #line 3 701"configure"3685 #line 3686 "configure" 3701 3686 #include "confdefs.h" 3702 3687 … … 3705 3690 ; return 0; } 3706 3691 EOF 3707 if { (eval echo configure:3 708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3692 if { (eval echo configure:3693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3708 3693 rm -rf conftest* 3709 3694 LIBS="$ac_save_LIBS" … … 3810 3795 "SunOS 5"*) 3811 3796 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 3812 echo "configure:3 813: checking whether -R must be followed by a space" >&53797 echo "configure:3798: checking whether -R must be followed by a space" >&5 3813 3798 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" 3814 3799 cat > conftest.$ac_ext <<EOF 3815 #line 38 16"configure"3816 #include "confdefs.h" 3817 3818 int main() { 3819 3820 ; return 0; } 3821 EOF 3822 if { (eval echo configure:38 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3800 #line 3801 "configure" 3801 #include "confdefs.h" 3802 3803 int main() { 3804 3805 ; return 0; } 3806 EOF 3807 if { (eval echo configure:3808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3823 3808 rm -rf conftest* 3824 3809 ac_R_nospace=yes … … 3836 3821 LIBS="$ac_xsave_LIBS -R $x_libraries" 3837 3822 cat > conftest.$ac_ext <<EOF 3838 #line 38 39"configure"3839 #include "confdefs.h" 3840 3841 int main() { 3842 3843 ; return 0; } 3844 EOF 3845 if { (eval echo configure:38 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3823 #line 3824 "configure" 3824 #include "confdefs.h" 3825 3826 int main() { 3827 3828 ; return 0; } 3829 EOF 3830 if { (eval echo configure:3831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3846 3831 rm -rf conftest* 3847 3832 ac_R_space=yes … … 3875 3860 # the Alpha needs dnet_stub (dnet does not exist). 3876 3861 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 3877 echo "configure:38 78: checking for dnet_ntoa in -ldnet" >&53862 echo "configure:3863: checking for dnet_ntoa in -ldnet" >&5 3878 3863 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` 3879 3864 … … 3881 3866 LIBS="-ldnet $LIBS" 3882 3867 cat > conftest.$ac_ext <<EOF 3883 #line 38 84"configure"3868 #line 3869 "configure" 3884 3869 #include "confdefs.h" 3885 3870 /* Override any gcc2 internal prototype to avoid an error. */ … … 3892 3877 ; return 0; } 3893 3878 EOF 3894 if { (eval echo configure:38 95: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3879 if { (eval echo configure:3880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3895 3880 rm -rf conftest* 3896 3881 eval "ac_cv_lib_$ac_lib_var=yes" … … 3913 3898 if test $ac_cv_lib_dnet_dnet_ntoa = no; then 3914 3899 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 3915 echo "configure:39 16: checking for dnet_ntoa in -ldnet_stub" >&53900 echo "configure:3901: checking for dnet_ntoa in -ldnet_stub" >&5 3916 3901 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` 3917 3902 … … 3919 3904 LIBS="-ldnet_stub $LIBS" 3920 3905 cat > conftest.$ac_ext <<EOF 3921 #line 39 22"configure"3906 #line 3907 "configure" 3922 3907 #include "confdefs.h" 3923 3908 /* Override any gcc2 internal prototype to avoid an error. */ … … 3930 3915 ; return 0; } 3931 3916 EOF 3932 if { (eval echo configure:39 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3917 if { (eval echo configure:3918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3933 3918 rm -rf conftest* 3934 3919 eval "ac_cv_lib_$ac_lib_var=yes" … … 3958 3943 # on Irix 5.2, according to dickey@clark.net. 3959 3944 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 3960 echo "configure:39 61: checking for gethostbyname" >&53961 3962 cat > conftest.$ac_ext <<EOF 3963 #line 39 64"configure"3945 echo "configure:3946: checking for gethostbyname" >&5 3946 3947 cat > conftest.$ac_ext <<EOF 3948 #line 3949 "configure" 3964 3949 #include "confdefs.h" 3965 3950 /* System header to define __stub macros and hopefully few prototypes, … … 3984 3969 ; return 0; } 3985 3970 EOF 3986 if { (eval echo configure:39 87: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3971 if { (eval echo configure:3972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3987 3972 rm -rf conftest* 3988 3973 eval "ac_cv_func_gethostbyname=yes" … … 4004 3989 if test $ac_cv_func_gethostbyname = no; then 4005 3990 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 4006 echo "configure: 4007: checking for gethostbyname in -lnsl" >&53991 echo "configure:3992: checking for gethostbyname in -lnsl" >&5 4007 3992 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 4008 3993 … … 4010 3995 LIBS="-lnsl $LIBS" 4011 3996 cat > conftest.$ac_ext <<EOF 4012 #line 4013"configure"3997 #line 3998 "configure" 4013 3998 #include "confdefs.h" 4014 3999 /* Override any gcc2 internal prototype to avoid an error. */ … … 4021 4006 ; return 0; } 4022 4007 EOF 4023 if { (eval echo configure:40 24: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4008 if { (eval echo configure:4009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4024 4009 rm -rf conftest* 4025 4010 eval "ac_cv_lib_$ac_lib_var=yes" … … 4050 4035 # We assume that if connect needs -lnsl, so does gethostbyname. 4051 4036 echo $ac_n "checking for connect""... $ac_c" 1>&6 4052 echo "configure:40 53: checking for connect" >&54053 4054 cat > conftest.$ac_ext <<EOF 4055 #line 40 56"configure"4037 echo "configure:4038: checking for connect" >&5 4038 4039 cat > conftest.$ac_ext <<EOF 4040 #line 4041 "configure" 4056 4041 #include "confdefs.h" 4057 4042 /* System header to define __stub macros and hopefully few prototypes, … … 4076 4061 ; return 0; } 4077 4062 EOF 4078 if { (eval echo configure:40 79: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4063 if { (eval echo configure:4064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4079 4064 rm -rf conftest* 4080 4065 eval "ac_cv_func_connect=yes" … … 4096 4081 if test $ac_cv_func_connect = no; then 4097 4082 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 4098 echo "configure:40 99: checking for connect in -lsocket" >&54083 echo "configure:4084: checking for connect in -lsocket" >&5 4099 4084 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` 4100 4085 … … 4102 4087 LIBS="-lsocket $X_EXTRA_LIBS $LIBS" 4103 4088 cat > conftest.$ac_ext <<EOF 4104 #line 4 105"configure"4089 #line 4090 "configure" 4105 4090 #include "confdefs.h" 4106 4091 /* Override any gcc2 internal prototype to avoid an error. */ … … 4113 4098 ; return 0; } 4114 4099 EOF 4115 if { (eval echo configure:41 16: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4100 if { (eval echo configure:4101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4116 4101 rm -rf conftest* 4117 4102 eval "ac_cv_lib_$ac_lib_var=yes" … … 4136 4121 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. 4137 4122 echo $ac_n "checking for remove""... $ac_c" 1>&6 4138 echo "configure:41 39: checking for remove" >&54139 4140 cat > conftest.$ac_ext <<EOF 4141 #line 41 42"configure"4123 echo "configure:4124: checking for remove" >&5 4124 4125 cat > conftest.$ac_ext <<EOF 4126 #line 4127 "configure" 4142 4127 #include "confdefs.h" 4143 4128 /* System header to define __stub macros and hopefully few prototypes, … … 4162 4147 ; return 0; } 4163 4148 EOF 4164 if { (eval echo configure:41 65: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4149 if { (eval echo configure:4150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4165 4150 rm -rf conftest* 4166 4151 eval "ac_cv_func_remove=yes" … … 4182 4167 if test $ac_cv_func_remove = no; then 4183 4168 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 4184 echo "configure:41 85: checking for remove in -lposix" >&54169 echo "configure:4170: checking for remove in -lposix" >&5 4185 4170 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` 4186 4171 … … 4188 4173 LIBS="-lposix $LIBS" 4189 4174 cat > conftest.$ac_ext <<EOF 4190 #line 41 91"configure"4175 #line 4176 "configure" 4191 4176 #include "confdefs.h" 4192 4177 /* Override any gcc2 internal prototype to avoid an error. */ … … 4199 4184 ; return 0; } 4200 4185 EOF 4201 if { (eval echo configure:4 202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4186 if { (eval echo configure:4187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4202 4187 rm -rf conftest* 4203 4188 eval "ac_cv_lib_$ac_lib_var=yes" … … 4222 4207 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 4223 4208 echo $ac_n "checking for shmat""... $ac_c" 1>&6 4224 echo "configure:42 25: checking for shmat" >&54225 4226 cat > conftest.$ac_ext <<EOF 4227 #line 42 28"configure"4209 echo "configure:4210: checking for shmat" >&5 4210 4211 cat > conftest.$ac_ext <<EOF 4212 #line 4213 "configure" 4228 4213 #include "confdefs.h" 4229 4214 /* System header to define __stub macros and hopefully few prototypes, … … 4248 4233 ; return 0; } 4249 4234 EOF 4250 if { (eval echo configure:42 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4235 if { (eval echo configure:4236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4251 4236 rm -rf conftest* 4252 4237 eval "ac_cv_func_shmat=yes" … … 4268 4253 if test $ac_cv_func_shmat = no; then 4269 4254 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 4270 echo "configure:42 71: checking for shmat in -lipc" >&54255 echo "configure:4256: checking for shmat in -lipc" >&5 4271 4256 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` 4272 4257 … … 4274 4259 LIBS="-lipc $LIBS" 4275 4260 cat > conftest.$ac_ext <<EOF 4276 #line 42 77"configure"4261 #line 4262 "configure" 4277 4262 #include "confdefs.h" 4278 4263 /* Override any gcc2 internal prototype to avoid an error. */ … … 4285 4270 ; return 0; } 4286 4271 EOF 4287 if { (eval echo configure:42 88: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4272 if { (eval echo configure:4273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4288 4273 rm -rf conftest* 4289 4274 eval "ac_cv_lib_$ac_lib_var=yes" … … 4317 4302 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. 4318 4303 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 4319 echo "configure:43 20: checking for IceConnectionNumber in -lICE" >&54304 echo "configure:4305: checking for IceConnectionNumber in -lICE" >&5 4320 4305 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` 4321 4306 … … 4323 4308 LIBS="-lICE $X_EXTRA_LIBS $LIBS" 4324 4309 cat > conftest.$ac_ext <<EOF 4325 #line 43 26"configure"4310 #line 4311 "configure" 4326 4311 #include "confdefs.h" 4327 4312 /* Override any gcc2 internal prototype to avoid an error. */ … … 4334 4319 ; return 0; } 4335 4320 EOF 4336 if { (eval echo configure:43 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4321 if { (eval echo configure:4322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4337 4322 rm -rf conftest* 4338 4323 eval "ac_cv_lib_$ac_lib_var=yes" … … 4374 4359 4375 4360 echo $ac_n "checking for library containing cuserid""... $ac_c" 1>&6 4376 echo "configure:43 77: checking for library containing cuserid" >&54361 echo "configure:4362: checking for library containing cuserid" >&5 4377 4362 4378 4363 ac_func_search_save_LIBS="$LIBS" 4379 4364 ac_cv_search_cuserid="no" 4380 4365 cat > conftest.$ac_ext <<EOF 4381 #line 43 82"configure"4366 #line 4367 "configure" 4382 4367 #include "confdefs.h" 4383 4368 /* Override any gcc2 internal prototype to avoid an error. */ … … 4390 4375 ; return 0; } 4391 4376 EOF 4392 if { (eval echo configure:43 93: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4377 if { (eval echo configure:4378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4393 4378 rm -rf conftest* 4394 4379 ac_cv_search_cuserid="none required" … … 4401 4386 LIBS="-l$i $ac_func_search_save_LIBS" 4402 4387 cat > conftest.$ac_ext <<EOF 4403 #line 4 404"configure"4388 #line 4389 "configure" 4404 4389 #include "confdefs.h" 4405 4390 /* Override any gcc2 internal prototype to avoid an error. */ … … 4412 4397 ; return 0; } 4413 4398 EOF 4414 if { (eval echo configure:44 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4399 if { (eval echo configure:4400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4415 4400 rm -rf conftest* 4416 4401 ac_cv_search_cuserid="-l$i" … … 4438 4423 4439 4424 echo $ac_n "checking for xdrmem_create""... $ac_c" 1>&6 4440 echo "configure:44 41: checking for xdrmem_create" >&54441 4442 cat > conftest.$ac_ext <<EOF 4443 #line 44 44"configure"4425 echo "configure:4426: checking for xdrmem_create" >&5 4426 4427 cat > conftest.$ac_ext <<EOF 4428 #line 4429 "configure" 4444 4429 #include "confdefs.h" 4445 4430 /* System header to define __stub macros and hopefully few prototypes, … … 4464 4449 ; return 0; } 4465 4450 EOF 4466 if { (eval echo configure:44 67: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4451 if { (eval echo configure:4452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4467 4452 rm -rf conftest* 4468 4453 eval "ac_cv_func_xdrmem_create=yes" … … 4482 4467 4483 4468 echo $ac_n "checking for xdrmem_create in -lsun""... $ac_c" 1>&6 4484 echo "configure:44 85: checking for xdrmem_create in -lsun" >&54469 echo "configure:4470: checking for xdrmem_create in -lsun" >&5 4485 4470 ac_lib_var=`echo sun'_'xdrmem_create | sed 'y%./+-%__p_%'` 4486 4471 … … 4488 4473 LIBS="-lsun $LIBS" 4489 4474 cat > conftest.$ac_ext <<EOF 4490 #line 44 91"configure"4475 #line 4476 "configure" 4491 4476 #include "confdefs.h" 4492 4477 /* Override any gcc2 internal prototype to avoid an error. */ … … 4499 4484 ; return 0; } 4500 4485 EOF 4501 if { (eval echo configure:4 502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4486 if { (eval echo configure:4487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4502 4487 rm -rf conftest* 4503 4488 eval "ac_cv_lib_$ac_lib_var=yes" … … 4518 4503 4519 4504 echo $ac_n "checking for xdrmem_create in -lnsl""... $ac_c" 1>&6 4520 echo "configure:45 21: checking for xdrmem_create in -lnsl" >&54505 echo "configure:4506: checking for xdrmem_create in -lnsl" >&5 4521 4506 ac_lib_var=`echo nsl'_'xdrmem_create | sed 'y%./+-%__p_%'` 4522 4507 … … 4524 4509 LIBS="-lnsl $LIBS" 4525 4510 cat > conftest.$ac_ext <<EOF 4526 #line 45 27"configure"4511 #line 4512 "configure" 4527 4512 #include "confdefs.h" 4528 4513 /* Override any gcc2 internal prototype to avoid an error. */ … … 4535 4520 ; return 0; } 4536 4521 EOF 4537 if { (eval echo configure:45 38: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4522 if { (eval echo configure:4523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4538 4523 rm -rf conftest* 4539 4524 eval "ac_cv_lib_$ac_lib_var=yes" … … 4554 4539 4555 4540 echo $ac_n "checking for xdrmem_create in -lrpclib""... $ac_c" 1>&6 4556 echo "configure:45 57: checking for xdrmem_create in -lrpclib" >&54541 echo "configure:4542: checking for xdrmem_create in -lrpclib" >&5 4557 4542 ac_lib_var=`echo rpclib'_'xdrmem_create | sed 'y%./+-%__p_%'` 4558 4543 … … 4560 4545 LIBS="-lrpclib $LIBS" 4561 4546 cat > conftest.$ac_ext <<EOF 4562 #line 45 63"configure"4547 #line 4548 "configure" 4563 4548 #include "confdefs.h" 4564 4549 /* Override any gcc2 internal prototype to avoid an error. */ … … 4571 4556 ; return 0; } 4572 4557 EOF 4573 if { (eval echo configure:45 74: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4558 if { (eval echo configure:4559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4574 4559 rm -rf conftest* 4575 4560 eval "ac_cv_lib_$ac_lib_var=yes" … … 4590 4575 4591 4576 echo $ac_n "checking for xdrmem_create in -lxdr""... $ac_c" 1>&6 4592 echo "configure:45 93: checking for xdrmem_create in -lxdr" >&54577 echo "configure:4578: checking for xdrmem_create in -lxdr" >&5 4593 4578 ac_lib_var=`echo xdr'_'xdrmem_create | sed 'y%./+-%__p_%'` 4594 4579 … … 4596 4581 LIBS="-lxdr -liberty -lws2_32 $LIBS" 4597 4582 cat > conftest.$ac_ext <<EOF 4598 #line 45 99"configure"4583 #line 4584 "configure" 4599 4584 #include "confdefs.h" 4600 4585 /* Override any gcc2 internal prototype to avoid an error. */ … … 4607 4592 ; return 0; } 4608 4593 EOF 4609 if { (eval echo configure:4 610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4594 if { (eval echo configure:4595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4610 4595 rm -rf conftest* 4611 4596 eval "ac_cv_lib_$ac_lib_var=yes" … … 4641 4626 do 4642 4627 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 4643 echo "configure:46 44: checking for $ac_func" >&54644 4645 cat > conftest.$ac_ext <<EOF 4646 #line 46 47"configure"4628 echo "configure:4629: checking for $ac_func" >&5 4629 4630 cat > conftest.$ac_ext <<EOF 4631 #line 4632 "configure" 4647 4632 #include "confdefs.h" 4648 4633 /* System header to define __stub macros and hopefully few prototypes, … … 4667 4652 ; return 0; } 4668 4653 EOF 4669 if { (eval echo configure:46 70: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4654 if { (eval echo configure:4655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4670 4655 rm -rf conftest* 4671 4656 eval "ac_cv_func_$ac_func=yes" … … 4694 4679 # Test if mathlib needs -lm flag or is included with libc 4695 4680 echo $ac_n "checking for atan""... $ac_c" 1>&6 4696 echo "configure:46 97: checking for atan" >&54697 4698 cat > conftest.$ac_ext <<EOF 4699 #line 4 700"configure"4681 echo "configure:4682: checking for atan" >&5 4682 4683 cat > conftest.$ac_ext <<EOF 4684 #line 4685 "configure" 4700 4685 #include "confdefs.h" 4701 4686 /* System header to define __stub macros and hopefully few prototypes, … … 4720 4705 ; return 0; } 4721 4706 EOF 4722 if { (eval echo configure:47 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4707 if { (eval echo configure:4708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4723 4708 rm -rf conftest* 4724 4709 eval "ac_cv_func_atan=yes" … … 4738 4723 4739 4724 echo $ac_n "checking for atan in -lm""... $ac_c" 1>&6 4740 echo "configure:47 41: checking for atan in -lm" >&54725 echo "configure:4726: checking for atan in -lm" >&5 4741 4726 ac_lib_var=`echo m'_'atan | sed 'y%./+-%__p_%'` 4742 4727 … … 4744 4729 LIBS="-lm $LIBS" 4745 4730 cat > conftest.$ac_ext <<EOF 4746 #line 47 47"configure"4731 #line 4732 "configure" 4747 4732 #include "confdefs.h" 4748 4733 /* Override any gcc2 internal prototype to avoid an error. */ … … 4755 4740 ; return 0; } 4756 4741 EOF 4757 if { (eval echo configure:47 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4742 if { (eval echo configure:4743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4758 4743 rm -rf conftest* 4759 4744 eval "ac_cv_lib_$ac_lib_var=yes" … … 4782 4767 4783 4768 echo $ac_n "checking for dlsym""... $ac_c" 1>&6 4784 echo "configure:47 85: checking for dlsym" >&54785 4786 cat > conftest.$ac_ext <<EOF 4787 #line 47 88"configure"4769 echo "configure:4770: checking for dlsym" >&5 4770 4771 cat > conftest.$ac_ext <<EOF 4772 #line 4773 "configure" 4788 4773 #include "confdefs.h" 4789 4774 /* System header to define __stub macros and hopefully few prototypes, … … 4808 4793 ; return 0; } 4809 4794 EOF 4810 if { (eval echo configure:4 811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4795 if { (eval echo configure:4796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4811 4796 rm -rf conftest* 4812 4797 eval "ac_cv_func_dlsym=yes" … … 4826 4811 4827 4812 echo $ac_n "checking for dlsym in -ldl""... $ac_c" 1>&6 4828 echo "configure:48 29: checking for dlsym in -ldl" >&54813 echo "configure:4814: checking for dlsym in -ldl" >&5 4829 4814 ac_lib_var=`echo dl'_'dlsym | sed 'y%./+-%__p_%'` 4830 4815 … … 4832 4817 LIBS="-ldl $LIBS" 4833 4818 cat > conftest.$ac_ext <<EOF 4834 #line 48 35"configure"4819 #line 4820 "configure" 4835 4820 #include "confdefs.h" 4836 4821 /* Override any gcc2 internal prototype to avoid an error. */ … … 4843 4828 ; return 0; } 4844 4829 EOF 4845 if { (eval echo configure:48 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4830 if { (eval echo configure:4831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4846 4831 rm -rf conftest* 4847 4832 eval "ac_cv_lib_$ac_lib_var=yes" … … 4870 4855 4871 4856 echo $ac_n "checking for iconv""... $ac_c" 1>&6 4872 echo "configure:48 73: checking for iconv" >&54873 4874 cat > conftest.$ac_ext <<EOF 4875 #line 48 76"configure"4857 echo "configure:4858: checking for iconv" >&5 4858 4859 cat > conftest.$ac_ext <<EOF 4860 #line 4861 "configure" 4876 4861 #include "confdefs.h" 4877 4862 /* System header to define __stub macros and hopefully few prototypes, … … 4896 4881 ; return 0; } 4897 4882 EOF 4898 if { (eval echo configure:48 99: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4883 if { (eval echo configure:4884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4899 4884 rm -rf conftest* 4900 4885 eval "ac_cv_func_iconv=yes" … … 4914 4899 4915 4900 echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 4916 echo "configure:49 17: checking for iconv in -liconv" >&54901 echo "configure:4902: checking for iconv in -liconv" >&5 4917 4902 ac_lib_var=`echo iconv'_'iconv | sed 'y%./+-%__p_%'` 4918 4903 … … 4920 4905 LIBS="-liconv $LIBS" 4921 4906 cat > conftest.$ac_ext <<EOF 4922 #line 49 23"configure"4907 #line 4908 "configure" 4923 4908 #include "confdefs.h" 4924 4909 /* Override any gcc2 internal prototype to avoid an error. */ … … 4931 4916 ; return 0; } 4932 4917 EOF 4933 if { (eval echo configure:49 34: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4918 if { (eval echo configure:4919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4934 4919 rm -rf conftest* 4935 4920 eval "ac_cv_lib_$ac_lib_var=yes" … … 4950 4935 4951 4936 echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6 4952 echo "configure:49 53: checking for iconv in -lgiconv" >&54937 echo "configure:4938: checking for iconv in -lgiconv" >&5 4953 4938 ac_lib_var=`echo giconv'_'iconv | sed 'y%./+-%__p_%'` 4954 4939 … … 4956 4941 LIBS="-lgiconv $LIBS" 4957 4942 cat > conftest.$ac_ext <<EOF 4958 #line 49 59"configure"4943 #line 4944 "configure" 4959 4944 #include "confdefs.h" 4960 4945 /* Override any gcc2 internal prototype to avoid an error. */ … … 4967 4952 ; return 0; } 4968 4953 EOF 4969 if { (eval echo configure:49 70: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4954 if { (eval echo configure:4955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 4970 4955 rm -rf conftest* 4971 4956 eval "ac_cv_lib_$ac_lib_var=yes" … … 4986 4971 4987 4972 echo $ac_n "checking for libiconv""... $ac_c" 1>&6 4988 echo "configure:49 89: checking for libiconv" >&54989 4990 cat > conftest.$ac_ext <<EOF 4991 #line 49 92"configure"4973 echo "configure:4974: checking for libiconv" >&5 4974 4975 cat > conftest.$ac_ext <<EOF 4976 #line 4977 "configure" 4992 4977 #include "confdefs.h" 4993 4978 /* System header to define __stub macros and hopefully few prototypes, … … 5012 4997 ; return 0; } 5013 4998 EOF 5014 if { (eval echo configure:50 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then4999 if { (eval echo configure:5000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5015 5000 rm -rf conftest* 5016 5001 eval "ac_cv_func_libiconv=yes" … … 5030 5015 5031 5016 echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6 5032 echo "configure:50 33: checking for libiconv in -liconv" >&55017 echo "configure:5018: checking for libiconv in -liconv" >&5 5033 5018 ac_lib_var=`echo iconv'_'libiconv | sed 'y%./+-%__p_%'` 5034 5019 … … 5036 5021 LIBS="-liconv $LIBS" 5037 5022 cat > conftest.$ac_ext <<EOF 5038 #line 50 39"configure"5023 #line 5024 "configure" 5039 5024 #include "confdefs.h" 5040 5025 /* Override any gcc2 internal prototype to avoid an error. */ … … 5047 5032 ; return 0; } 5048 5033 EOF 5049 if { (eval echo configure:50 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5034 if { (eval echo configure:5035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5050 5035 rm -rf conftest* 5051 5036 eval "ac_cv_lib_$ac_lib_var=yes" … … 5066 5051 5067 5052 echo $ac_n "checking for libiconv in -lgiconv""... $ac_c" 1>&6 5068 echo "configure:50 69: checking for libiconv in -lgiconv" >&55053 echo "configure:5054: checking for libiconv in -lgiconv" >&5 5069 5054 ac_lib_var=`echo giconv'_'libiconv | sed 'y%./+-%__p_%'` 5070 5055 … … 5072 5057 LIBS="-lgiconv $LIBS" 5073 5058 cat > conftest.$ac_ext <<EOF 5074 #line 50 75"configure"5059 #line 5060 "configure" 5075 5060 #include "confdefs.h" 5076 5061 /* Override any gcc2 internal prototype to avoid an error. */ … … 5083 5068 ; return 0; } 5084 5069 EOF 5085 if { (eval echo configure:50 86: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5070 if { (eval echo configure:5071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5086 5071 rm -rf conftest* 5087 5072 eval "ac_cv_lib_$ac_lib_var=yes" … … 5120 5105 have_socket=1 5121 5106 echo $ac_n "checking for socket""... $ac_c" 1>&6 5122 echo "configure:51 23: checking for socket" >&55123 5124 cat > conftest.$ac_ext <<EOF 5125 #line 51 26"configure"5107 echo "configure:5108: checking for socket" >&5 5108 5109 cat > conftest.$ac_ext <<EOF 5110 #line 5111 "configure" 5126 5111 #include "confdefs.h" 5127 5112 /* System header to define __stub macros and hopefully few prototypes, … … 5146 5131 ; return 0; } 5147 5132 EOF 5148 if { (eval echo configure:51 49: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5133 if { (eval echo configure:5134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5149 5134 rm -rf conftest* 5150 5135 eval "ac_cv_func_socket=yes" … … 5164 5149 5165 5150 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 5166 echo "configure:51 67: checking for socket in -lsocket" >&55151 echo "configure:5152: checking for socket in -lsocket" >&5 5167 5152 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` 5168 5153 … … 5170 5155 LIBS="-lsocket $LIBS" 5171 5156 cat > conftest.$ac_ext <<EOF 5172 #line 51 73"configure"5157 #line 5158 "configure" 5173 5158 #include "confdefs.h" 5174 5159 /* Override any gcc2 internal prototype to avoid an error. */ … … 5181 5166 ; return 0; } 5182 5167 EOF 5183 if { (eval echo configure:51 84: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5168 if { (eval echo configure:5169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5184 5169 rm -rf conftest* 5185 5170 eval "ac_cv_lib_$ac_lib_var=yes" … … 5229 5214 5230 5215 echo $ac_n "checking for location of zlib includes""... $ac_c" 1>&6 5231 echo "configure:52 32: checking for location of zlib includes" >&55216 echo "configure:5217: checking for location of zlib includes" >&5 5232 5217 case "$with_zlib_includes" in 5233 5218 y | ye | yes | n | no) … … 5255 5240 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5256 5241 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5257 echo "configure:52 58: checking for $ac_hdr" >&55258 5259 cat > conftest.$ac_ext <<EOF 5260 #line 52 61"configure"5242 echo "configure:5243: checking for $ac_hdr" >&5 5243 5244 cat > conftest.$ac_ext <<EOF 5245 #line 5246 "configure" 5261 5246 #include "confdefs.h" 5262 5247 #include <$ac_hdr> 5263 5248 EOF 5264 5249 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5265 { (eval echo configure:52 66: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5250 { (eval echo configure:5251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5266 5251 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5267 5252 if test -z "$ac_err"; then … … 5297 5282 5298 5283 echo $ac_n "checking for location of zlib library""... $ac_c" 1>&6 5299 echo "configure:5 300: checking for location of zlib library" >&55284 echo "configure:5285: checking for location of zlib library" >&5 5300 5285 case "$with_zlib_libs" in 5301 5286 y | ye | yes | n | no) … … 5322 5307 5323 5308 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 5324 echo "configure:53 25: checking for deflate in -lz" >&55309 echo "configure:5310: checking for deflate in -lz" >&5 5325 5310 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` 5326 5311 … … 5328 5313 LIBS="-lz $LIBS" 5329 5314 cat > conftest.$ac_ext <<EOF 5330 #line 53 31"configure"5315 #line 5316 "configure" 5331 5316 #include "confdefs.h" 5332 5317 /* Override any gcc2 internal prototype to avoid an error. */ … … 5339 5324 ; return 0; } 5340 5325 EOF 5341 if { (eval echo configure:53 42: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5326 if { (eval echo configure:5327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5342 5327 rm -rf conftest* 5343 5328 eval "ac_cv_lib_$ac_lib_var=yes" … … 5387 5372 5388 5373 echo $ac_n "checking for location of External PROJ.4 includes""... $ac_c" 1>&6 5389 echo "configure:53 90: checking for location of External PROJ.4 includes" >&55374 echo "configure:5375: checking for location of External PROJ.4 includes" >&5 5390 5375 case "$with_proj_includes" in 5391 5376 y | ye | yes | n | no) … … 5413 5398 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5414 5399 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5415 echo "configure:54 16: checking for $ac_hdr" >&55416 5417 cat > conftest.$ac_ext <<EOF 5418 #line 54 19"configure"5400 echo "configure:5401: checking for $ac_hdr" >&5 5401 5402 cat > conftest.$ac_ext <<EOF 5403 #line 5404 "configure" 5419 5404 #include "confdefs.h" 5420 5405 #include <$ac_hdr> 5421 5406 EOF 5422 5407 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5423 { (eval echo configure:54 24: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5408 { (eval echo configure:5409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5424 5409 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5425 5410 if test -z "$ac_err"; then … … 5458 5443 5459 5444 echo $ac_n "checking External PROJ.4 version""... $ac_c" 1>&6 5460 echo "configure:54 61: checking External PROJ.4 version" >&55445 echo "configure:5446: checking External PROJ.4 version" >&5 5461 5446 ac_save_cppflags="$CPPFLAGS" 5462 5447 CPPFLAGS="$PROJINC $CPPFLAGS" … … 5466 5451 else 5467 5452 cat > conftest.$ac_ext <<EOF 5468 #line 54 69"configure"5453 #line 5454 "configure" 5469 5454 #include "confdefs.h" 5470 5455 … … 5478 5463 5479 5464 EOF 5480 if { (eval echo configure:54 81: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null5465 if { (eval echo configure:5466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5481 5466 then 5482 5467 proj_ver=`cat conftestdata` … … 5503 5488 5504 5489 echo $ac_n "checking for location of External PROJ.4 library""... $ac_c" 1>&6 5505 echo "configure:5 506: checking for location of External PROJ.4 library" >&55490 echo "configure:5491: checking for location of External PROJ.4 library" >&5 5506 5491 case "$with_proj_libs" in 5507 5492 y | ye | yes | n | no) … … 5528 5513 5529 5514 echo $ac_n "checking for pj_get_def in -lproj""... $ac_c" 1>&6 5530 echo "configure:55 31: checking for pj_get_def in -lproj" >&55515 echo "configure:5516: checking for pj_get_def in -lproj" >&5 5531 5516 ac_lib_var=`echo proj'_'pj_get_def | sed 'y%./+-%__p_%'` 5532 5517 … … 5534 5519 LIBS="-lproj $LIBS" 5535 5520 cat > conftest.$ac_ext <<EOF 5536 #line 55 37"configure"5521 #line 5522 "configure" 5537 5522 #include "confdefs.h" 5538 5523 /* Override any gcc2 internal prototype to avoid an error. */ … … 5545 5530 ; return 0; } 5546 5531 EOF 5547 if { (eval echo configure:55 48: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5532 if { (eval echo configure:5533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5548 5533 rm -rf conftest* 5549 5534 eval "ac_cv_lib_$ac_lib_var=yes" … … 5579 5564 5580 5565 echo $ac_n "checking for location of External PROJ.4 data files""... $ac_c" 1>&6 5581 echo "configure:55 82: checking for location of External PROJ.4 data files" >&55566 echo "configure:5567: checking for location of External PROJ.4 data files" >&5 5582 5567 case "$with_proj_share" in 5583 5568 y | ye | yes | n | no) … … 5603 5588 if test "$cross_compiling" = "yes" ; then 5604 5589 echo $ac_n "checking for epsg""... $ac_c" 1>&6 5605 echo "configure:5 606: checking for epsg" >&55590 echo "configure:5591: checking for epsg" >&5 5606 5591 echo "$ac_t""unknown (cross-compiling)" 1>&6 5607 5592 else … … 5610 5595 ac_safe=`echo "$PROJSHARE/epsg" | sed 'y%./+-%__p_%'` 5611 5596 echo $ac_n "checking for $PROJSHARE/epsg""... $ac_c" 1>&6 5612 echo "configure:5 613: checking for $PROJSHARE/epsg" >&55597 echo "configure:5598: checking for $PROJSHARE/epsg" >&5 5613 5598 5614 5599 if test "$cross_compiling" = yes; then … … 5642 5627 set dummy nad2bin; ac_word=$2 5643 5628 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5644 echo "configure:56 45: checking for $ac_word" >&55629 echo "configure:5630: checking for $ac_word" >&5 5645 5630 5646 5631 case "$NAD2BIN" in … … 5682 5667 5683 5668 echo $ac_n "checking whether to use regex""... $ac_c" 1>&6 5684 echo "configure:56 85: checking whether to use regex" >&55669 echo "configure:5670: checking whether to use regex" >&5 5685 5670 echo "$ac_t"""$with_regex"" 1>&6 5686 5671 case "$with_regex" in … … 5702 5687 5703 5688 echo $ac_n "checking for location of regex includes""... $ac_c" 1>&6 5704 echo "configure:5 705: checking for location of regex includes" >&55689 echo "configure:5690: checking for location of regex includes" >&5 5705 5690 case "$with_regex_includes" in 5706 5691 y | ye | yes | n | no) … … 5728 5713 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5729 5714 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5730 echo "configure:57 31: checking for $ac_hdr" >&55731 5732 cat > conftest.$ac_ext <<EOF 5733 #line 57 34"configure"5715 echo "configure:5716: checking for $ac_hdr" >&5 5716 5717 cat > conftest.$ac_ext <<EOF 5718 #line 5719 "configure" 5734 5719 #include "confdefs.h" 5735 5720 #include <$ac_hdr> 5736 5721 EOF 5737 5722 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5738 { (eval echo configure:57 39: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5723 { (eval echo configure:5724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5739 5724 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5740 5725 if test -z "$ac_err"; then … … 5770 5755 5771 5756 echo $ac_n "checking for location of regex library""... $ac_c" 1>&6 5772 echo "configure:57 73: checking for location of regex library" >&55757 echo "configure:5758: checking for location of regex library" >&5 5773 5758 case "$with_regex_libs" in 5774 5759 y | ye | yes | n | no) … … 5795 5780 LDFLAGS=" $LDFLAGS" 5796 5781 echo $ac_n "checking for regcomp""... $ac_c" 1>&6 5797 echo "configure:57 98: checking for regcomp" >&55798 5799 cat > conftest.$ac_ext <<EOF 5800 #line 5 801"configure"5782 echo "configure:5783: checking for regcomp" >&5 5783 5784 cat > conftest.$ac_ext <<EOF 5785 #line 5786 "configure" 5801 5786 #include "confdefs.h" 5802 5787 /* System header to define __stub macros and hopefully few prototypes, … … 5821 5806 ; return 0; } 5822 5807 EOF 5823 if { (eval echo configure:58 24: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5808 if { (eval echo configure:5809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5824 5809 rm -rf conftest* 5825 5810 eval "ac_cv_func_regcomp=yes" … … 5848 5833 5849 5834 echo $ac_n "checking for regcomp in -lregex""... $ac_c" 1>&6 5850 echo "configure:58 51: checking for regcomp in -lregex" >&55835 echo "configure:5836: checking for regcomp in -lregex" >&5 5851 5836 ac_lib_var=`echo regex'_'regcomp | sed 'y%./+-%__p_%'` 5852 5837 … … 5854 5839 LIBS="-lregex $LIBS" 5855 5840 cat > conftest.$ac_ext <<EOF 5856 #line 58 57"configure"5841 #line 5842 "configure" 5857 5842 #include "confdefs.h" 5858 5843 /* Override any gcc2 internal prototype to avoid an error. */ … … 5865 5850 ; return 0; } 5866 5851 EOF 5867 if { (eval echo configure:58 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then5852 if { (eval echo configure:5853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5868 5853 rm -rf conftest* 5869 5854 eval "ac_cv_lib_$ac_lib_var=yes" … … 5915 5900 5916 5901 echo $ac_n "checking whether to use Readline""... $ac_c" 1>&6 5917 echo "configure:59 18: checking whether to use Readline" >&55902 echo "configure:5903: checking whether to use Readline" >&5 5918 5903 echo "$ac_t"""$with_readline"" 1>&6 5919 5904 case "$with_readline" in … … 5936 5921 5937 5922 echo $ac_n "checking for location of Readline includes""... $ac_c" 1>&6 5938 echo "configure:59 39: checking for location of Readline includes" >&55923 echo "configure:5924: checking for location of Readline includes" >&5 5939 5924 case "$with_readline_includes" in 5940 5925 y | ye | yes | n | no) … … 5962 5947 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5963 5948 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5964 echo "configure:59 65: checking for $ac_hdr" >&55965 5966 cat > conftest.$ac_ext <<EOF 5967 #line 59 68"configure"5949 echo "configure:5950: checking for $ac_hdr" >&5 5950 5951 cat > conftest.$ac_ext <<EOF 5952 #line 5953 "configure" 5968 5953 #include "confdefs.h" 5969 5954 #include <$ac_hdr> 5970 5955 EOF 5971 5956 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5972 { (eval echo configure:59 73: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }5957 { (eval echo configure:5958: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5973 5958 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5974 5959 if test -z "$ac_err"; then … … 6006 5991 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6007 5992 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6008 echo "configure: 6009: checking for $ac_hdr" >&56009 6010 cat > conftest.$ac_ext <<EOF 6011 #line 6012"configure"5993 echo "configure:5994: checking for $ac_hdr" >&5 5994 5995 cat > conftest.$ac_ext <<EOF 5996 #line 5997 "configure" 6012 5997 #include "confdefs.h" 6013 5998 #include <$ac_hdr> 6014 5999 EOF 6015 6000 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6016 { (eval echo configure:60 17: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }6001 { (eval echo configure:6002: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6017 6002 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6018 6003 if test -z "$ac_err"; then … … 6048 6033 6049 6034 echo $ac_n "checking for location of Readline library""... $ac_c" 1>&6 6050 echo "configure:60 51: checking for location of Readline library" >&56035 echo "configure:6036: checking for location of Readline library" >&5 6051 6036 case "$with_readline_libs" in 6052 6037 y | ye | yes | n | no) … … 6073 6058 6074 6059 echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6 6075 echo "configure:60 76: checking for readline in -lreadline" >&56060 echo "configure:6061: checking for readline in -lreadline" >&5 6076 6061 ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'` 6077 6062 … … 6079 6064 LIBS="-lreadline $LIBS" 6080 6065 cat > conftest.$ac_ext <<EOF 6081 #line 60 82"configure"6066 #line 6067 "configure" 6082 6067 #include "confdefs.h" 6083 6068 /* Override any gcc2 internal prototype to avoid an error. */ … … 6090 6075 ; return 0; } 6091 6076 EOF 6092 if { (eval echo configure:60 93: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6077 if { (eval echo configure:6078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6093 6078 rm -rf conftest* 6094 6079 eval "ac_cv_lib_$ac_lib_var=yes" … … 6125 6110 6126 6111 echo $ac_n "checking for add_history in -lhistory""... $ac_c" 1>&6 6127 echo "configure:61 28: checking for add_history in -lhistory" >&56112 echo "configure:6113: checking for add_history in -lhistory" >&5 6128 6113 ac_lib_var=`echo history'_'add_history | sed 'y%./+-%__p_%'` 6129 6114 … … 6131 6116 LIBS="-lhistory $LIBS" 6132 6117 cat > conftest.$ac_ext <<EOF 6133 #line 61 34"configure"6118 #line 6119 "configure" 6134 6119 #include "confdefs.h" 6135 6120 /* Override any gcc2 internal prototype to avoid an error. */ … … 6142 6127 ; return 0; } 6143 6128 EOF 6144 if { (eval echo configure:61 45: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6129 if { (eval echo configure:6130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6145 6130 rm -rf conftest* 6146 6131 eval "ac_cv_lib_$ac_lib_var=yes" … … 6185 6170 6186 6171 echo $ac_n "checking whether to use JPEG""... $ac_c" 1>&6 6187 echo "configure:61 88: checking whether to use JPEG" >&56172 echo "configure:6173: checking whether to use JPEG" >&5 6188 6173 echo "$ac_t"""$with_jpeg"" 1>&6 6189 6174 case "$with_jpeg" in … … 6205 6190 6206 6191 echo $ac_n "checking for location of JPEG includes""... $ac_c" 1>&6 6207 echo "configure:6 208: checking for location of JPEG includes" >&56192 echo "configure:6193: checking for location of JPEG includes" >&5 6208 6193 case "$with_jpeg_includes" in 6209 6194 y | ye | yes | n | no) … … 6231 6216 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6232 6217 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6233 echo "configure:62 34: checking for $ac_hdr" >&56234 6235 cat > conftest.$ac_ext <<EOF 6236 #line 62 37"configure"6218 echo "configure:6219: checking for $ac_hdr" >&5 6219 6220 cat > conftest.$ac_ext <<EOF 6221 #line 6222 "configure" 6237 6222 #include "confdefs.h" 6238 6223 #include <$ac_hdr> 6239 6224 EOF 6240 6225 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6241 { (eval echo configure:62 42: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }6226 { (eval echo configure:6227: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6242 6227 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6243 6228 if test -z "$ac_err"; then … … 6273 6258 6274 6259 echo $ac_n "checking for location of JPEG library""... $ac_c" 1>&6 6275 echo "configure:62 76: checking for location of JPEG library" >&56260 echo "configure:6261: checking for location of JPEG library" >&5 6276 6261 case "$with_jpeg_libs" in 6277 6262 y | ye | yes | n | no) … … 6300 6285 6301 6286 echo $ac_n "checking for jpeg_start_compress in -ljpeg""... $ac_c" 1>&6 6302 echo "configure:6 303: checking for jpeg_start_compress in -ljpeg" >&56287 echo "configure:6288: checking for jpeg_start_compress in -ljpeg" >&5 6303 6288 ac_lib_var=`echo jpeg'_'jpeg_start_compress | sed 'y%./+-%__p_%'` 6304 6289 … … 6306 6291 LIBS="-ljpeg $LIBS" 6307 6292 cat > conftest.$ac_ext <<EOF 6308 #line 6 309"configure"6293 #line 6294 "configure" 6309 6294 #include "confdefs.h" 6310 6295 /* Override any gcc2 internal prototype to avoid an error. */ … … 6317 6302 ; return 0; } 6318 6303 EOF 6319 if { (eval echo configure:63 20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6304 if { (eval echo configure:6305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6320 6305 rm -rf conftest* 6321 6306 eval "ac_cv_lib_$ac_lib_var=yes" … … 6336 6321 6337 6322 echo $ac_n "checking for jpeg_start_compress in -ljpeg""... $ac_c" 1>&6 6338 echo "configure:63 39: checking for jpeg_start_compress in -ljpeg" >&56323 echo "configure:6324: checking for jpeg_start_compress in -ljpeg" >&5 6339 6324 ac_lib_var=`echo jpeg'_'jpeg_start_compress | sed 'y%./+-%__p_%'` 6340 6325 … … 6342 6327 LIBS="-ljpeg $ZLIB $LIBS" 6343 6328 cat > conftest.$ac_ext <<EOF 6344 #line 63 45"configure"6329 #line 6330 "configure" 6345 6330 #include "confdefs.h" 6346 6331 /* Override any gcc2 internal prototype to avoid an error. */ … … 6353 6338 ; return 0; } 6354 6339 EOF 6355 if { (eval echo configure:63 56: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6340 if { (eval echo configure:6341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6356 6341 rm -rf conftest* 6357 6342 eval "ac_cv_lib_$ac_lib_var=yes" … … 6402 6387 6403 6388 echo $ac_n "checking whether to use GDAL""... $ac_c" 1>&6 6404 echo "configure:6 405: checking whether to use GDAL" >&56389 echo "configure:6390: checking whether to use GDAL" >&5 6405 6390 6406 6391 GDAL_LIBS= … … 6420 6405 set dummy gdal-config; ac_word=$2 6421 6406 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 6422 echo "configure:64 23: checking for $ac_word" >&56407 echo "configure:6408: checking for $ac_word" >&5 6423 6408 6424 6409 case "$GDAL_CONFIG" in … … 6475 6460 CFLAGS="$CFLAGS $GDAL_CFLAGS" 6476 6461 cat > conftest.$ac_ext <<EOF 6477 #line 64 78"configure"6462 #line 6463 "configure" 6478 6463 #include "confdefs.h" 6479 6464 #include <gdal.h> … … 6482 6467 ; return 0; } 6483 6468 EOF 6484 if { (eval echo configure:64 85: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6469 if { (eval echo configure:6470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6485 6470 : 6486 6471 else … … 6491 6476 LIBS="$LIBS $GDAL_DEP_LIBS" 6492 6477 cat > conftest.$ac_ext <<EOF 6493 #line 64 94"configure"6478 #line 6479 "configure" 6494 6479 #include "confdefs.h" 6495 6480 #include <gdal.h> … … 6498 6483 ; return 0; } 6499 6484 EOF 6500 if { (eval echo configure:6 501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6485 if { (eval echo configure:6486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6501 6486 rm -rf conftest* 6502 6487 GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS" … … 6530 6515 6531 6516 echo $ac_n "checking whether to use GEOS""... $ac_c" 1>&6 6532 echo "configure:65 33: checking whether to use GEOS" >&56517 echo "configure:6518: checking whether to use GEOS" >&5 6533 6518 6534 6519 GEOS_LIBS= … … 6548 6533 set dummy geos-config; ac_word=$2 6549 6534 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 6550 echo "configure:65 51: checking for $ac_word" >&56535 echo "configure:6536: checking for $ac_word" >&5 6551 6536 6552 6537 case "$GEOS_CONFIG" in … … 6596 6581 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6597 6582 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6598 echo "configure:65 99: checking for $ac_hdr" >&56599 6600 cat > conftest.$ac_ext <<EOF 6601 #line 6 602"configure"6583 echo "configure:6584: checking for $ac_hdr" >&5 6584 6585 cat > conftest.$ac_ext <<EOF 6586 #line 6587 "configure" 6602 6587 #include "confdefs.h" 6603 6588 #include <$ac_hdr> 6604 6589 EOF 6605 6590 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6606 { (eval echo configure:6 607: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }6591 { (eval echo configure:6592: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6607 6592 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6608 6593 if test -z "$ac_err"; then … … 6639 6624 6640 6625 echo $ac_n "checking for initGEOS in -lgeos_c""... $ac_c" 1>&6 6641 echo "configure:66 42: checking for initGEOS in -lgeos_c" >&56626 echo "configure:6627: checking for initGEOS in -lgeos_c" >&5 6642 6627 ac_lib_var=`echo geos_c'_'initGEOS | sed 'y%./+-%__p_%'` 6643 6628 … … 6645 6630 LIBS="-lgeos_c $LIBS" 6646 6631 cat > conftest.$ac_ext <<EOF 6647 #line 66 48"configure"6632 #line 6633 "configure" 6648 6633 #include "confdefs.h" 6649 6634 /* Override any gcc2 internal prototype to avoid an error. */ … … 6656 6641 ; return 0; } 6657 6642 EOF 6658 if { (eval echo configure:66 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6643 if { (eval echo configure:6644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6659 6644 rm -rf conftest* 6660 6645 eval "ac_cv_lib_$ac_lib_var=yes" … … 6699 6684 6700 6685 echo $ac_n "checking whether to use TIFF""... $ac_c" 1>&6 6701 echo "configure:6 702: checking whether to use TIFF" >&56686 echo "configure:6687: checking whether to use TIFF" >&5 6702 6687 echo "$ac_t"""$with_tiff"" 1>&6 6703 6688 case "$with_tiff" in … … 6719 6704 6720 6705 echo $ac_n "checking for location of TIFF includes""... $ac_c" 1>&6 6721 echo "configure:67 22: checking for location of TIFF includes" >&56706 echo "configure:6707: checking for location of TIFF includes" >&5 6722 6707 case "$with_tiff_includes" in 6723 6708 y | ye | yes | n | no) … … 6745 6730 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6746 6731 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6747 echo "configure:67 48: checking for $ac_hdr" >&56748 6749 cat > conftest.$ac_ext <<EOF 6750 #line 67 51"configure"6732 echo "configure:6733: checking for $ac_hdr" >&5 6733 6734 cat > conftest.$ac_ext <<EOF 6735 #line 6736 "configure" 6751 6736 #include "confdefs.h" 6752 6737 #include <$ac_hdr> 6753 6738 EOF 6754 6739 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6755 { (eval echo configure:67 56: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }6740 { (eval echo configure:6741: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6756 6741 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6757 6742 if test -z "$ac_err"; then … … 6787 6772 6788 6773 echo $ac_n "checking for location of TIFF library""... $ac_c" 1>&6 6789 echo "configure:67 90: checking for location of TIFF library" >&56774 echo "configure:6775: checking for location of TIFF library" >&5 6790 6775 case "$with_tiff_libs" in 6791 6776 y | ye | yes | n | no) … … 6818 6803 6819 6804 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 6820 echo "configure:68 21: checking for TIFFOpen in -ltiff" >&56805 echo "configure:6806: checking for TIFFOpen in -ltiff" >&5 6821 6806 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 6822 6807 … … 6824 6809 LIBS="-ltiff $LIBS" 6825 6810 cat > conftest.$ac_ext <<EOF 6826 #line 68 27"configure"6811 #line 6812 "configure" 6827 6812 #include "confdefs.h" 6828 6813 /* Override any gcc2 internal prototype to avoid an error. */ … … 6835 6820 ; return 0; } 6836 6821 EOF 6837 if { (eval echo configure:68 38: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6822 if { (eval echo configure:6823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6838 6823 rm -rf conftest* 6839 6824 eval "ac_cv_lib_$ac_lib_var=yes" … … 6854 6839 6855 6840 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 6856 echo "configure:68 57: checking for TIFFOpen in -ltiff" >&56841 echo "configure:6842: checking for TIFFOpen in -ltiff" >&5 6857 6842 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 6858 6843 … … 6860 6845 LIBS="-ltiff $MATHLIB $LIBS" 6861 6846 cat > conftest.$ac_ext <<EOF 6862 #line 68 63"configure"6847 #line 6848 "configure" 6863 6848 #include "confdefs.h" 6864 6849 /* Override any gcc2 internal prototype to avoid an error. */ … … 6871 6856 ; return 0; } 6872 6857 EOF 6873 if { (eval echo configure:68 74: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6858 if { (eval echo configure:6859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6874 6859 rm -rf conftest* 6875 6860 eval "ac_cv_lib_$ac_lib_var=yes" … … 6890 6875 6891 6876 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 6892 echo "configure:68 93: checking for TIFFOpen in -ltiff" >&56877 echo "configure:6878: checking for TIFFOpen in -ltiff" >&5 6893 6878 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 6894 6879 … … 6896 6881 LIBS="-ltiff $ZLIB $LIBS" 6897 6882 cat > conftest.$ac_ext <<EOF 6898 #line 68 99"configure"6883 #line 6884 "configure" 6899 6884 #include "confdefs.h" 6900 6885 /* Override any gcc2 internal prototype to avoid an error. */ … … 6907 6892 ; return 0; } 6908 6893 EOF 6909 if { (eval echo configure:6 910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6894 if { (eval echo configure:6895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6910 6895 rm -rf conftest* 6911 6896 eval "ac_cv_lib_$ac_lib_var=yes" … … 6926 6911 6927 6912 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 6928 echo "configure:69 29: checking for TIFFOpen in -ltiff" >&56913 echo "configure:6914: checking for TIFFOpen in -ltiff" >&5 6929 6914 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 6930 6915 … … 6932 6917 LIBS="-ltiff $ZLIB $MATHLIB $LIBS" 6933 6918 cat > conftest.$ac_ext <<EOF 6934 #line 69 35"configure"6919 #line 6920 "configure" 6935 6920 #include "confdefs.h" 6936 6921 /* Override any gcc2 internal prototype to avoid an error. */ … … 6943 6928 ; return 0; } 6944 6929 EOF 6945 if { (eval echo configure:69 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6930 if { (eval echo configure:6931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6946 6931 rm -rf conftest* 6947 6932 eval "ac_cv_lib_$ac_lib_var=yes" … … 6962 6947 6963 6948 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 6964 echo "configure:69 65: checking for TIFFOpen in -ltiff" >&56949 echo "configure:6950: checking for TIFFOpen in -ltiff" >&5 6965 6950 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 6966 6951 … … 6968 6953 LIBS="-ltiff $JPEGLIBPATH $JPEGLIB $LIBS" 6969 6954 cat > conftest.$ac_ext <<EOF 6970 #line 69 71"configure"6955 #line 6956 "configure" 6971 6956 #include "confdefs.h" 6972 6957 /* Override any gcc2 internal prototype to avoid an error. */ … … 6979 6964 ; return 0; } 6980 6965 EOF 6981 if { (eval echo configure:69 82: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then6966 if { (eval echo configure:6967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6982 6967 rm -rf conftest* 6983 6968 eval "ac_cv_lib_$ac_lib_var=yes" … … 6998 6983 6999 6984 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 7000 echo "configure: 7001: checking for TIFFOpen in -ltiff" >&56985 echo "configure:6986: checking for TIFFOpen in -ltiff" >&5 7001 6986 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 7002 6987 … … 7004 6989 LIBS="-ltiff $JPEGLIBPATH $JPEGLIB $MATHLIB $LIBS" 7005 6990 cat > conftest.$ac_ext <<EOF 7006 #line 7007"configure"6991 #line 6992 "configure" 7007 6992 #include "confdefs.h" 7008 6993 /* Override any gcc2 internal prototype to avoid an error. */ … … 7015 7000 ; return 0; } 7016 7001 EOF 7017 if { (eval echo configure:70 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7002 if { (eval echo configure:7003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7018 7003 rm -rf conftest* 7019 7004 eval "ac_cv_lib_$ac_lib_var=yes" … … 7034 7019 7035 7020 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 7036 echo "configure:70 37: checking for TIFFOpen in -ltiff" >&57021 echo "configure:7022: checking for TIFFOpen in -ltiff" >&5 7037 7022 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 7038 7023 … … 7040 7025 LIBS="-ltiff $JPEGLIBPATH $JPEGLIB $ZLIB $LIBS" 7041 7026 cat > conftest.$ac_ext <<EOF 7042 #line 70 43"configure"7027 #line 7028 "configure" 7043 7028 #include "confdefs.h" 7044 7029 /* Override any gcc2 internal prototype to avoid an error. */ … … 7051 7036 ; return 0; } 7052 7037 EOF 7053 if { (eval echo configure:70 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7038 if { (eval echo configure:7039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7054 7039 rm -rf conftest* 7055 7040 eval "ac_cv_lib_$ac_lib_var=yes" … … 7070 7055 7071 7056 echo $ac_n "checking for TIFFOpen in -ltiff""... $ac_c" 1>&6 7072 echo "configure:70 73: checking for TIFFOpen in -ltiff" >&57057 echo "configure:7058: checking for TIFFOpen in -ltiff" >&5 7073 7058 ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` 7074 7059 … … 7076 7061 LIBS="-ltiff $JPEGLIBPATH $JPEGLIB $ZLIB $MATHLIB $LIBS" 7077 7062 cat > conftest.$ac_ext <<EOF 7078 #line 70 79"configure"7063 #line 7064 "configure" 7079 7064 #include "confdefs.h" 7080 7065 /* Override any gcc2 internal prototype to avoid an error. */ … … 7087 7072 ; return 0; } 7088 7073 EOF 7089 if { (eval echo configure:70 90: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7074 if { (eval echo configure:7075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7090 7075 rm -rf conftest* 7091 7076 eval "ac_cv_lib_$ac_lib_var=yes" … … 7185 7170 7186 7171 echo $ac_n "checking whether to use PNG""... $ac_c" 1>&6 7187 echo "configure:71 88: checking whether to use PNG" >&57172 echo "configure:7173: checking whether to use PNG" >&5 7188 7173 echo "$ac_t"""$with_png"" 1>&6 7189 7174 case "$with_png" in … … 7204 7189 7205 7190 echo $ac_n "checking for location of PNG includes""... $ac_c" 1>&6 7206 echo "configure:7 207: checking for location of PNG includes" >&57191 echo "configure:7192: checking for location of PNG includes" >&5 7207 7192 case "$with_png_includes" in 7208 7193 y | ye | yes | n | no) … … 7230 7215 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7231 7216 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7232 echo "configure:72 33: checking for $ac_hdr" >&57233 7234 cat > conftest.$ac_ext <<EOF 7235 #line 72 36"configure"7217 echo "configure:7218: checking for $ac_hdr" >&5 7218 7219 cat > conftest.$ac_ext <<EOF 7220 #line 7221 "configure" 7236 7221 #include "confdefs.h" 7237 7222 #include <$ac_hdr> 7238 7223 EOF 7239 7224 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7240 { (eval echo configure:72 41: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }7225 { (eval echo configure:7226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7241 7226 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7242 7227 if test -z "$ac_err"; then … … 7272 7257 7273 7258 echo $ac_n "checking for location of PNG library""... $ac_c" 1>&6 7274 echo "configure:72 75: checking for location of PNG library" >&57259 echo "configure:7260: checking for location of PNG library" >&5 7275 7260 case "$with_png_libs" in 7276 7261 y | ye | yes | n | no) … … 7297 7282 7298 7283 echo $ac_n "checking for png_read_image in -lpng""... $ac_c" 1>&6 7299 echo "configure:7 300: checking for png_read_image in -lpng" >&57284 echo "configure:7285: checking for png_read_image in -lpng" >&5 7300 7285 ac_lib_var=`echo png'_'png_read_image | sed 'y%./+-%__p_%'` 7301 7286 … … 7303 7288 LIBS="-lpng $ZLIB $MATHLIB $LIBS" 7304 7289 cat > conftest.$ac_ext <<EOF 7305 #line 7 306"configure"7290 #line 7291 "configure" 7306 7291 #include "confdefs.h" 7307 7292 /* Override any gcc2 internal prototype to avoid an error. */ … … 7314 7299 ; return 0; } 7315 7300 EOF 7316 if { (eval echo configure:73 17: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7301 if { (eval echo configure:7302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7317 7302 rm -rf conftest* 7318 7303 eval "ac_cv_lib_$ac_lib_var=yes" … … 7356 7341 7357 7342 echo $ac_n "checking whether to use PostgreSQL""... $ac_c" 1>&6 7358 echo "configure:73 59: checking whether to use PostgreSQL" >&57343 echo "configure:7344: checking whether to use PostgreSQL" >&5 7359 7344 echo "$ac_t"""$with_postgres"" 1>&6 7360 7345 case "$with_postgres" in … … 7383 7368 7384 7369 echo $ac_n "checking for location of PostgreSQL includes""... $ac_c" 1>&6 7385 echo "configure:73 86: checking for location of PostgreSQL includes" >&57370 echo "configure:7371: checking for location of PostgreSQL includes" >&5 7386 7371 case "$with_postgres_includes" in 7387 7372 y | ye | yes | n | no) … … 7409 7394 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7410 7395 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7411 echo "configure:7 412: checking for $ac_hdr" >&57412 7413 cat > conftest.$ac_ext <<EOF 7414 #line 74 15"configure"7396 echo "configure:7397: checking for $ac_hdr" >&5 7397 7398 cat > conftest.$ac_ext <<EOF 7399 #line 7400 "configure" 7415 7400 #include "confdefs.h" 7416 7401 #include <$ac_hdr> 7417 7402 EOF 7418 7403 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7419 { (eval echo configure:74 20: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }7404 { (eval echo configure:7405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7420 7405 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7421 7406 if test -z "$ac_err"; then … … 7455 7440 7456 7441 echo $ac_n "checking for location of PostgreSQL library""... $ac_c" 1>&6 7457 echo "configure:74 58: checking for location of PostgreSQL library" >&57442 echo "configure:7443: checking for location of PostgreSQL library" >&5 7458 7443 case "$with_postgres_libs" in 7459 7444 y | ye | yes | n | no) … … 7484 7469 7485 7470 echo $ac_n "checking for PQsetdbLogin in -lpq""... $ac_c" 1>&6 7486 echo "configure:74 87: checking for PQsetdbLogin in -lpq" >&57471 echo "configure:7472: checking for PQsetdbLogin in -lpq" >&5 7487 7472 ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` 7488 7473 … … 7490 7475 LIBS="-lpq $LIBS" 7491 7476 cat > conftest.$ac_ext <<EOF 7492 #line 74 93"configure"7477 #line 7478 "configure" 7493 7478 #include "confdefs.h" 7494 7479 /* Override any gcc2 internal prototype to avoid an error. */ … … 7501 7486 ; return 0; } 7502 7487 EOF 7503 if { (eval echo configure:7 504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7488 if { (eval echo configure:7489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7504 7489 rm -rf conftest* 7505 7490 eval "ac_cv_lib_$ac_lib_var=yes" … … 7520 7505 7521 7506 echo $ac_n "checking for PQsetdbLogin in -lpq""... $ac_c" 1>&6 7522 echo "configure:75 23: checking for PQsetdbLogin in -lpq" >&57507 echo "configure:7508: checking for PQsetdbLogin in -lpq" >&5 7523 7508 ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` 7524 7509 … … 7526 7511 LIBS="-lpq -lssl -lcrypto $LIBS" 7527 7512 cat > conftest.$ac_ext <<EOF 7528 #line 75 29"configure"7513 #line 7514 "configure" 7529 7514 #include "confdefs.h" 7530 7515 /* Override any gcc2 internal prototype to avoid an error. */ … … 7537 7522 ; return 0; } 7538 7523 EOF 7539 if { (eval echo configure:75 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7524 if { (eval echo configure:7525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7540 7525 rm -rf conftest* 7541 7526 eval "ac_cv_lib_$ac_lib_var=yes" … … 7556 7541 7557 7542 echo $ac_n "checking for PQsetdbLogin in -lpq""... $ac_c" 1>&6 7558 echo "configure:75 59: checking for PQsetdbLogin in -lpq" >&57543 echo "configure:7544: checking for PQsetdbLogin in -lpq" >&5 7559 7544 ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` 7560 7545 … … 7562 7547 LIBS="-lpq -lcrypt $LIBS" 7563 7548 cat > conftest.$ac_ext <<EOF 7564 #line 75 65"configure"7549 #line 7550 "configure" 7565 7550 #include "confdefs.h" 7566 7551 /* Override any gcc2 internal prototype to avoid an error. */ … … 7573 7558 ; return 0; } 7574 7559 EOF 7575 if { (eval echo configure:75 76: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7560 if { (eval echo configure:7561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7576 7561 rm -rf conftest* 7577 7562 eval "ac_cv_lib_$ac_lib_var=yes" … … 7592 7577 7593 7578 echo $ac_n "checking for PQsetdbLogin in -lpq""... $ac_c" 1>&6 7594 echo "configure:75 95: checking for PQsetdbLogin in -lpq" >&57579 echo "configure:7580: checking for PQsetdbLogin in -lpq" >&5 7595 7580 ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` 7596 7581 … … 7598 7583 LIBS="-lpq -lcrypt -lssl -lcrypto $LIBS" 7599 7584 cat > conftest.$ac_ext <<EOF 7600 #line 7 601"configure"7585 #line 7586 "configure" 7601 7586 #include "confdefs.h" 7602 7587 /* Override any gcc2 internal prototype to avoid an error. */ … … 7609 7594 ; return 0; } 7610 7595 EOF 7611 if { (eval echo configure:7 612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7596 if { (eval echo configure:7597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7612 7597 rm -rf conftest* 7613 7598 eval "ac_cv_lib_$ac_lib_var=yes" … … 7666 7651 LDFLAGS="$LDFLAGS $PQLIBPATH" 7667 7652 echo $ac_n "checking for PQcmdTuples in -lpq""... $ac_c" 1>&6 7668 echo "configure:76 69: checking for PQcmdTuples in -lpq" >&57653 echo "configure:7654: checking for PQcmdTuples in -lpq" >&5 7669 7654 ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` 7670 7655 … … 7672 7657 LIBS="-lpq $LIBS" 7673 7658 cat > conftest.$ac_ext <<EOF 7674 #line 76 75"configure"7659 #line 7660 "configure" 7675 7660 #include "confdefs.h" 7676 7661 /* Override any gcc2 internal prototype to avoid an error. */ … … 7683 7668 ; return 0; } 7684 7669 EOF 7685 if { (eval echo configure:76 86: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7670 if { (eval echo configure:7671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7686 7671 rm -rf conftest* 7687 7672 eval "ac_cv_lib_$ac_lib_var=yes" … … 7705 7690 7706 7691 echo $ac_n "checking for PQcmdTuples in -lpq""... $ac_c" 1>&6 7707 echo "configure:7 708: checking for PQcmdTuples in -lpq" >&57692 echo "configure:7693: checking for PQcmdTuples in -lpq" >&5 7708 7693 ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` 7709 7694 … … 7711 7696 LIBS="-lpq -lcrypt $LIBS" 7712 7697 cat > conftest.$ac_ext <<EOF 7713 #line 7 714"configure"7698 #line 7699 "configure" 7714 7699 #include "confdefs.h" 7715 7700 /* Override any gcc2 internal prototype to avoid an error. */ … … 7722 7707 ; return 0; } 7723 7708 EOF 7724 if { (eval echo configure:77 25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7709 if { (eval echo configure:7710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7725 7710 rm -rf conftest* 7726 7711 eval "ac_cv_lib_$ac_lib_var=yes" … … 7765 7750 7766 7751 echo $ac_n "checking whether to use MySQL""... $ac_c" 1>&6 7767 echo "configure:77 68: checking whether to use MySQL" >&57752 echo "configure:7753: checking whether to use MySQL" >&5 7768 7753 echo "$ac_t"""$with_mysql"" 1>&6 7769 7754 case "$with_mysql" in … … 7785 7770 7786 7771 echo $ac_n "checking for location of MySQL includes""... $ac_c" 1>&6 7787 echo "configure:77 88: checking for location of MySQL includes" >&57772 echo "configure:7773: checking for location of MySQL includes" >&5 7788 7773 case "$with_mysql_includes" in 7789 7774 y | ye | yes | n | no) … … 7811 7796 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7812 7797 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7813 echo "configure:7 814: checking for $ac_hdr" >&57814 7815 cat > conftest.$ac_ext <<EOF 7816 #line 78 17"configure"7798 echo "configure:7799: checking for $ac_hdr" >&5 7799 7800 cat > conftest.$ac_ext <<EOF 7801 #line 7802 "configure" 7817 7802 #include "confdefs.h" 7818 7803 #include <$ac_hdr> 7819 7804 EOF 7820 7805 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7821 { (eval echo configure:78 22: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }7806 { (eval echo configure:7807: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7822 7807 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7823 7808 if test -z "$ac_err"; then … … 7856 7841 7857 7842 echo $ac_n "checking for location of MySQL library""... $ac_c" 1>&6 7858 echo "configure:78 59: checking for location of MySQL library" >&57843 echo "configure:7844: checking for location of MySQL library" >&5 7859 7844 case "$with_mysql_libs" in 7860 7845 y | ye | yes | n | no) … … 7887 7872 7888 7873 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 7889 echo "configure:78 90: checking for mysql_query in -lmysqlclient" >&57874 echo "configure:7875: checking for mysql_query in -lmysqlclient" >&5 7890 7875 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 7891 7876 … … 7893 7878 LIBS="-lmysqlclient $LIBS" 7894 7879 cat > conftest.$ac_ext <<EOF 7895 #line 78 96"configure"7880 #line 7881 "configure" 7896 7881 #include "confdefs.h" 7897 7882 /* Override any gcc2 internal prototype to avoid an error. */ … … 7904 7889 ; return 0; } 7905 7890 EOF 7906 if { (eval echo configure:7 907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7891 if { (eval echo configure:7892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7907 7892 rm -rf conftest* 7908 7893 eval "ac_cv_lib_$ac_lib_var=yes" … … 7923 7908 7924 7909 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 7925 echo "configure:79 26: checking for mysql_query in -lmysqlclient" >&57910 echo "configure:7911: checking for mysql_query in -lmysqlclient" >&5 7926 7911 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 7927 7912 … … 7929 7914 LIBS="-lmysqlclient $MATHLIB $LIBS" 7930 7915 cat > conftest.$ac_ext <<EOF 7931 #line 79 32"configure"7916 #line 7917 "configure" 7932 7917 #include "confdefs.h" 7933 7918 /* Override any gcc2 internal prototype to avoid an error. */ … … 7940 7925 ; return 0; } 7941 7926 EOF 7942 if { (eval echo configure:79 43: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7927 if { (eval echo configure:7928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7943 7928 rm -rf conftest* 7944 7929 eval "ac_cv_lib_$ac_lib_var=yes" … … 7959 7944 7960 7945 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 7961 echo "configure:79 62: checking for mysql_query in -lmysqlclient" >&57946 echo "configure:7947: checking for mysql_query in -lmysqlclient" >&5 7962 7947 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 7963 7948 … … 7965 7950 LIBS="-lmysqlclient $SOCKLIB $LIBS" 7966 7951 cat > conftest.$ac_ext <<EOF 7967 #line 79 68"configure"7952 #line 7953 "configure" 7968 7953 #include "confdefs.h" 7969 7954 /* Override any gcc2 internal prototype to avoid an error. */ … … 7976 7961 ; return 0; } 7977 7962 EOF 7978 if { (eval echo configure:79 79: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7963 if { (eval echo configure:7964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7979 7964 rm -rf conftest* 7980 7965 eval "ac_cv_lib_$ac_lib_var=yes" … … 7995 7980 7996 7981 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 7997 echo "configure:79 98: checking for mysql_query in -lmysqlclient" >&57982 echo "configure:7983: checking for mysql_query in -lmysqlclient" >&5 7998 7983 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 7999 7984 … … 8001 7986 LIBS="-lmysqlclient $SOCKLIB $MATHLIB $LIBS" 8002 7987 cat > conftest.$ac_ext <<EOF 8003 #line 8004"configure"7988 #line 7989 "configure" 8004 7989 #include "confdefs.h" 8005 7990 /* Override any gcc2 internal prototype to avoid an error. */ … … 8012 7997 ; return 0; } 8013 7998 EOF 8014 if { (eval echo configure:80 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then7999 if { (eval echo configure:8000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8015 8000 rm -rf conftest* 8016 8001 eval "ac_cv_lib_$ac_lib_var=yes" … … 8031 8016 8032 8017 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 8033 echo "configure:80 34: checking for mysql_query in -lmysqlclient" >&58018 echo "configure:8019: checking for mysql_query in -lmysqlclient" >&5 8034 8019 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 8035 8020 … … 8037 8022 LIBS="-lmysqlclient $ZLIB $LIBS" 8038 8023 cat > conftest.$ac_ext <<EOF 8039 #line 80 40"configure"8024 #line 8025 "configure" 8040 8025 #include "confdefs.h" 8041 8026 /* Override any gcc2 internal prototype to avoid an error. */ … … 8048 8033 ; return 0; } 8049 8034 EOF 8050 if { (eval echo configure:80 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8035 if { (eval echo configure:8036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8051 8036 rm -rf conftest* 8052 8037 eval "ac_cv_lib_$ac_lib_var=yes" … … 8067 8052 8068 8053 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 8069 echo "configure:80 70: checking for mysql_query in -lmysqlclient" >&58054 echo "configure:8055: checking for mysql_query in -lmysqlclient" >&5 8070 8055 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 8071 8056 … … 8073 8058 LIBS="-lmysqlclient $ZLIB $MATHLIB $LIBS" 8074 8059 cat > conftest.$ac_ext <<EOF 8075 #line 80 76"configure"8060 #line 8061 "configure" 8076 8061 #include "confdefs.h" 8077 8062 /* Override any gcc2 internal prototype to avoid an error. */ … … 8084 8069 ; return 0; } 8085 8070 EOF 8086 if { (eval echo configure:80 87: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8071 if { (eval echo configure:8072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8087 8072 rm -rf conftest* 8088 8073 eval "ac_cv_lib_$ac_lib_var=yes" … … 8103 8088 8104 8089 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 8105 echo "configure:8 106: checking for mysql_query in -lmysqlclient" >&58090 echo "configure:8091: checking for mysql_query in -lmysqlclient" >&5 8106 8091 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 8107 8092 … … 8109 8094 LIBS="-lmysqlclient $ZLIB $SOCKLIB $LIBS" 8110 8095 cat > conftest.$ac_ext <<EOF 8111 #line 8 112"configure"8096 #line 8097 "configure" 8112 8097 #include "confdefs.h" 8113 8098 /* Override any gcc2 internal prototype to avoid an error. */ … … 8120 8105 ; return 0; } 8121 8106 EOF 8122 if { (eval echo configure:81 23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8107 if { (eval echo configure:8108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8123 8108 rm -rf conftest* 8124 8109 eval "ac_cv_lib_$ac_lib_var=yes" … … 8139 8124 8140 8125 echo $ac_n "checking for mysql_query in -lmysqlclient""... $ac_c" 1>&6 8141 echo "configure:81 42: checking for mysql_query in -lmysqlclient" >&58126 echo "configure:8127: checking for mysql_query in -lmysqlclient" >&5 8142 8127 ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` 8143 8128 … … 8145 8130 LIBS="-lmysqlclient $ZLIB $SOCKLIB $MATHLIB $LIBS" 8146 8131 cat > conftest.$ac_ext <<EOF 8147 #line 81 48"configure"8132 #line 8133 "configure" 8148 8133 #include "confdefs.h" 8149 8134 /* Override any gcc2 internal prototype to avoid an error. */ … … 8156 8141 ; return 0; } 8157 8142 EOF 8158 if { (eval echo configure:81 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8143 if { (eval echo configure:8144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8159 8144 rm -rf conftest* 8160 8145 eval "ac_cv_lib_$ac_lib_var=yes" … … 8246 8231 set dummy mysql_config; ac_word=$2 8247 8232 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 8248 echo "configure:82 49: checking for $ac_word" >&58233 echo "configure:8234: checking for $ac_word" >&5 8249 8234 8250 8235 case "$MYSQLD_CONFIG" in … … 8295 8280 LIBS="$MYSQLDLIB $LIBS" 8296 8281 echo $ac_n "checking for mysql_server_init""... $ac_c" 1>&6 8297 echo "configure:82 98: checking for mysql_server_init" >&58298 8299 cat > conftest.$ac_ext <<EOF 8300 #line 8 301"configure"8282 echo "configure:8283: checking for mysql_server_init" >&5 8283 8284 cat > conftest.$ac_ext <<EOF 8285 #line 8286 "configure" 8301 8286 #include "confdefs.h" 8302 8287 /* System header to define __stub macros and hopefully few prototypes, … … 8324 8309 ; return 0; } 8325 8310 EOF 8326 if { (eval echo configure:83 27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8311 if { (eval echo configure:8312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8327 8312 rm -rf conftest* 8328 8313 eval "ac_cv_func_mysql_server_init=yes" … … 8376 8361 8377 8362 echo $ac_n "checking whether to use SQLite""... $ac_c" 1>&6 8378 echo "configure:83 79: checking whether to use SQLite" >&58363 echo "configure:8364: checking whether to use SQLite" >&5 8379 8364 echo "$ac_t"""$with_sqlite"" 1>&6 8380 8365 case "$with_sqlite" in … … 8396 8381 8397 8382 echo $ac_n "checking for location of SQLite includes""... $ac_c" 1>&6 8398 echo "configure:83 99: checking for location of SQLite includes" >&58383 echo "configure:8384: checking for location of SQLite includes" >&5 8399 8384 case "$with_sqlite_includes" in 8400 8385 y | ye | yes | n | no) … … 8422 8407 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 8423 8408 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 8424 echo "configure:84 25: checking for $ac_hdr" >&58425 8426 cat > conftest.$ac_ext <<EOF 8427 #line 84 28"configure"8409 echo "configure:8410: checking for $ac_hdr" >&5 8410 8411 cat > conftest.$ac_ext <<EOF 8412 #line 8413 "configure" 8428 8413 #include "confdefs.h" 8429 8414 #include <$ac_hdr> 8430 8415 EOF 8431 8416 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8432 { (eval echo configure:84 33: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }8417 { (eval echo configure:8418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8433 8418 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8434 8419 if test -z "$ac_err"; then … … 8473 8458 8474 8459 echo $ac_n "checking for location of SQLite library""... $ac_c" 1>&6 8475 echo "configure:84 76: checking for location of SQLite library" >&58460 echo "configure:8461: checking for location of SQLite library" >&5 8476 8461 case "$with_sqlite_libs" in 8477 8462 y | ye | yes | n | no) … … 8502 8487 8503 8488 echo $ac_n "checking for sqlite3_open in -lsqlite3""... $ac_c" 1>&6 8504 echo "configure:8 505: checking for sqlite3_open in -lsqlite3" >&58489 echo "configure:8490: checking for sqlite3_open in -lsqlite3" >&5 8505 8490 ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` 8506 8491 … … 8508 8493 LIBS="-lsqlite3 $LIBS" 8509 8494 cat > conftest.$ac_ext <<EOF 8510 #line 8 511"configure"8495 #line 8496 "configure" 8511 8496 #include "confdefs.h" 8512 8497 /* Override any gcc2 internal prototype to avoid an error. */ … … 8519 8504 ; return 0; } 8520 8505 EOF 8521 if { (eval echo configure:85 22: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8506 if { (eval echo configure:8507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8522 8507 rm -rf conftest* 8523 8508 eval "ac_cv_lib_$ac_lib_var=yes" … … 8538 8523 8539 8524 echo $ac_n "checking for sqlite3_open in -lsqlite3""... $ac_c" 1>&6 8540 echo "configure:85 41: checking for sqlite3_open in -lsqlite3" >&58525 echo "configure:8526: checking for sqlite3_open in -lsqlite3" >&5 8541 8526 ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` 8542 8527 … … 8544 8529 LIBS="-lsqlite3 $DLLIB $LIBS" 8545 8530 cat > conftest.$ac_ext <<EOF 8546 #line 85 47"configure"8531 #line 8532 "configure" 8547 8532 #include "confdefs.h" 8548 8533 /* Override any gcc2 internal prototype to avoid an error. */ … … 8555 8540 ; return 0; } 8556 8541 EOF 8557 if { (eval echo configure:85 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8542 if { (eval echo configure:8543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8558 8543 rm -rf conftest* 8559 8544 eval "ac_cv_lib_$ac_lib_var=yes" … … 8574 8559 8575 8560 echo $ac_n "checking for sqlite3_open in -lsqlite3""... $ac_c" 1>&6 8576 echo "configure:85 77: checking for sqlite3_open in -lsqlite3" >&58561 echo "configure:8562: checking for sqlite3_open in -lsqlite3" >&5 8577 8562 ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` 8578 8563 … … 8580 8565 LIBS="-lsqlite3 $MATHLIB $LIBS" 8581 8566 cat > conftest.$ac_ext <<EOF 8582 #line 85 83"configure"8567 #line 8568 "configure" 8583 8568 #include "confdefs.h" 8584 8569 /* Override any gcc2 internal prototype to avoid an error. */ … … 8591 8576 ; return 0; } 8592 8577 EOF 8593 if { (eval echo configure:85 94: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8578 if { (eval echo configure:8579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8594 8579 rm -rf conftest* 8595 8580 eval "ac_cv_lib_$ac_lib_var=yes" … … 8610 8595 8611 8596 echo $ac_n "checking for sqlite3_open in -lsqlite3""... $ac_c" 1>&6 8612 echo "configure:8 613: checking for sqlite3_open in -lsqlite3" >&58597 echo "configure:8598: checking for sqlite3_open in -lsqlite3" >&5 8613 8598 ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` 8614 8599 … … 8616 8601 LIBS="-lsqlite3 $MATHLIB $DLLIB $LIBS" 8617 8602 cat > conftest.$ac_ext <<EOF 8618 #line 86 19"configure"8603 #line 8604 "configure" 8619 8604 #include "confdefs.h" 8620 8605 /* Override any gcc2 internal prototype to avoid an error. */ … … 8627 8612 ; return 0; } 8628 8613 EOF 8629 if { (eval echo configure:86 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8614 if { (eval echo configure:8615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8630 8615 rm -rf conftest* 8631 8616 eval "ac_cv_lib_$ac_lib_var=yes" … … 8696 8681 8697 8682 echo $ac_n "checking whether to use FFMPEG""... $ac_c" 1>&6 8698 echo "configure:86 99: checking whether to use FFMPEG" >&58683 echo "configure:8684: checking whether to use FFMPEG" >&5 8699 8684 echo "$ac_t"""$with_ffmpeg"" 1>&6 8700 8685 case "$with_ffmpeg" in … … 8716 8701 8717 8702 echo $ac_n "checking for location of FFMPEG includes""... $ac_c" 1>&6 8718 echo "configure:87 19: checking for location of FFMPEG includes" >&58703 echo "configure:8704: checking for location of FFMPEG includes" >&5 8719 8704 case "$with_ffmpeg_includes" in 8720 8705 y | ye | yes | n | no) … … 8742 8727 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 8743 8728 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 8744 echo "configure:87 45: checking for $ac_hdr" >&58745 8746 cat > conftest.$ac_ext <<EOF 8747 #line 87 48"configure"8729 echo "configure:8730: checking for $ac_hdr" >&5 8730 8731 cat > conftest.$ac_ext <<EOF 8732 #line 8733 "configure" 8748 8733 #include "confdefs.h" 8749 8734 #include <$ac_hdr> 8750 8735 EOF 8751 8736 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8752 { (eval echo configure:87 53: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }8737 { (eval echo configure:8738: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8753 8738 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8754 8739 if test -z "$ac_err"; then … … 8786 8771 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 8787 8772 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 8788 echo "configure:87 89: checking for $ac_hdr" >&58789 8790 cat > conftest.$ac_ext <<EOF 8791 #line 87 92"configure"8773 echo "configure:8774: checking for $ac_hdr" >&5 8774 8775 cat > conftest.$ac_ext <<EOF 8776 #line 8777 "configure" 8792 8777 #include "confdefs.h" 8793 8778 #include <$ac_hdr> 8794 8779 EOF 8795 8780 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8796 { (eval echo configure:87 97: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }8781 { (eval echo configure:8782: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8797 8782 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8798 8783 if test -z "$ac_err"; then … … 8830 8815 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 8831 8816 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 8832 echo "configure:88 33: checking for $ac_hdr" >&58833 8834 cat > conftest.$ac_ext <<EOF 8835 #line 88 36"configure"8817 echo "configure:8818: checking for $ac_hdr" >&5 8818 8819 cat > conftest.$ac_ext <<EOF 8820 #line 8821 "configure" 8836 8821 #include "confdefs.h" 8837 8822 #include <$ac_hdr> 8838 8823 EOF 8839 8824 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8840 { (eval echo configure:88 41: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }8825 { (eval echo configure:8826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8841 8826 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8842 8827 if test -z "$ac_err"; then … … 8881 8866 8882 8867 echo $ac_n "checking for location of FFMPEG library""... $ac_c" 1>&6 8883 echo "configure:88 84: checking for location of FFMPEG library" >&58868 echo "configure:8869: checking for location of FFMPEG library" >&5 8884 8869 case "$with_ffmpeg_libs" in 8885 8870 y | ye | yes | n | no) … … 8908 8893 8909 8894 echo $ac_n "checking for av_free in -lavutil""... $ac_c" 1>&6 8910 echo "configure:8 911: checking for av_free in -lavutil" >&58895 echo "configure:8896: checking for av_free in -lavutil" >&5 8911 8896 ac_lib_var=`echo avutil'_'av_free | sed 'y%./+-%__p_%'` 8912 8897 … … 8914 8899 LIBS="-lavutil $LIBS" 8915 8900 cat > conftest.$ac_ext <<EOF 8916 #line 89 17"configure"8901 #line 8902 "configure" 8917 8902 #include "confdefs.h" 8918 8903 /* Override any gcc2 internal prototype to avoid an error. */ … … 8925 8910 ; return 0; } 8926 8911 EOF 8927 if { (eval echo configure:89 28: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8912 if { (eval echo configure:8913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8928 8913 rm -rf conftest* 8929 8914 eval "ac_cv_lib_$ac_lib_var=yes" … … 8944 8929 8945 8930 echo $ac_n "checking for av_free in -lavutil""... $ac_c" 1>&6 8946 echo "configure:89 47: checking for av_free in -lavutil" >&58931 echo "configure:8932: checking for av_free in -lavutil" >&5 8947 8932 ac_lib_var=`echo avutil'_'av_free | sed 'y%./+-%__p_%'` 8948 8933 … … 8950 8935 LIBS="-lavutil $MATHLIB $LIBS" 8951 8936 cat > conftest.$ac_ext <<EOF 8952 #line 89 53"configure"8937 #line 8938 "configure" 8953 8938 #include "confdefs.h" 8954 8939 /* Override any gcc2 internal prototype to avoid an error. */ … … 8961 8946 ; return 0; } 8962 8947 EOF 8963 if { (eval echo configure:89 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then8948 if { (eval echo configure:8949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8964 8949 rm -rf conftest* 8965 8950 eval "ac_cv_lib_$ac_lib_var=yes" … … 9006 8991 9007 8992 echo $ac_n "checking for avcodec_init in -lavcodec""... $ac_c" 1>&6 9008 echo "configure: 9009: checking for avcodec_init in -lavcodec" >&58993 echo "configure:8994: checking for avcodec_init in -lavcodec" >&5 9009 8994 ac_lib_var=`echo avcodec'_'avcodec_init | sed 'y%./+-%__p_%'` 9010 8995 … … 9012 8997 LIBS="-lavcodec $FFMPEGLIB $LIBS" 9013 8998 cat > conftest.$ac_ext <<EOF 9014 #line 90 15"configure"8999 #line 9000 "configure" 9015 9000 #include "confdefs.h" 9016 9001 /* Override any gcc2 internal prototype to avoid an error. */ … … 9023 9008 ; return 0; } 9024 9009 EOF 9025 if { (eval echo configure:90 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9010 if { (eval echo configure:9011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9026 9011 rm -rf conftest* 9027 9012 eval "ac_cv_lib_$ac_lib_var=yes" … … 9042 9027 9043 9028 echo $ac_n "checking for avcodec_init in -lavcodec""... $ac_c" 1>&6 9044 echo "configure:90 45: checking for avcodec_init in -lavcodec" >&59029 echo "configure:9030: checking for avcodec_init in -lavcodec" >&5 9045 9030 ac_lib_var=`echo avcodec'_'avcodec_init | sed 'y%./+-%__p_%'` 9046 9031 … … 9048 9033 LIBS="-lavcodec $FFMPEGLIB $MATHLIB $LIBS" 9049 9034 cat > conftest.$ac_ext <<EOF 9050 #line 90 51"configure"9035 #line 9036 "configure" 9051 9036 #include "confdefs.h" 9052 9037 /* Override any gcc2 internal prototype to avoid an error. */ … … 9059 9044 ; return 0; } 9060 9045 EOF 9061 if { (eval echo configure:90 62: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9046 if { (eval echo configure:9047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9062 9047 rm -rf conftest* 9063 9048 eval "ac_cv_lib_$ac_lib_var=yes" … … 9104 9089 9105 9090 echo $ac_n "checking for av_set_parameters in -lavformat""... $ac_c" 1>&6 9106 echo "configure:9 107: checking for av_set_parameters in -lavformat" >&59091 echo "configure:9092: checking for av_set_parameters in -lavformat" >&5 9107 9092 ac_lib_var=`echo avformat'_'av_set_parameters | sed 'y%./+-%__p_%'` 9108 9093 … … 9110 9095 LIBS="-lavformat $FFMPEGLIB $LIBS" 9111 9096 cat > conftest.$ac_ext <<EOF 9112 #line 9 113"configure"9097 #line 9098 "configure" 9113 9098 #include "confdefs.h" 9114 9099 /* Override any gcc2 internal prototype to avoid an error. */ … … 9121 9106 ; return 0; } 9122 9107 EOF 9123 if { (eval echo configure:91 24: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9108 if { (eval echo configure:9109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9124 9109 rm -rf conftest* 9125 9110 eval "ac_cv_lib_$ac_lib_var=yes" … … 9140 9125 9141 9126 echo $ac_n "checking for av_set_parameters in -lavformat""... $ac_c" 1>&6 9142 echo "configure:91 43: checking for av_set_parameters in -lavformat" >&59127 echo "configure:9128: checking for av_set_parameters in -lavformat" >&5 9143 9128 ac_lib_var=`echo avformat'_'av_set_parameters | sed 'y%./+-%__p_%'` 9144 9129 … … 9146 9131 LIBS="-lavformat $FFMPEGLIB $MATHLIB $LIBS" 9147 9132 cat > conftest.$ac_ext <<EOF 9148 #line 91 49"configure"9133 #line 9134 "configure" 9149 9134 #include "confdefs.h" 9150 9135 /* Override any gcc2 internal prototype to avoid an error. */ … … 9157 9142 ; return 0; } 9158 9143 EOF 9159 if { (eval echo configure:91 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9144 if { (eval echo configure:9145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9160 9145 rm -rf conftest* 9161 9146 eval "ac_cv_lib_$ac_lib_var=yes" … … 9216 9201 9217 9202 echo $ac_n "checking whether to use OpenGL""... $ac_c" 1>&6 9218 echo "configure:92 19: checking whether to use OpenGL" >&59203 echo "configure:9204: checking whether to use OpenGL" >&5 9219 9204 echo "$ac_t"""$with_opengl"" 1>&6 9220 9205 case "$with_opengl" in … … 9250 9235 9251 9236 echo $ac_n "checking for location of OpenGL includes""... $ac_c" 1>&6 9252 echo "configure:92 53: checking for location of OpenGL includes" >&59237 echo "configure:9238: checking for location of OpenGL includes" >&5 9253 9238 case "$with_opengl_includes" in 9254 9239 y | ye | yes | n | no) … … 9276 9261 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 9277 9262 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 9278 echo "configure:92 79: checking for $ac_hdr" >&59279 9280 cat > conftest.$ac_ext <<EOF 9281 #line 92 82"configure"9263 echo "configure:9264: checking for $ac_hdr" >&5 9264 9265 cat > conftest.$ac_ext <<EOF 9266 #line 9267 "configure" 9282 9267 #include "confdefs.h" 9283 9268 #include <$ac_hdr> 9284 9269 EOF 9285 9270 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 9286 { (eval echo configure:92 87: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }9271 { (eval echo configure:9272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 9287 9272 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 9288 9273 if test -z "$ac_err"; then … … 9318 9303 9319 9304 echo $ac_n "checking for location of OpenGL library""... $ac_c" 1>&6 9320 echo "configure:93 21: checking for location of OpenGL library" >&59305 echo "configure:9306: checking for location of OpenGL library" >&5 9321 9306 case "$with_opengl_libs" in 9322 9307 y | ye | yes | n | no) … … 9347 9332 9348 9333 echo $ac_n "checking for glBegin in -lGL""... $ac_c" 1>&6 9349 echo "configure:93 50: checking for glBegin in -lGL" >&59334 echo "configure:9335: checking for glBegin in -lGL" >&5 9350 9335 ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` 9351 9336 … … 9353 9338 LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" 9354 9339 cat > conftest.$ac_ext <<EOF 9355 #line 93 56"configure"9340 #line 9341 "configure" 9356 9341 #include "confdefs.h" 9357 9342 /* Override any gcc2 internal prototype to avoid an error. */ … … 9364 9349 ; return 0; } 9365 9350 EOF 9366 if { (eval echo configure:93 67: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9351 if { (eval echo configure:9352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9367 9352 rm -rf conftest* 9368 9353 eval "ac_cv_lib_$ac_lib_var=yes" … … 9383 9368 9384 9369 echo $ac_n "checking for glBegin in -lGL""... $ac_c" 1>&6 9385 echo "configure:93 86: checking for glBegin in -lGL" >&59370 echo "configure:9371: checking for glBegin in -lGL" >&5 9386 9371 ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` 9387 9372 … … 9389 9374 LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB -lXext $LIBS" 9390 9375 cat > conftest.$ac_ext <<EOF 9391 #line 93 92"configure"9376 #line 9377 "configure" 9392 9377 #include "confdefs.h" 9393 9378 /* Override any gcc2 internal prototype to avoid an error. */ … … 9400 9385 ; return 0; } 9401 9386 EOF 9402 if { (eval echo configure:9 403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9387 if { (eval echo configure:9388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9403 9388 rm -rf conftest* 9404 9389 eval "ac_cv_lib_$ac_lib_var=yes" … … 9419 9404 9420 9405 echo $ac_n "checking for glBegin in -lGL""... $ac_c" 1>&6 9421 echo "configure:94 22: checking for glBegin in -lGL" >&59406 echo "configure:9407: checking for glBegin in -lGL" >&5 9422 9407 ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` 9423 9408 … … 9425 9410 LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB -lpthread $LIBS" 9426 9411 cat > conftest.$ac_ext <<EOF 9427 #line 94 28"configure"9412 #line 9413 "configure" 9428 9413 #include "confdefs.h" 9429 9414 /* Override any gcc2 internal prototype to avoid an error. */ … … 9436 9421 ; return 0; } 9437 9422 EOF 9438 if { (eval echo configure:94 39: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9423 if { (eval echo configure:9424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9439 9424 rm -rf conftest* 9440 9425 eval "ac_cv_lib_$ac_lib_var=yes" … … 9455 9440 9456 9441 echo $ac_n "checking for glBegin in -lGL""... $ac_c" 1>&6 9457 echo "configure:94 58: checking for glBegin in -lGL" >&59442 echo "configure:9443: checking for glBegin in -lGL" >&5 9458 9443 ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` 9459 9444 … … 9461 9446 LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB -lpthread -lXext $LIBS" 9462 9447 cat > conftest.$ac_ext <<EOF 9463 #line 94 64"configure"9448 #line 9449 "configure" 9464 9449 #include "confdefs.h" 9465 9450 /* Override any gcc2 internal prototype to avoid an error. */ … … 9472 9457 ; return 0; } 9473 9458 EOF 9474 if { (eval echo configure:94 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9459 if { (eval echo configure:9460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9475 9460 rm -rf conftest* 9476 9461 eval "ac_cv_lib_$ac_lib_var=yes" … … 9534 9519 9535 9520 echo $ac_n "checking for gluBeginCurve in -lGLU""... $ac_c" 1>&6 9536 echo "configure:95 37: checking for gluBeginCurve in -lGLU" >&59521 echo "configure:9522: checking for gluBeginCurve in -lGLU" >&5 9537 9522 ac_lib_var=`echo GLU'_'gluBeginCurve | sed 'y%./+-%__p_%'` 9538 9523 … … 9540 9525 LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" 9541 9526 cat > conftest.$ac_ext <<EOF 9542 #line 95 43"configure"9527 #line 9528 "configure" 9543 9528 #include "confdefs.h" 9544 9529 /* Override any gcc2 internal prototype to avoid an error. */ … … 9551 9536 ; return 0; } 9552 9537 EOF 9553 if { (eval echo configure:95 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9538 if { (eval echo configure:9539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9554 9539 rm -rf conftest* 9555 9540 eval "ac_cv_lib_$ac_lib_var=yes" … … 9570 9555 9571 9556 echo $ac_n "checking for gluBeginCurve in -lGLU""... $ac_c" 1>&6 9572 echo "configure:95 73: checking for gluBeginCurve in -lGLU" >&59557 echo "configure:9558: checking for gluBeginCurve in -lGLU" >&5 9573 9558 ac_lib_var=`echo GLU'_'gluBeginCurve | sed 'y%./+-%__p_%'` 9574 9559 … … 9576 9561 LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB -lstdc++ $LIBS" 9577 9562 cat > conftest.$ac_ext <<EOF 9578 #line 95 79"configure"9563 #line 9564 "configure" 9579 9564 #include "confdefs.h" 9580 9565 /* Override any gcc2 internal prototype to avoid an error. */ … … 9587 9572 ; return 0; } 9588 9573 EOF 9589 if { (eval echo configure:95 90: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9574 if { (eval echo configure:9575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9590 9575 rm -rf conftest* 9591 9576 eval "ac_cv_lib_$ac_lib_var=yes" … … 9634 9619 LDFLAGS=" $LDFLAGS" 9635 9620 echo $ac_n "checking for glXCreatePbuffer""... $ac_c" 1>&6 9636 echo "configure:96 37: checking for glXCreatePbuffer" >&59637 9638 cat > conftest.$ac_ext <<EOF 9639 #line 96 40"configure"9621 echo "configure:9622: checking for glXCreatePbuffer" >&5 9622 9623 cat > conftest.$ac_ext <<EOF 9624 #line 9625 "configure" 9640 9625 #include "confdefs.h" 9641 9626 /* System header to define __stub macros and hopefully few prototypes, … … 9660 9645 ; return 0; } 9661 9646 EOF 9662 if { (eval echo configure:96 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9647 if { (eval echo configure:9648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9663 9648 rm -rf conftest* 9664 9649 eval "ac_cv_func_glXCreatePbuffer=yes" … … 9697 9682 LDFLAGS=" $LDFLAGS" 9698 9683 echo $ac_n "checking for glXCreateGLXPixmap""... $ac_c" 1>&6 9699 echo "configure:9 700: checking for glXCreateGLXPixmap" >&59700 9701 cat > conftest.$ac_ext <<EOF 9702 #line 9 703"configure"9684 echo "configure:9685: checking for glXCreateGLXPixmap" >&5 9685 9686 cat > conftest.$ac_ext <<EOF 9687 #line 9688 "configure" 9703 9688 #include "confdefs.h" 9704 9689 /* System header to define __stub macros and hopefully few prototypes, … … 9723 9708 ; return 0; } 9724 9709 EOF 9725 if { (eval echo configure:97 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9710 if { (eval echo configure:9711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9726 9711 rm -rf conftest* 9727 9712 eval "ac_cv_func_glXCreateGLXPixmap=yes" … … 9766 9751 9767 9752 echo $ac_n "checking for location of OpenGL framework""... $ac_c" 1>&6 9768 echo "configure:97 69: checking for location of OpenGL framework" >&59753 echo "configure:9754: checking for location of OpenGL framework" >&5 9769 9754 case "$with_opengl_framework" in 9770 9755 y | ye | yes | n | no) … … 9790 9775 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 9791 9776 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 9792 echo "configure:97 93: checking for $ac_hdr" >&59793 9794 cat > conftest.$ac_ext <<EOF 9795 #line 97 96"configure"9777 echo "configure:9778: checking for $ac_hdr" >&5 9778 9779 cat > conftest.$ac_ext <<EOF 9780 #line 9781 "configure" 9796 9781 #include "confdefs.h" 9797 9782 #include <$ac_hdr> 9798 9783 EOF 9799 9784 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 9800 { (eval echo configure:9 801: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }9785 { (eval echo configure:9786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 9801 9786 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 9802 9787 if test -z "$ac_err"; then … … 9834 9819 LDFLAGS="$OPENGLPATH $LDFLAGS" 9835 9820 echo $ac_n "checking for glBegin""... $ac_c" 1>&6 9836 echo "configure:98 37: checking for glBegin" >&59837 9838 cat > conftest.$ac_ext <<EOF 9839 #line 98 40"configure"9821 echo "configure:9822: checking for glBegin" >&5 9822 9823 cat > conftest.$ac_ext <<EOF 9824 #line 9825 "configure" 9840 9825 #include "confdefs.h" 9841 9826 /* System header to define __stub macros and hopefully few prototypes, … … 9860 9845 ; return 0; } 9861 9846 EOF 9862 if { (eval echo configure:98 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9847 if { (eval echo configure:9848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9863 9848 rm -rf conftest* 9864 9849 eval "ac_cv_func_glBegin=yes" … … 9897 9882 LDFLAGS="$OPENGLPATH $LDFLAGS" 9898 9883 echo $ac_n "checking for gluBeginCurve""... $ac_c" 1>&6 9899 echo "configure:9 900: checking for gluBeginCurve" >&59900 9901 cat > conftest.$ac_ext <<EOF 9902 #line 9 903"configure"9884 echo "configure:9885: checking for gluBeginCurve" >&5 9885 9886 cat > conftest.$ac_ext <<EOF 9887 #line 9888 "configure" 9903 9888 #include "confdefs.h" 9904 9889 /* System header to define __stub macros and hopefully few prototypes, … … 9923 9908 ; return 0; } 9924 9909 EOF 9925 if { (eval echo configure:99 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then9910 if { (eval echo configure:9911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 9926 9911 rm -rf conftest* 9927 9912 eval "ac_cv_func_gluBeginCurve=yes" … … 9971 9956 9972 9957 echo $ac_n "checking for location of OpenGL includes""... $ac_c" 1>&6 9973 echo "configure:99 74: checking for location of OpenGL includes" >&59958 echo "configure:9959: checking for location of OpenGL includes" >&5 9974 9959 case "$with_opengl_includes" in 9975 9960 y | ye | yes | n | no) … … 9997 9982 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 9998 9983 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 9999 echo "configure: 10000: checking for $ac_hdr" >&510000 10001 cat > conftest.$ac_ext <<EOF 10002 #line 10003"configure"9984 echo "configure:9985: checking for $ac_hdr" >&5 9985 9986 cat > conftest.$ac_ext <<EOF 9987 #line 9988 "configure" 10003 9988 #include "confdefs.h" 10004 9989 #include <$ac_hdr> 10005 9990 EOF 10006 9991 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10007 { (eval echo configure: 10008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }9992 { (eval echo configure:9993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10008 9993 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10009 9994 if test -z "$ac_err"; then … … 10039 10024 10040 10025 echo $ac_n "checking for location of OpenGL library""... $ac_c" 1>&6 10041 echo "configure:100 42: checking for location of OpenGL library" >&510026 echo "configure:10027: checking for location of OpenGL library" >&5 10042 10027 case "$with_opengl_libs" in 10043 10028 y | ye | yes | n | no) … … 10064 10049 ac_save_libs="$LIBS" 10065 10050 echo $ac_n "checking for OpenGL library""... $ac_c" 1>&6 10066 echo "configure:100 67: checking for OpenGL library" >&510051 echo "configure:10052: checking for OpenGL library" >&5 10067 10052 LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" 10068 10053 LIBS="-lopengl32 " 10069 10054 cat > conftest.$ac_ext <<EOF 10070 #line 100 71"configure"10055 #line 10056 "configure" 10071 10056 #include "confdefs.h" 10072 10057 #include <GL/gl.h> … … 10075 10060 ; return 0; } 10076 10061 EOF 10077 if { (eval echo configure:100 78: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10062 if { (eval echo configure:10063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10078 10063 rm -rf conftest* 10079 10064 … … 10099 10084 ac_save_libs="$LIBS" 10100 10085 echo $ac_n "checking for GLU library""... $ac_c" 1>&6 10101 echo "configure:10 102: checking for GLU library" >&510086 echo "configure:10087: checking for GLU library" >&5 10102 10087 LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" 10103 10088 LIBS="-lglu32 $OPENGLLIB " 10104 10089 cat > conftest.$ac_ext <<EOF 10105 #line 10 106"configure"10090 #line 10091 "configure" 10106 10091 #include "confdefs.h" 10107 10092 #include <GL/glu.h> … … 10110 10095 ; return 0; } 10111 10096 EOF 10112 if { (eval echo configure:10 113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10097 if { (eval echo configure:10098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10113 10098 rm -rf conftest* 10114 10099 … … 10159 10144 10160 10145 echo $ac_n "checking whether to use Tcl/Tk""... $ac_c" 1>&6 10161 echo "configure:101 62: checking whether to use Tcl/Tk" >&510146 echo "configure:10147: checking whether to use Tcl/Tk" >&5 10162 10147 echo "$ac_t"""$with_tcltk"" 1>&6 10163 10148 case "$with_tcltk" in … … 10179 10164 10180 10165 echo $ac_n "checking for location of Tcl/Tk includes""... $ac_c" 1>&6 10181 echo "configure:101 82: checking for location of Tcl/Tk includes" >&510166 echo "configure:10167: checking for location of Tcl/Tk includes" >&5 10182 10167 case "$with_tcltk_includes" in 10183 10168 y | ye | yes | n | no) … … 10205 10190 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10206 10191 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10207 echo "configure:10 208: checking for $ac_hdr" >&510208 10209 cat > conftest.$ac_ext <<EOF 10210 #line 10 211"configure"10192 echo "configure:10193: checking for $ac_hdr" >&5 10193 10194 cat > conftest.$ac_ext <<EOF 10195 #line 10196 "configure" 10211 10196 #include "confdefs.h" 10212 10197 #include <$ac_hdr> 10213 10198 EOF 10214 10199 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10215 { (eval echo configure:102 16: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }10200 { (eval echo configure:10201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10216 10201 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10217 10202 if test -z "$ac_err"; then … … 10250 10235 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 10251 10236 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 10252 echo "configure:102 53: checking for $ac_hdr" >&510253 10254 cat > conftest.$ac_ext <<EOF 10255 #line 102 56"configure"10237 echo "configure:10238: checking for $ac_hdr" >&5 10238 10239 cat > conftest.$ac_ext <<EOF 10240 #line 10241 "configure" 10256 10241 #include "confdefs.h" 10257 10242 #include <$ac_hdr> 10258 10243 EOF 10259 10244 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 10260 { (eval echo configure:102 61: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }10245 { (eval echo configure:10246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 10261 10246 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 10262 10247 if test -z "$ac_err"; then … … 10292 10277 10293 10278 echo $ac_n "checking Tcl version""... $ac_c" 1>&6 10294 echo "configure:102 95: checking Tcl version" >&510279 echo "configure:10280: checking Tcl version" >&5 10295 10280 ac_save_cppflags="$CPPFLAGS" 10296 10281 CPPFLAGS="$TCLINCDIR $CPPFLAGS" … … 10300 10285 else 10301 10286 cat > conftest.$ac_ext <<EOF 10302 #line 10 303"configure"10287 #line 10288 "configure" 10303 10288 #include "confdefs.h" 10304 10289 … … 10312 10297 10313 10298 EOF 10314 if { (eval echo configure:103 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null10299 if { (eval echo configure:10300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 10315 10300 then 10316 10301 tcl_ver=`cat conftestdata` … … 10330 10315 10331 10316 echo $ac_n "checking Tk version""... $ac_c" 1>&6 10332 echo "configure:103 33: checking Tk version" >&510317 echo "configure:10318: checking Tk version" >&5 10333 10318 ac_save_cppflags="$CPPFLAGS" 10334 10319 CPPFLAGS="$TCLINCDIR $X_CFLAGS $CPPFLAGS" … … 10338 10323 else 10339 10324 cat > conftest.$ac_ext <<EOF 10340 #line 103 41"configure"10325 #line 10326 "configure" 10341 10326 #include "confdefs.h" 10342 10327 … … 10350 10335 10351 10336 EOF 10352 if { (eval echo configure:103 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null10337 if { (eval echo configure:10338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 10353 10338 then 10354 10339 tk_ver=`cat conftestdata` … … 10379 10364 10380 10365 echo $ac_n "checking for location of Tcl/Tk library""... $ac_c" 1>&6 10381 echo "configure:103 82: checking for location of Tcl/Tk library" >&510366 echo "configure:10367: checking for location of Tcl/Tk library" >&5 10382 10367 case "$with_tcltk_libs" in 10383 10368 y | ye | yes | n | no) … … 10419 10404 10420 10405 echo $ac_n "checking for Tcl_Init in -ltcl""... $ac_c" 1>&6 10421 echo "configure:104 22: checking for Tcl_Init in -ltcl" >&510406 echo "configure:10407: checking for Tcl_Init in -ltcl" >&5 10422 10407 ac_lib_var=`echo tcl'_'Tcl_Init | sed 'y%./+-%__p_%'` 10423 10408 … … 10425 10410 LIBS="-ltcl $MATHLIB $LIBS" 10426 10411 cat > conftest.$ac_ext <<EOF 10427 #line 104 28"configure"10412 #line 10413 "configure" 10428 10413 #include "confdefs.h" 10429 10414 /* Override any gcc2 internal prototype to avoid an error. */ … … 10436 10421 ; return 0; } 10437 10422 EOF 10438 if { (eval echo configure:104 39: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10423 if { (eval echo configure:10424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10439 10424 rm -rf conftest* 10440 10425 eval "ac_cv_lib_$ac_lib_var=yes" … … 10455 10440 10456 10441 echo $ac_n "checking for Tcl_Init in -ltcl""... $ac_c" 1>&6 10457 echo "configure:104 58: checking for Tcl_Init in -ltcl" >&510442 echo "configure:10443: checking for Tcl_Init in -ltcl" >&5 10458 10443 ac_lib_var=`echo tcl'_'Tcl_Init | sed 'y%./+-%__p_%'` 10459 10444 … … 10461 10446 LIBS="-ltcl $MATHLIB $DLLIB $LIBS" 10462 10447 cat > conftest.$ac_ext <<EOF 10463 #line 104 64"configure"10448 #line 10449 "configure" 10464 10449 #include "confdefs.h" 10465 10450 /* Override any gcc2 internal prototype to avoid an error. */ … … 10472 10457 ; return 0; } 10473 10458 EOF 10474 if { (eval echo configure:104 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10459 if { (eval echo configure:10460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10475 10460 rm -rf conftest* 10476 10461 eval "ac_cv_lib_$ac_lib_var=yes" … … 10499 10484 10500 10485 echo $ac_n "checking for Tcl_Init in -ltcl$tcltk_ver""... $ac_c" 1>&6 10501 echo "configure:10 502: checking for Tcl_Init in -ltcl$tcltk_ver" >&510486 echo "configure:10487: checking for Tcl_Init in -ltcl$tcltk_ver" >&5 10502 10487 ac_lib_var=`echo tcl$tcltk_ver'_'Tcl_Init | sed 'y%./+-%__p_%'` 10503 10488 … … 10505 10490 LIBS="-ltcl$tcltk_ver $MATHLIB $LIBS" 10506 10491 cat > conftest.$ac_ext <<EOF 10507 #line 10 508"configure"10492 #line 10493 "configure" 10508 10493 #include "confdefs.h" 10509 10494 /* Override any gcc2 internal prototype to avoid an error. */ … … 10516 10501 ; return 0; } 10517 10502 EOF 10518 if { (eval echo configure:105 19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10503 if { (eval echo configure:10504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10519 10504 rm -rf conftest* 10520 10505 eval "ac_cv_lib_$ac_lib_var=yes" … … 10535 10520 10536 10521 echo $ac_n "checking for Tcl_Init in -ltcl$tcltk_ver""... $ac_c" 1>&6 10537 echo "configure:105 38: checking for Tcl_Init in -ltcl$tcltk_ver" >&510522 echo "configure:10523: checking for Tcl_Init in -ltcl$tcltk_ver" >&5 10538 10523 ac_lib_var=`echo tcl$tcltk_ver'_'Tcl_Init | sed 'y%./+-%__p_%'` 10539 10524 … … 10541 10526 LIBS="-ltcl$tcltk_ver $MATHLIB $DLLIB $LIBS" 10542 10527 cat > conftest.$ac_ext <<EOF 10543 #line 105 44"configure"10528 #line 10529 "configure" 10544 10529 #include "confdefs.h" 10545 10530 /* Override any gcc2 internal prototype to avoid an error. */ … … 10552 10537 ; return 0; } 10553 10538 EOF 10554 if { (eval echo configure:105 55: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10539 if { (eval echo configure:10540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10555 10540 rm -rf conftest* 10556 10541 eval "ac_cv_lib_$ac_lib_var=yes" … … 10579 10564 10580 10565 echo $ac_n "checking for Tcl_Init in -ltcl$tcltk_ver2""... $ac_c" 1>&6 10581 echo "configure:105 82: checking for Tcl_Init in -ltcl$tcltk_ver2" >&510566 echo "configure:10567: checking for Tcl_Init in -ltcl$tcltk_ver2" >&5 10582 10567 ac_lib_var=`echo tcl$tcltk_ver2'_'Tcl_Init | sed 'y%./+-%__p_%'` 10583 10568 … … 10585 10570 LIBS="-ltcl$tcltk_ver2 $MATHLIB $LIBS" 10586 10571 cat > conftest.$ac_ext <<EOF 10587 #line 105 88"configure"10572 #line 10573 "configure" 10588 10573 #include "confdefs.h" 10589 10574 /* Override any gcc2 internal prototype to avoid an error. */ … … 10596 10581 ; return 0; } 10597 10582 EOF 10598 if { (eval echo configure:105 99: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10583 if { (eval echo configure:10584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10599 10584 rm -rf conftest* 10600 10585 eval "ac_cv_lib_$ac_lib_var=yes" … … 10615 10600 10616 10601 echo $ac_n "checking for Tcl_Init in -ltcl$tcltk_ver2""... $ac_c" 1>&6 10617 echo "configure:106 18: checking for Tcl_Init in -ltcl$tcltk_ver2" >&510602 echo "configure:10603: checking for Tcl_Init in -ltcl$tcltk_ver2" >&5 10618 10603 ac_lib_var=`echo tcl$tcltk_ver2'_'Tcl_Init | sed 'y%./+-%__p_%'` 10619 10604 … … 10621 10606 LIBS="-ltcl$tcltk_ver2 $MATHLIB $DLLIB $LIBS" 10622 10607 cat > conftest.$ac_ext <<EOF 10623 #line 106 24"configure"10608 #line 10609 "configure" 10624 10609 #include "confdefs.h" 10625 10610 /* Override any gcc2 internal prototype to avoid an error. */ … … 10632 10617 ; return 0; } 10633 10618 EOF 10634 if { (eval echo configure:106 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10619 if { (eval echo configure:10620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10635 10620 rm -rf conftest* 10636 10621 eval "ac_cv_lib_$ac_lib_var=yes" … … 10710 10695 10711 10696 echo $ac_n "checking for Tk_MainWindow in -ltk""... $ac_c" 1>&6 10712 echo "configure:10 713: checking for Tk_MainWindow in -ltk" >&510697 echo "configure:10698: checking for Tk_MainWindow in -ltk" >&5 10713 10698 ac_lib_var=`echo tk'_'Tk_MainWindow | sed 'y%./+-%__p_%'` 10714 10699 … … 10716 10701 LIBS="-ltk $TCLLIB $MATHLIB $LIBS" 10717 10702 cat > conftest.$ac_ext <<EOF 10718 #line 107 19"configure"10703 #line 10704 "configure" 10719 10704 #include "confdefs.h" 10720 10705 /* Override any gcc2 internal prototype to avoid an error. */ … … 10727 10712 ; return 0; } 10728 10713 EOF 10729 if { (eval echo configure:107 30: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10714 if { (eval echo configure:10715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10730 10715 rm -rf conftest* 10731 10716 eval "ac_cv_lib_$ac_lib_var=yes" … … 10746 10731 10747 10732 echo $ac_n "checking for Tk_MainWindow in -ltk""... $ac_c" 1>&6 10748 echo "configure:107 49: checking for Tk_MainWindow in -ltk" >&510733 echo "configure:10734: checking for Tk_MainWindow in -ltk" >&5 10749 10734 ac_lib_var=`echo tk'_'Tk_MainWindow | sed 'y%./+-%__p_%'` 10750 10735 … … 10752 10737 LIBS="-ltk $TCLLIB $MATHLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" 10753 10738 cat > conftest.$ac_ext <<EOF 10754 #line 107 55"configure"10739 #line 10740 "configure" 10755 10740 #include "confdefs.h" 10756 10741 /* Override any gcc2 internal prototype to avoid an error. */ … … 10763 10748 ; return 0; } 10764 10749 EOF 10765 if { (eval echo configure:107 66: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10750 if { (eval echo configure:10751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10766 10751 rm -rf conftest* 10767 10752 eval "ac_cv_lib_$ac_lib_var=yes" … … 10790 10775 10791 10776 echo $ac_n "checking for Tk_MainWindow in -ltk$tcltk_ver""... $ac_c" 1>&6 10792 echo "configure:107 93: checking for Tk_MainWindow in -ltk$tcltk_ver" >&510777 echo "configure:10778: checking for Tk_MainWindow in -ltk$tcltk_ver" >&5 10793 10778 ac_lib_var=`echo tk$tcltk_ver'_'Tk_MainWindow | sed 'y%./+-%__p_%'` 10794 10779 … … 10796 10781 LIBS="-ltk$tcltk_ver $TCLLIB $MATHLIB $LIBS" 10797 10782 cat > conftest.$ac_ext <<EOF 10798 #line 107 99"configure"10783 #line 10784 "configure" 10799 10784 #include "confdefs.h" 10800 10785 /* Override any gcc2 internal prototype to avoid an error. */ … … 10807 10792 ; return 0; } 10808 10793 EOF 10809 if { (eval echo configure:10 810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10794 if { (eval echo configure:10795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10810 10795 rm -rf conftest* 10811 10796 eval "ac_cv_lib_$ac_lib_var=yes" … … 10826 10811 10827 10812 echo $ac_n "checking for Tk_MainWindow in -ltk$tcltk_ver""... $ac_c" 1>&6 10828 echo "configure:108 29: checking for Tk_MainWindow in -ltk$tcltk_ver" >&510813 echo "configure:10814: checking for Tk_MainWindow in -ltk$tcltk_ver" >&5 10829 10814 ac_lib_var=`echo tk$tcltk_ver'_'Tk_MainWindow | sed 'y%./+-%__p_%'` 10830 10815 … … 10832 10817 LIBS="-ltk$tcltk_ver $TCLLIB $MATHLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" 10833 10818 cat > conftest.$ac_ext <<EOF 10834 #line 108 35"configure"10819 #line 10820 "configure" 10835 10820 #include "confdefs.h" 10836 10821 /* Override any gcc2 internal prototype to avoid an error. */ … … 10843 10828 ; return 0; } 10844 10829 EOF 10845 if { (eval echo configure:108 46: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10830 if { (eval echo configure:10831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10846 10831 rm -rf conftest* 10847 10832 eval "ac_cv_lib_$ac_lib_var=yes" … … 10870 10855 10871 10856 echo $ac_n "checking for Tk_MainWindow in -ltk$tcltk_ver2""... $ac_c" 1>&6 10872 echo "configure:108 73: checking for Tk_MainWindow in -ltk$tcltk_ver2" >&510857 echo "configure:10858: checking for Tk_MainWindow in -ltk$tcltk_ver2" >&5 10873 10858 ac_lib_var=`echo tk$tcltk_ver2'_'Tk_MainWindow | sed 'y%./+-%__p_%'` 10874 10859 … … 10876 10861 LIBS="-ltk$tcltk_ver2 $TCLLIB $MATHLIB $LIBS" 10877 10862 cat > conftest.$ac_ext <<EOF 10878 #line 108 79"configure"10863 #line 10864 "configure" 10879 10864 #include "confdefs.h" 10880 10865 /* Override any gcc2 internal prototype to avoid an error. */ … … 10887 10872 ; return 0; } 10888 10873 EOF 10889 if { (eval echo configure:108 90: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10874 if { (eval echo configure:10875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10890 10875 rm -rf conftest* 10891 10876 eval "ac_cv_lib_$ac_lib_var=yes" … … 10906 10891 10907 10892 echo $ac_n "checking for Tk_MainWindow in -ltk$tcltk_ver2""... $ac_c" 1>&6 10908 echo "configure:10 909: checking for Tk_MainWindow in -ltk$tcltk_ver2" >&510893 echo "configure:10894: checking for Tk_MainWindow in -ltk$tcltk_ver2" >&5 10909 10894 ac_lib_var=`echo tk$tcltk_ver2'_'Tk_MainWindow | sed 'y%./+-%__p_%'` 10910 10895 … … 10912 10897 LIBS="-ltk$tcltk_ver2 $TCLLIB $MATHLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $LIBS" 10913 10898 cat > conftest.$ac_ext <<EOF 10914 #line 109 15"configure"10899 #line 10900 "configure" 10915 10900 #include "confdefs.h" 10916 10901 /* Override any gcc2 internal prototype to avoid an error. */ … … 10923 10908 ; return 0; } 10924 10909 EOF 10925 if { (eval echo configure:109 26: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then10910 if { (eval echo configure:10911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 10926 10911 rm -rf conftest* 10927 10912 eval "ac_cv_lib_$ac_lib_var=yes" … … 11013 10998 # add only if in MACOSX_ARCHS 11014 10999 echo $ac_n "checking for Tcl_Init in -l$tlib""... $ac_c" 1>&6 11015 echo "configure:110 16: checking for Tcl_Init in -l$tlib" >&511000 echo "configure:11001: checking for Tcl_Init in -l$tlib" >&5 11016 11001 ac_lib_var=`echo $tlib'_'Tcl_Init | sed 'y%./+-%__p_%'` 11017 11002 … … 11019 11004 LIBS="-l$tlib -arch $a $MACOSX_SDK $TCLTKLIBPATH $LIBS" 11020 11005 cat > conftest.$ac_ext <<EOF 11021 #line 110 22"configure"11006 #line 11007 "configure" 11022 11007 #include "confdefs.h" 11023 11008 /* Override any gcc2 internal prototype to avoid an error. */ … … 11030 11015 ; return 0; } 11031 11016 EOF 11032 if { (eval echo configure:110 33: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11017 if { (eval echo configure:11018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11033 11018 rm -rf conftest* 11034 11019 eval "ac_cv_lib_$ac_lib_var=yes" … … 11080 11065 11081 11066 echo $ac_n "checking whether to use ODBC""... $ac_c" 1>&6 11082 echo "configure:110 83: checking whether to use ODBC" >&511067 echo "configure:11068: checking whether to use ODBC" >&5 11083 11068 echo "$ac_t"""$with_odbc"" 1>&6 11084 11069 case "$with_odbc" in … … 11099 11084 11100 11085 echo $ac_n "checking for location of ODBC includes""... $ac_c" 1>&6 11101 echo "configure:11 102: checking for location of ODBC includes" >&511086 echo "configure:11087: checking for location of ODBC includes" >&5 11102 11087 case "$with_odbc_includes" in 11103 11088 y | ye | yes | n | no) … … 11125 11110 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 11126 11111 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 11127 echo "configure:111 28: checking for $ac_hdr" >&511128 11129 cat > conftest.$ac_ext <<EOF 11130 #line 111 31"configure"11112 echo "configure:11113: checking for $ac_hdr" >&5 11113 11114 cat > conftest.$ac_ext <<EOF 11115 #line 11116 "configure" 11131 11116 #include "confdefs.h" 11132 11117 #include <$ac_hdr> 11133 11118 EOF 11134 11119 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11135 { (eval echo configure:111 36: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }11120 { (eval echo configure:11121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11136 11121 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11137 11122 if test -z "$ac_err"; then … … 11167 11152 11168 11153 echo $ac_n "checking for location of ODBC library""... $ac_c" 1>&6 11169 echo "configure:111 70: checking for location of ODBC library" >&511154 echo "configure:11155: checking for location of ODBC library" >&5 11170 11155 case "$with_odbc_libs" in 11171 11156 y | ye | yes | n | no) … … 11192 11177 11193 11178 echo $ac_n "checking for SQLConnect in -lodbc""... $ac_c" 1>&6 11194 echo "configure:111 95: checking for SQLConnect in -lodbc" >&511179 echo "configure:11180: checking for SQLConnect in -lodbc" >&5 11195 11180 ac_lib_var=`echo odbc'_'SQLConnect | sed 'y%./+-%__p_%'` 11196 11181 … … 11198 11183 LIBS="-lodbc $ICONVLIB $LIBS" 11199 11184 cat > conftest.$ac_ext <<EOF 11200 #line 11 201"configure"11185 #line 11186 "configure" 11201 11186 #include "confdefs.h" 11202 11187 /* Override any gcc2 internal prototype to avoid an error. */ … … 11209 11194 ; return 0; } 11210 11195 EOF 11211 if { (eval echo configure:11 212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11196 if { (eval echo configure:11197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11212 11197 rm -rf conftest* 11213 11198 eval "ac_cv_lib_$ac_lib_var=yes" … … 11234 11219 11235 11220 echo $ac_n "checking for SQLConnect in -liodbc""... $ac_c" 1>&6 11236 echo "configure:112 37: checking for SQLConnect in -liodbc" >&511221 echo "configure:11222: checking for SQLConnect in -liodbc" >&5 11237 11222 ac_lib_var=`echo iodbc'_'SQLConnect | sed 'y%./+-%__p_%'` 11238 11223 … … 11240 11225 LIBS="-liodbc $LIBS" 11241 11226 cat > conftest.$ac_ext <<EOF 11242 #line 112 43"configure"11227 #line 11228 "configure" 11243 11228 #include "confdefs.h" 11244 11229 /* Override any gcc2 internal prototype to avoid an error. */ … … 11251 11236 ; return 0; } 11252 11237 EOF 11253 if { (eval echo configure:112 54: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11238 if { (eval echo configure:11239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11254 11239 rm -rf conftest* 11255 11240 eval "ac_cv_lib_$ac_lib_var=yes" … … 11276 11261 ac_save_libs="$LIBS" 11277 11262 echo $ac_n "checking for ODBC library""... $ac_c" 1>&6 11278 echo "configure:112 79: checking for ODBC library" >&511263 echo "configure:11264: checking for ODBC library" >&5 11279 11264 LDFLAGS="$ODBCLIB $LDFLAGS" 11280 11265 LIBS="-lodbc32 " 11281 11266 cat > conftest.$ac_ext <<EOF 11282 #line 112 83"configure"11267 #line 11268 "configure" 11283 11268 #include "confdefs.h" 11284 11269 #include <windows.h> … … 11288 11273 ; return 0; } 11289 11274 EOF 11290 if { (eval echo configure:112 91: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11275 if { (eval echo configure:11276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11291 11276 rm -rf conftest* 11292 11277 … … 11337 11322 11338 11323 echo $ac_n "checking whether to use FFTW""... $ac_c" 1>&6 11339 echo "configure:113 40: checking whether to use FFTW" >&511324 echo "configure:11325: checking whether to use FFTW" >&5 11340 11325 echo "$ac_t"""$with_fftw"" 1>&6 11341 11326 case "$with_fftw" in … … 11356 11341 11357 11342 echo $ac_n "checking for location of FFTW includes""... $ac_c" 1>&6 11358 echo "configure:113 59: checking for location of FFTW includes" >&511343 echo "configure:11344: checking for location of FFTW includes" >&5 11359 11344 case "$with_fftw_includes" in 11360 11345 y | ye | yes | n | no) … … 11382 11367 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 11383 11368 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 11384 echo "configure:113 85: checking for $ac_hdr" >&511385 11386 cat > conftest.$ac_ext <<EOF 11387 #line 113 88"configure"11369 echo "configure:11370: checking for $ac_hdr" >&5 11370 11371 cat > conftest.$ac_ext <<EOF 11372 #line 11373 "configure" 11388 11373 #include "confdefs.h" 11389 11374 #include <$ac_hdr> 11390 11375 EOF 11391 11376 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11392 { (eval echo configure:113 93: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }11377 { (eval echo configure:11378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11393 11378 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11394 11379 if test -z "$ac_err"; then … … 11418 11403 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 11419 11404 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 11420 echo "configure:114 21: checking for $ac_hdr" >&511421 11422 cat > conftest.$ac_ext <<EOF 11423 #line 114 24"configure"11405 echo "configure:11406: checking for $ac_hdr" >&5 11406 11407 cat > conftest.$ac_ext <<EOF 11408 #line 11409 "configure" 11424 11409 #include "confdefs.h" 11425 11410 #include <$ac_hdr> 11426 11411 EOF 11427 11412 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11428 { (eval echo configure:114 29: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }11413 { (eval echo configure:11414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11429 11414 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11430 11415 if test -z "$ac_err"; then … … 11454 11439 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 11455 11440 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 11456 echo "configure:114 57: checking for $ac_hdr" >&511457 11458 cat > conftest.$ac_ext <<EOF 11459 #line 114 60"configure"11441 echo "configure:11442: checking for $ac_hdr" >&5 11442 11443 cat > conftest.$ac_ext <<EOF 11444 #line 11445 "configure" 11460 11445 #include "confdefs.h" 11461 11446 #include <$ac_hdr> 11462 11447 EOF 11463 11448 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11464 { (eval echo configure:114 65: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }11449 { (eval echo configure:11450: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11465 11450 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11466 11451 if test -z "$ac_err"; then … … 11508 11493 11509 11494 echo $ac_n "checking for location of FFTW library""... $ac_c" 1>&6 11510 echo "configure:11 511: checking for location of FFTW library" >&511495 echo "configure:11496: checking for location of FFTW library" >&5 11511 11496 case "$with_fftw_libs" in 11512 11497 y | ye | yes | n | no) … … 11533 11518 11534 11519 echo $ac_n "checking for fftw_execute in -lfftw3""... $ac_c" 1>&6 11535 echo "configure:115 36: checking for fftw_execute in -lfftw3" >&511520 echo "configure:11521: checking for fftw_execute in -lfftw3" >&5 11536 11521 ac_lib_var=`echo fftw3'_'fftw_execute | sed 'y%./+-%__p_%'` 11537 11522 … … 11539 11524 LIBS="-lfftw3 $MATHLIB $LIBS" 11540 11525 cat > conftest.$ac_ext <<EOF 11541 #line 115 42"configure"11526 #line 11527 "configure" 11542 11527 #include "confdefs.h" 11543 11528 /* Override any gcc2 internal prototype to avoid an error. */ … … 11550 11535 ; return 0; } 11551 11536 EOF 11552 if { (eval echo configure:115 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11537 if { (eval echo configure:11538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11553 11538 rm -rf conftest* 11554 11539 eval "ac_cv_lib_$ac_lib_var=yes" … … 11575 11560 11576 11561 echo $ac_n "checking for fftwnd_one in -lfftw""... $ac_c" 1>&6 11577 echo "configure:115 78: checking for fftwnd_one in -lfftw" >&511562 echo "configure:11563: checking for fftwnd_one in -lfftw" >&5 11578 11563 ac_lib_var=`echo fftw'_'fftwnd_one | sed 'y%./+-%__p_%'` 11579 11564 … … 11581 11566 LIBS="-lfftw $MATHLIB $LIBS" 11582 11567 cat > conftest.$ac_ext <<EOF 11583 #line 115 84"configure"11568 #line 11569 "configure" 11584 11569 #include "confdefs.h" 11585 11570 /* Override any gcc2 internal prototype to avoid an error. */ … … 11592 11577 ; return 0; } 11593 11578 EOF 11594 if { (eval echo configure:115 95: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11579 if { (eval echo configure:11580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11595 11580 rm -rf conftest* 11596 11581 eval "ac_cv_lib_$ac_lib_var=yes" … … 11617 11602 11618 11603 echo $ac_n "checking for fftwnd_one in -ldfftw""... $ac_c" 1>&6 11619 echo "configure:116 20: checking for fftwnd_one in -ldfftw" >&511604 echo "configure:11605: checking for fftwnd_one in -ldfftw" >&5 11620 11605 ac_lib_var=`echo dfftw'_'fftwnd_one | sed 'y%./+-%__p_%'` 11621 11606 … … 11623 11608 LIBS="-ldfftw $MATHLIB $LIBS" 11624 11609 cat > conftest.$ac_ext <<EOF 11625 #line 116 26"configure"11610 #line 11611 "configure" 11626 11611 #include "confdefs.h" 11627 11612 /* Override any gcc2 internal prototype to avoid an error. */ … … 11634 11619 ; return 0; } 11635 11620 EOF 11636 if { (eval echo configure:116 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11621 if { (eval echo configure:11622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11637 11622 rm -rf conftest* 11638 11623 eval "ac_cv_lib_$ac_lib_var=yes" … … 11691 11676 11692 11677 echo $ac_n "checking whether to use BLAS""... $ac_c" 1>&6 11693 echo "configure:116 94: checking whether to use BLAS" >&511678 echo "configure:11679: checking whether to use BLAS" >&5 11694 11679 echo "$ac_t"""$with_blas"" 1>&6 11695 11680 case "$with_blas" in … … 11712 11697 11713 11698 echo $ac_n "checking for location of BLAS includes""... $ac_c" 1>&6 11714 echo "configure:117 15: checking for location of BLAS includes" >&511699 echo "configure:11700: checking for location of BLAS includes" >&5 11715 11700 case "$with_blas_includes" in 11716 11701 y | ye | yes | n | no) … … 11732 11717 11733 11718 echo $ac_n "checking for location of BLAS library""... $ac_c" 1>&6 11734 echo "configure:117 35: checking for location of BLAS library" >&511719 echo "configure:11720: checking for location of BLAS library" >&5 11735 11720 case "$with_blas_libs" in 11736 11721 y | ye | yes | n | no) … … 11758 11743 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 11759 11744 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 11760 echo "configure:117 61: checking for $ac_hdr" >&511761 11762 cat > conftest.$ac_ext <<EOF 11763 #line 117 64"configure"11745 echo "configure:11746: checking for $ac_hdr" >&5 11746 11747 cat > conftest.$ac_ext <<EOF 11748 #line 11749 "configure" 11764 11749 #include "confdefs.h" 11765 11750 #include <$ac_hdr> 11766 11751 EOF 11767 11752 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 11768 { (eval echo configure:117 69: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }11753 { (eval echo configure:11754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 11769 11754 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 11770 11755 if test -z "$ac_err"; then … … 11801 11786 11802 11787 echo $ac_n "checking for dnrm2_ in -lblas""... $ac_c" 1>&6 11803 echo "configure:11 804: checking for dnrm2_ in -lblas" >&511788 echo "configure:11789: checking for dnrm2_ in -lblas" >&5 11804 11789 ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'` 11805 11790 … … 11807 11792 LIBS="-lblas $MATHLIB $LIBS" 11808 11793 cat > conftest.$ac_ext <<EOF 11809 #line 11 810"configure"11794 #line 11795 "configure" 11810 11795 #include "confdefs.h" 11811 11796 /* Override any gcc2 internal prototype to avoid an error. */ … … 11818 11803 ; return 0; } 11819 11804 EOF 11820 if { (eval echo configure:118 21: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11805 if { (eval echo configure:11806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11821 11806 rm -rf conftest* 11822 11807 eval "ac_cv_lib_$ac_lib_var=yes" … … 11837 11822 11838 11823 echo $ac_n "checking for dnrm2_ in -lblas""... $ac_c" 1>&6 11839 echo "configure:118 40: checking for dnrm2_ in -lblas" >&511824 echo "configure:11825: checking for dnrm2_ in -lblas" >&5 11840 11825 ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'` 11841 11826 … … 11843 11828 LIBS="-lblas $MATHLIB -lg2c $LIBS" 11844 11829 cat > conftest.$ac_ext <<EOF 11845 #line 118 46"configure"11830 #line 11831 "configure" 11846 11831 #include "confdefs.h" 11847 11832 /* Override any gcc2 internal prototype to avoid an error. */ … … 11854 11839 ; return 0; } 11855 11840 EOF 11856 if { (eval echo configure:118 57: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11841 if { (eval echo configure:11842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11857 11842 rm -rf conftest* 11858 11843 eval "ac_cv_lib_$ac_lib_var=yes" … … 11898 11883 LDFLAGS="$BLASLIB $LDFLAGS" 11899 11884 echo $ac_n "checking for ATL_xerbla in -latlas""... $ac_c" 1>&6 11900 echo "configure:11 901: checking for ATL_xerbla in -latlas" >&511885 echo "configure:11886: checking for ATL_xerbla in -latlas" >&5 11901 11886 ac_lib_var=`echo atlas'_'ATL_xerbla | sed 'y%./+-%__p_%'` 11902 11887 … … 11904 11889 LIBS="-latlas $LIBS" 11905 11890 cat > conftest.$ac_ext <<EOF 11906 #line 11 907"configure"11891 #line 11892 "configure" 11907 11892 #include "confdefs.h" 11908 11893 /* Override any gcc2 internal prototype to avoid an error. */ … … 11915 11900 ; return 0; } 11916 11901 EOF 11917 if { (eval echo configure:119 18: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11902 if { (eval echo configure:11903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11918 11903 rm -rf conftest* 11919 11904 eval "ac_cv_lib_$ac_lib_var=yes" … … 11930 11915 echo "$ac_t""yes" 1>&6 11931 11916 echo $ac_n "checking for sgemm_ in -lf77blas""... $ac_c" 1>&6 11932 echo "configure:119 33: checking for sgemm_ in -lf77blas" >&511917 echo "configure:11918: checking for sgemm_ in -lf77blas" >&5 11933 11918 ac_lib_var=`echo f77blas'_'sgemm_ | sed 'y%./+-%__p_%'` 11934 11919 … … 11936 11921 LIBS="-lf77blas -latlas $LIBS" 11937 11922 cat > conftest.$ac_ext <<EOF 11938 #line 119 39"configure"11923 #line 11924 "configure" 11939 11924 #include "confdefs.h" 11940 11925 /* Override any gcc2 internal prototype to avoid an error. */ … … 11947 11932 ; return 0; } 11948 11933 EOF 11949 if { (eval echo configure:119 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11934 if { (eval echo configure:11935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11950 11935 rm -rf conftest* 11951 11936 eval "ac_cv_lib_$ac_lib_var=yes" … … 11962 11947 echo "$ac_t""yes" 1>&6 11963 11948 echo $ac_n "checking for cblas_dgemm in -lcblas""... $ac_c" 1>&6 11964 echo "configure:119 65: checking for cblas_dgemm in -lcblas" >&511949 echo "configure:11950: checking for cblas_dgemm in -lcblas" >&5 11965 11950 ac_lib_var=`echo cblas'_'cblas_dgemm | sed 'y%./+-%__p_%'` 11966 11951 … … 11968 11953 LIBS="-lcblas -lf77blas -latlas $LIBS" 11969 11954 cat > conftest.$ac_ext <<EOF 11970 #line 119 71"configure"11955 #line 11956 "configure" 11971 11956 #include "confdefs.h" 11972 11957 /* Override any gcc2 internal prototype to avoid an error. */ … … 11979 11964 ; return 0; } 11980 11965 EOF 11981 if { (eval echo configure:119 82: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then11966 if { (eval echo configure:11967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 11982 11967 rm -rf conftest* 11983 11968 eval "ac_cv_lib_$ac_lib_var=yes" … … 12025 12010 LIBS="$vlib_flags $LIBS" 12026 12011 echo $ac_n "checking for sgemm in $vlib_flags""... $ac_c" 1>&6 12027 echo "configure:120 28: checking for sgemm in $vlib_flags" >&512012 echo "configure:12013: checking for sgemm in $vlib_flags" >&5 12028 12013 cat > conftest.$ac_ext <<EOF 12029 #line 120 30"configure"12014 #line 12015 "configure" 12030 12015 #include "confdefs.h" 12031 12016 … … 12034 12019 ; return 0; } 12035 12020 EOF 12036 if { (eval echo configure:120 37: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12021 if { (eval echo configure:12022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12037 12022 rm -rf conftest* 12038 12023 blas_ok=yes; BLASLIB="$vlib_flags" … … 12052 12037 if test $blas_ok = no; then 12053 12038 echo $ac_n "checking for sgemm_ in -lblas""... $ac_c" 1>&6 12054 echo "configure:120 55: checking for sgemm_ in -lblas" >&512039 echo "configure:12040: checking for sgemm_ in -lblas" >&5 12055 12040 ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` 12056 12041 … … 12058 12043 LIBS="-lblas $LIBS" 12059 12044 cat > conftest.$ac_ext <<EOF 12060 #line 120 61"configure"12045 #line 12046 "configure" 12061 12046 #include "confdefs.h" 12062 12047 /* Override any gcc2 internal prototype to avoid an error. */ … … 12069 12054 ; return 0; } 12070 12055 EOF 12071 if { (eval echo configure:120 72: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12056 if { (eval echo configure:12057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12072 12057 rm -rf conftest* 12073 12058 eval "ac_cv_lib_$ac_lib_var=yes" … … 12084 12069 echo "$ac_t""yes" 1>&6 12085 12070 echo $ac_n "checking for dgemm_ in -ldgemm""... $ac_c" 1>&6 12086 echo "configure:120 87: checking for dgemm_ in -ldgemm" >&512071 echo "configure:12072: checking for dgemm_ in -ldgemm" >&5 12087 12072 ac_lib_var=`echo dgemm'_'dgemm_ | sed 'y%./+-%__p_%'` 12088 12073 … … 12090 12075 LIBS="-ldgemm -lblas $LIBS" 12091 12076 cat > conftest.$ac_ext <<EOF 12092 #line 120 93"configure"12077 #line 12078 "configure" 12093 12078 #include "confdefs.h" 12094 12079 /* Override any gcc2 internal prototype to avoid an error. */ … … 12101 12086 ; return 0; } 12102 12087 EOF 12103 if { (eval echo configure:12 104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12088 if { (eval echo configure:12089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12104 12089 rm -rf conftest* 12105 12090 eval "ac_cv_lib_$ac_lib_var=yes" … … 12116 12101 echo "$ac_t""yes" 1>&6 12117 12102 echo $ac_n "checking for sgemm_ in -lsgemm""... $ac_c" 1>&6 12118 echo "configure:121 19: checking for sgemm_ in -lsgemm" >&512103 echo "configure:12104: checking for sgemm_ in -lsgemm" >&5 12119 12104 ac_lib_var=`echo sgemm'_'sgemm_ | sed 'y%./+-%__p_%'` 12120 12105 … … 12122 12107 LIBS="-lsgemm -lblas $LIBS" 12123 12108 cat > conftest.$ac_ext <<EOF 12124 #line 121 25"configure"12109 #line 12110 "configure" 12125 12110 #include "confdefs.h" 12126 12111 /* Override any gcc2 internal prototype to avoid an error. */ … … 12133 12118 ; return 0; } 12134 12119 EOF 12135 if { (eval echo configure:121 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12120 if { (eval echo configure:12121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12136 12121 rm -rf conftest* 12137 12122 eval "ac_cv_lib_$ac_lib_var=yes" … … 12167 12152 if test "x$GCC" != xyes; then # only works with Sun CC 12168 12153 echo $ac_n "checking for acosp in -lsunmath""... $ac_c" 1>&6 12169 echo "configure:121 70: checking for acosp in -lsunmath" >&512154 echo "configure:12155: checking for acosp in -lsunmath" >&5 12170 12155 ac_lib_var=`echo sunmath'_'acosp | sed 'y%./+-%__p_%'` 12171 12156 … … 12173 12158 LIBS="-lsunmath $LIBS" 12174 12159 cat > conftest.$ac_ext <<EOF 12175 #line 121 76"configure"12160 #line 12161 "configure" 12176 12161 #include "confdefs.h" 12177 12162 /* Override any gcc2 internal prototype to avoid an error. */ … … 12184 12169 ; return 0; } 12185 12170 EOF 12186 if { (eval echo configure:121 87: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12171 if { (eval echo configure:12172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12187 12172 rm -rf conftest* 12188 12173 eval "ac_cv_lib_$ac_lib_var=yes" … … 12199 12184 echo "$ac_t""yes" 1>&6 12200 12185 echo $ac_n "checking for sgemm_ in -lsunperf""... $ac_c" 1>&6 12201 echo "configure:12 202: checking for sgemm_ in -lsunperf" >&512186 echo "configure:12187: checking for sgemm_ in -lsunperf" >&5 12202 12187 ac_lib_var=`echo sunperf'_'sgemm_ | sed 'y%./+-%__p_%'` 12203 12188 … … 12205 12190 LIBS="-lsunperf -lsunmath $LIBS" 12206 12191 cat > conftest.$ac_ext <<EOF 12207 #line 12 208"configure"12192 #line 12193 "configure" 12208 12193 #include "confdefs.h" 12209 12194 /* Override any gcc2 internal prototype to avoid an error. */ … … 12216 12201 ; return 0; } 12217 12202 EOF 12218 if { (eval echo configure:122 19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12203 if { (eval echo configure:12204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12219 12204 rm -rf conftest* 12220 12205 eval "ac_cv_lib_$ac_lib_var=yes" … … 12246 12231 if test $blas_ok = no; then 12247 12232 echo $ac_n "checking for sgemm_ in -lblas""... $ac_c" 1>&6 12248 echo "configure:122 49: checking for sgemm_ in -lblas" >&512233 echo "configure:12234: checking for sgemm_ in -lblas" >&5 12249 12234 ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` 12250 12235 … … 12252 12237 LIBS="-lblas $LIBS" 12253 12238 cat > conftest.$ac_ext <<EOF 12254 #line 122 55"configure"12239 #line 12240 "configure" 12255 12240 #include "confdefs.h" 12256 12241 /* Override any gcc2 internal prototype to avoid an error. */ … … 12263 12248 ; return 0; } 12264 12249 EOF 12265 if { (eval echo configure:122 66: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12250 if { (eval echo configure:12251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12266 12251 rm -rf conftest* 12267 12252 eval "ac_cv_lib_$ac_lib_var=yes" … … 12302 12287 12303 12288 echo $ac_n "checking whether to use LAPACK""... $ac_c" 1>&6 12304 echo "configure:12 305: checking whether to use LAPACK" >&512289 echo "configure:12290: checking whether to use LAPACK" >&5 12305 12290 echo "$ac_t"""$with_lapack"" 1>&6 12306 12291 case "$with_lapack" in … … 12327 12312 12328 12313 echo $ac_n "checking for location of LAPACK includes""... $ac_c" 1>&6 12329 echo "configure:123 30: checking for location of LAPACK includes" >&512314 echo "configure:12315: checking for location of LAPACK includes" >&5 12330 12315 case "$with_lapack_includes" in 12331 12316 y | ye | yes | n | no) … … 12347 12332 12348 12333 echo $ac_n "checking for location of LAPACK library""... $ac_c" 1>&6 12349 echo "configure:123 50: checking for location of LAPACK library" >&512334 echo "configure:12335: checking for location of LAPACK library" >&5 12350 12335 case "$with_lapack_libs" in 12351 12336 y | ye | yes | n | no) … … 12373 12358 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 12374 12359 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 12375 echo "configure:123 76: checking for $ac_hdr" >&512376 12377 cat > conftest.$ac_ext <<EOF 12378 #line 123 79"configure"12360 echo "configure:12361: checking for $ac_hdr" >&5 12361 12362 cat > conftest.$ac_ext <<EOF 12363 #line 12364 "configure" 12379 12364 #include "confdefs.h" 12380 12365 #include <$ac_hdr> 12381 12366 EOF 12382 12367 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12383 { (eval echo configure:123 84: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }12368 { (eval echo configure:12369: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12384 12369 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 12385 12370 if test -z "$ac_err"; then … … 12413 12398 save_LDFLAGS="$LDFLAGS"; LDFLAGS="$LAPACKLIB $LDFLAGS" 12414 12399 echo $ac_n "checking for dsegv_""... $ac_c" 1>&6 12415 echo "configure:124 16: checking for dsegv_" >&512416 12417 cat > conftest.$ac_ext <<EOF 12418 #line 124 19"configure"12400 echo "configure:12401: checking for dsegv_" >&5 12401 12402 cat > conftest.$ac_ext <<EOF 12403 #line 12404 "configure" 12419 12404 #include "confdefs.h" 12420 12405 /* System header to define __stub macros and hopefully few prototypes, … … 12439 12424 ; return 0; } 12440 12425 EOF 12441 if { (eval echo configure:124 42: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12426 if { (eval echo configure:12427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12442 12427 rm -rf conftest* 12443 12428 eval "ac_cv_func_dsegv_=yes" … … 12466 12451 save_LDFLAGS="$LDFLAGS"; LDFLAGS="$LAPACKLIB $LDFLAGS" 12467 12452 echo $ac_n "checking for desgv_ in -llapack""... $ac_c" 1>&6 12468 echo "configure:124 69: checking for desgv_ in -llapack" >&512453 echo "configure:12454: checking for desgv_ in -llapack" >&5 12469 12454 ac_lib_var=`echo lapack'_'desgv_ | sed 'y%./+-%__p_%'` 12470 12455 … … 12472 12457 LIBS="-llapack $FLIBS $LIBS" 12473 12458 cat > conftest.$ac_ext <<EOF 12474 #line 124 75"configure"12459 #line 12460 "configure" 12475 12460 #include "confdefs.h" 12476 12461 /* Override any gcc2 internal prototype to avoid an error. */ … … 12483 12468 ; return 0; } 12484 12469 EOF 12485 if { (eval echo configure:124 86: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12470 if { (eval echo configure:12471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12486 12471 rm -rf conftest* 12487 12472 eval "ac_cv_lib_$ac_lib_var=yes" … … 12515 12500 12516 12501 echo $ac_n "checking for dgesv_ in -llapack""... $ac_c" 1>&6 12517 echo "configure:125 18: checking for dgesv_ in -llapack" >&512502 echo "configure:12503: checking for dgesv_ in -llapack" >&5 12518 12503 ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'` 12519 12504 … … 12521 12506 LIBS="-llapack $BLASLIB $MATHLIB $LIBS" 12522 12507 cat > conftest.$ac_ext <<EOF 12523 #line 125 24"configure"12508 #line 12509 "configure" 12524 12509 #include "confdefs.h" 12525 12510 /* Override any gcc2 internal prototype to avoid an error. */ … … 12532 12517 ; return 0; } 12533 12518 EOF 12534 if { (eval echo configure:125 35: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12519 if { (eval echo configure:12520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12535 12520 rm -rf conftest* 12536 12521 eval "ac_cv_lib_$ac_lib_var=yes" … … 12551 12536 12552 12537 echo $ac_n "checking for dgesv_ in -llapack""... $ac_c" 1>&6 12553 echo "configure:125 54: checking for dgesv_ in -llapack" >&512538 echo "configure:12539: checking for dgesv_ in -llapack" >&5 12554 12539 ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'` 12555 12540 … … 12557 12542 LIBS="-llapack $BLASLIB $MATHLIB -lg2c $LIBS" 12558 12543 cat > conftest.$ac_ext <<EOF 12559 #line 125 60"configure"12544 #line 12545 "configure" 12560 12545 #include "confdefs.h" 12561 12546 /* Override any gcc2 internal prototype to avoid an error. */ … … 12568 12553 ; return 0; } 12569 12554 EOF 12570 if { (eval echo configure:125 71: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12555 if { (eval echo configure:12556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12571 12556 rm -rf conftest* 12572 12557 eval "ac_cv_lib_$ac_lib_var=yes" … … 12624 12609 12625 12610 echo $ac_n "checking whether to use Cairo""... $ac_c" 1>&6 12626 echo "configure:126 27: checking whether to use Cairo" >&512611 echo "configure:12612: checking whether to use Cairo" >&5 12627 12612 echo "$ac_t"""$with_cairo"" 1>&6 12628 12613 case "$with_cairo" in … … 12650 12635 12651 12636 echo $ac_n "checking for location of cairo includes""... $ac_c" 1>&6 12652 echo "configure:126 53: checking for location of cairo includes" >&512637 echo "configure:12638: checking for location of cairo includes" >&5 12653 12638 case "$with_cairo_includes" in 12654 12639 y | ye | yes | n | no) … … 12676 12661 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 12677 12662 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 12678 echo "configure:126 79: checking for $ac_hdr" >&512679 12680 cat > conftest.$ac_ext <<EOF 12681 #line 126 82"configure"12663 echo "configure:12664: checking for $ac_hdr" >&5 12664 12665 cat > conftest.$ac_ext <<EOF 12666 #line 12667 "configure" 12682 12667 #include "confdefs.h" 12683 12668 #include <$ac_hdr> 12684 12669 EOF 12685 12670 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12686 { (eval echo configure:126 87: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }12671 { (eval echo configure:12672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12687 12672 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 12688 12673 if test -z "$ac_err"; then … … 12720 12705 12721 12706 echo $ac_n "checking for location of cairo library""... $ac_c" 1>&6 12722 echo "configure:127 23: checking for location of cairo library" >&512707 echo "configure:12708: checking for location of cairo library" >&5 12723 12708 case "$with_cairo_libs" in 12724 12709 y | ye | yes | n | no) … … 12740 12725 12741 12726 echo $ac_n "checking for cairo linking flags""... $ac_c" 1>&6 12742 echo "configure:127 43: checking for cairo linking flags" >&512727 echo "configure:12728: checking for cairo linking flags" >&5 12743 12728 case "$with_cairo_ldflags" in 12744 12729 y | ye | yes | n | no) … … 12756 12741 LDFLAGS=" $LDFLAGS" 12757 12742 echo $ac_n "checking for cairo_create""... $ac_c" 1>&6 12758 echo "configure:127 59: checking for cairo_create" >&512759 12760 cat > conftest.$ac_ext <<EOF 12761 #line 127 62"configure"12743 echo "configure:12744: checking for cairo_create" >&5 12744 12745 cat > conftest.$ac_ext <<EOF 12746 #line 12747 "configure" 12762 12747 #include "confdefs.h" 12763 12748 /* System header to define __stub macros and hopefully few prototypes, … … 12782 12767 ; return 0; } 12783 12768 EOF 12784 if { (eval echo configure:127 85: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12769 if { (eval echo configure:12770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12785 12770 rm -rf conftest* 12786 12771 eval "ac_cv_func_cairo_create=yes" … … 12816 12801 LDFLAGS=" $LDFLAGS" 12817 12802 echo $ac_n "checking for cairo_xlib_surface_create_with_xrender_format""... $ac_c" 1>&6 12818 echo "configure:128 19: checking for cairo_xlib_surface_create_with_xrender_format" >&512819 12820 cat > conftest.$ac_ext <<EOF 12821 #line 128 22"configure"12803 echo "configure:12804: checking for cairo_xlib_surface_create_with_xrender_format" >&5 12804 12805 cat > conftest.$ac_ext <<EOF 12806 #line 12807 "configure" 12822 12807 #include "confdefs.h" 12823 12808 /* System header to define __stub macros and hopefully few prototypes, … … 12842 12827 ; return 0; } 12843 12828 EOF 12844 if { (eval echo configure:128 45: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12829 if { (eval echo configure:12830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12845 12830 rm -rf conftest* 12846 12831 eval "ac_cv_func_cairo_xlib_surface_create_with_xrender_format=yes" … … 12875 12860 LDFLAGS=" $LDFLAGS" 12876 12861 echo $ac_n "checking for cairo_xlib_surface_get_xrender_format""... $ac_c" 1>&6 12877 echo "configure:128 78: checking for cairo_xlib_surface_get_xrender_format" >&512878 12879 cat > conftest.$ac_ext <<EOF 12880 #line 128 81"configure"12862 echo "configure:12863: checking for cairo_xlib_surface_get_xrender_format" >&5 12863 12864 cat > conftest.$ac_ext <<EOF 12865 #line 12866 "configure" 12881 12866 #include "confdefs.h" 12882 12867 /* System header to define __stub macros and hopefully few prototypes, … … 12901 12886 ; return 0; } 12902 12887 EOF 12903 if { (eval echo configure:12 904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then12888 if { (eval echo configure:12889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 12904 12889 rm -rf conftest* 12905 12890 eval "ac_cv_func_cairo_xlib_surface_get_xrender_format=yes" … … 12943 12928 12944 12929 echo $ac_n "checking whether to use FreeType""... $ac_c" 1>&6 12945 echo "configure:129 46: checking whether to use FreeType" >&512930 echo "configure:12931: checking whether to use FreeType" >&5 12946 12931 echo "$ac_t"""$with_freetype"" 1>&6 12947 12932 case "$with_freetype" in … … 12962 12947 12963 12948 echo $ac_n "checking for location of FreeType includes""... $ac_c" 1>&6 12964 echo "configure:129 65: checking for location of FreeType includes" >&512949 echo "configure:12950: checking for location of FreeType includes" >&5 12965 12950 case "$with_freetype_includes" in 12966 12951 y | ye | yes | n | no) … … 12988 12973 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 12989 12974 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 12990 echo "configure:129 91: checking for $ac_hdr" >&512991 12992 cat > conftest.$ac_ext <<EOF 12993 #line 129 94"configure"12975 echo "configure:12976: checking for $ac_hdr" >&5 12976 12977 cat > conftest.$ac_ext <<EOF 12978 #line 12979 "configure" 12994 12979 #include "confdefs.h" 12995 12980 #include <$ac_hdr> 12996 12981 EOF 12997 12982 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 12998 { (eval echo configure:129 99: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }12983 { (eval echo configure:12984: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 12999 12984 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 13000 12985 if test -z "$ac_err"; then … … 13030 13015 13031 13016 echo $ac_n "checking for location of FreeType library""... $ac_c" 1>&6 13032 echo "configure:130 33: checking for location of FreeType library" >&513017 echo "configure:13018: checking for location of FreeType library" >&5 13033 13018 case "$with_freetype_libs" in 13034 13019 y | ye | yes | n | no) … … 13055 13040 13056 13041 echo $ac_n "checking for FT_Init_FreeType in -lfreetype""... $ac_c" 1>&6 13057 echo "configure:130 58: checking for FT_Init_FreeType in -lfreetype" >&513042 echo "configure:13043: checking for FT_Init_FreeType in -lfreetype" >&5 13058 13043 ac_lib_var=`echo freetype'_'FT_Init_FreeType | sed 'y%./+-%__p_%'` 13059 13044 … … 13061 13046 LIBS="-lfreetype $LIBS" 13062 13047 cat > conftest.$ac_ext <<EOF 13063 #line 130 64"configure"13048 #line 13049 "configure" 13064 13049 #include "confdefs.h" 13065 13050 /* Override any gcc2 internal prototype to avoid an error. */ … … 13072 13057 ; return 0; } 13073 13058 EOF 13074 if { (eval echo configure:130 75: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then13059 if { (eval echo configure:13060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13075 13060 rm -rf conftest* 13076 13061 eval "ac_cv_lib_$ac_lib_var=yes" … … 13113 13098 13114 13099 echo $ac_n "checking whether to use NLS""... $ac_c" 1>&6 13115 echo "configure:131 16: checking whether to use NLS" >&513100 echo "configure:13101: checking whether to use NLS" >&5 13116 13101 echo "$ac_t"""$with_nls"" 1>&6 13117 13102 case "$with_nls" in … … 13133 13118 13134 13119 echo $ac_n "checking for gettext""... $ac_c" 1>&6 13135 echo "configure:131 36: checking for gettext" >&513136 13137 cat > conftest.$ac_ext <<EOF 13138 #line 131 39"configure"13120 echo "configure:13121: checking for gettext" >&5 13121 13122 cat > conftest.$ac_ext <<EOF 13123 #line 13124 "configure" 13139 13124 #include "confdefs.h" 13140 13125 /* System header to define __stub macros and hopefully few prototypes, … … 13159 13144 ; return 0; } 13160 13145 EOF 13161 if { (eval echo configure:131 62: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then13146 if { (eval echo configure:13147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13162 13147 rm -rf conftest* 13163 13148 eval "ac_cv_func_gettext=yes" … … 13177 13162 13178 13163 echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 13179 echo "configure:131 80: checking for gettext in -lintl" >&513164 echo "configure:13165: checking for gettext in -lintl" >&5 13180 13165 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` 13181 13166 … … 13183 13168 LIBS="-lintl $LIBS" 13184 13169 cat > conftest.$ac_ext <<EOF 13185 #line 131 86"configure"13170 #line 13171 "configure" 13186 13171 #include "confdefs.h" 13187 13172 /* Override any gcc2 internal prototype to avoid an error. */ … … 13194 13179 ; return 0; } 13195 13180 EOF 13196 if { (eval echo configure:131 97: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then13181 if { (eval echo configure:13182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13197 13182 rm -rf conftest* 13198 13183 eval "ac_cv_lib_$ac_lib_var=yes" … … 13229 13214 13230 13215 echo $ac_n "checking whether to use C++""... $ac_c" 1>&6 13231 echo "configure:132 32: checking whether to use C++" >&513216 echo "configure:13217: checking whether to use C++" >&5 13232 13217 echo "$ac_t"""$with_cxx"" 1>&6 13233 13218 case "$with_cxx" in … … 13245 13230 set dummy $ac_prog; ac_word=$2 13246 13231 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 13247 echo "configure:132 48: checking for $ac_word" >&513232 echo "configure:13233: checking for $ac_word" >&5 13248 13233 13249 13234 if test -n "$CXX"; then … … 13274 13259 13275 13260 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 13276 echo "configure:132 77: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&513261 echo "configure:13262: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 13277 13262 13278 13263 ac_ext=C … … 13285 13270 cat > conftest.$ac_ext << EOF 13286 13271 13287 #line 132 88"configure"13272 #line 13273 "configure" 13288 13273 #include "confdefs.h" 13289 13274 13290 13275 int main(){return(0);} 13291 13276 EOF 13292 if { (eval echo configure:132 93: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then13277 if { (eval echo configure:13278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13293 13278 ac_cv_prog_cxx_works=yes 13294 13279 # If we can't run a trivial program, we are probably using a cross compiler. … … 13316 13301 fi 13317 13302 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 13318 echo "configure:133 19: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&513303 echo "configure:13304: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 13319 13304 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 13320 13305 cross_compiling=$ac_cv_prog_cxx_cross 13321 13306 13322 13307 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 13323 echo "configure:133 24: checking whether we are using GNU C++" >&513308 echo "configure:13309: checking whether we are using GNU C++" >&5 13324 13309 13325 13310 cat > conftest.C <<EOF … … 13328 13313 #endif 13329 13314 EOF 13330 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:133 31: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then13315 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:13316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 13331 13316 ac_cv_prog_gxx=yes 13332 13317 else … … 13346 13331 CXXFLAGS= 13347 13332 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 13348 echo "configure:133 49: checking whether ${CXX-g++} accepts -g" >&513333 echo "configure:13334: checking whether ${CXX-g++} accepts -g" >&5 13349 13334 13350 13335 echo 'void f(){}' > conftest.cc … … 13387 13372 13388 13373 echo $ac_n "checking whether to use openDWG""... $ac_c" 1>&6 13389 echo "configure:133 90: checking whether to use openDWG" >&513374 echo "configure:13375: checking whether to use openDWG" >&5 13390 13375 echo "$ac_t"""$with_opendwg"" 1>&6 13391 13376 case "$with_opendwg" in … … 13407 13392 13408 13393 echo $ac_n "checking for location of openDGW includes""... $ac_c" 1>&6 13409 echo "configure:13 410: checking for location of openDGW includes" >&513394 echo "configure:13395: checking for location of openDGW includes" >&5 13410 13395 case "$with_opendwg_includes" in 13411 13396 y | ye | yes | n | no) … … 13433 13418 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 13434 13419 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 13435 echo "configure:134 36: checking for $ac_hdr" >&513436 13437 cat > conftest.$ac_ext <<EOF 13438 #line 134 39"configure"13420 echo "configure:13421: checking for $ac_hdr" >&5 13421 13422 cat > conftest.$ac_ext <<EOF 13423 #line 13424 "configure" 13439 13424 #include "confdefs.h" 13440 13425 #include <$ac_hdr> 13441 13426 EOF 13442 13427 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 13443 { (eval echo configure:134 44: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }13428 { (eval echo configure:13429: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 13444 13429 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 13445 13430 if test -z "$ac_err"; then … … 13475 13460 13476 13461 echo $ac_n "checking for location of openDWG library""... $ac_c" 1>&6 13477 echo "configure:134 78: checking for location of openDWG library" >&513462 echo "configure:13463: checking for location of openDWG library" >&5 13478 13463 case "$with_opendwg_libs" in 13479 13464 y | ye | yes | n | no) … … 13516 13501 13517 13502 echo $ac_n "checking whether to use POSIX threads""... $ac_c" 1>&6 13518 echo "configure:135 19: checking whether to use POSIX threads" >&513503 echo "configure:13504: checking whether to use POSIX threads" >&5 13519 13504 echo "$ac_t"""$with_pthread"" 1>&6 13520 13505 case "$with_pthread" in … … 13536 13521 13537 13522 echo $ac_n "checking for location of POSIX threads includes""... $ac_c" 1>&6 13538 echo "configure:135 39: checking for location of POSIX threads includes" >&513523 echo "configure:13524: checking for location of POSIX threads includes" >&5 13539 13524 case "$with_pthread_includes" in 13540 13525 y | ye | yes | n | no) … … 13562 13547 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 13563 13548 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 13564 echo "configure:135 65: checking for $ac_hdr" >&513565 13566 cat > conftest.$ac_ext <<EOF 13567 #line 135 68"configure"13549 echo "configure:13550: checking for $ac_hdr" >&5 13550 13551 cat > conftest.$ac_ext <<EOF 13552 #line 13553 "configure" 13568 13553 #include "confdefs.h" 13569 13554 #include <$ac_hdr> 13570 13555 EOF 13571 13556 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 13572 { (eval echo configure:135 73: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }13557 { (eval echo configure:13558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 13573 13558 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 13574 13559 if test -z "$ac_err"; then … … 13604 13589 13605 13590 echo $ac_n "checking for location of POSIX threads library""... $ac_c" 1>&6 13606 echo "configure:13 607: checking for location of POSIX threads library" >&513591 echo "configure:13592: checking for location of POSIX threads library" >&5 13607 13592 case "$with_pthread_libs" in 13608 13593 y | ye | yes | n | no) … … 13629 13614 LDFLAGS=" $LDFLAGS" 13630 13615 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 13631 echo "configure:136 32: checking for pthread_create" >&513632 13633 cat > conftest.$ac_ext <<EOF 13634 #line 136 35"configure"13616 echo "configure:13617: checking for pthread_create" >&5 13617 13618 cat > conftest.$ac_ext <<EOF 13619 #line 13620 "configure" 13635 13620 #include "confdefs.h" 13636 13621 /* System header to define __stub macros and hopefully few prototypes, … … 13655 13640 ; return 0; } 13656 13641 EOF 13657 if { (eval echo configure:136 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then13642 if { (eval echo configure:13643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13658 13643 rm -rf conftest* 13659 13644 eval "ac_cv_func_pthread_create=yes" … … 13682 13667 13683 13668 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 13684 echo "configure:136 85: checking for pthread_create in -lpthread" >&513669 echo "configure:13670: checking for pthread_create in -lpthread" >&5 13685 13670 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` 13686 13671 … … 13688 13673 LIBS="-lpthread $LIBS" 13689 13674 cat > conftest.$ac_ext <<EOF 13690 #line 136 91"configure"13675 #line 13676 "configure" 13691 13676 #include "confdefs.h" 13692 13677 /* Override any gcc2 internal prototype to avoid an error. */ … … 13699 13684 ; return 0; } 13700 13685 EOF 13701 if { (eval echo configure:13 702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then13686 if { (eval echo configure:13687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13702 13687 rm -rf conftest* 13703 13688 eval "ac_cv_lib_$ac_lib_var=yes" … … 13755 13740 13756 13741 echo $ac_n "checking for special C compiler options needed for large files""... $ac_c" 1>&6 13757 echo "configure:137 58: checking for special C compiler options needed for large files" >&513742 echo "configure:13743: checking for special C compiler options needed for large files" >&5 13758 13743 13759 13744 ac_cv_sys_largefile_CC=no … … 13763 13748 # so use the C compiler's -n32 option if that helps. 13764 13749 cat > conftest.$ac_ext <<EOF 13765 #line 137 66"configure"13750 #line 13751 "configure" 13766 13751 #include "confdefs.h" 13767 13752 #include <sys/types.h> … … 13779 13764 ; return 0; } 13780 13765 EOF 13781 if { (eval echo configure:137 82: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13766 if { (eval echo configure:13767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13782 13767 : 13783 13768 else … … 13788 13773 CC="$CC -n32" 13789 13774 cat > conftest.$ac_ext <<EOF 13790 #line 137 91"configure"13775 #line 13776 "configure" 13791 13776 #include "confdefs.h" 13792 13777 #include <sys/types.h> … … 13804 13789 ; return 0; } 13805 13790 EOF 13806 if { (eval echo configure:13 807: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13791 if { (eval echo configure:13792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13807 13792 rm -rf conftest* 13808 13793 ac_cv_sys_largefile_CC=' -n32' … … 13824 13809 13825 13810 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6 13826 echo "configure:138 27: checking for _FILE_OFFSET_BITS value needed for large files" >&513811 echo "configure:13812: checking for _FILE_OFFSET_BITS value needed for large files" >&5 13827 13812 13828 13813 ac_cv_sys_file_offset_bits=no 13829 13814 cat > conftest.$ac_ext <<EOF 13830 #line 138 31"configure"13815 #line 13816 "configure" 13831 13816 #include "confdefs.h" 13832 13817 #include <sys/types.h> … … 13844 13829 ; return 0; } 13845 13830 EOF 13846 if { (eval echo configure:138 47: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13831 if { (eval echo configure:13832: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13847 13832 : 13848 13833 else … … 13851 13836 rm -rf conftest* 13852 13837 cat > conftest.$ac_ext <<EOF 13853 #line 138 54"configure"13838 #line 13839 "configure" 13854 13839 #include "confdefs.h" 13855 13840 #define _FILE_OFFSET_BITS 64 … … 13869 13854 ; return 0; } 13870 13855 EOF 13871 if { (eval echo configure:138 72: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13856 if { (eval echo configure:13857: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13872 13857 rm -rf conftest* 13873 13858 ac_cv_sys_file_offset_bits=64 … … 13888 13873 fi 13889 13874 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6 13890 echo "configure:138 91: checking for _LARGE_FILES value needed for large files" >&513875 echo "configure:13876: checking for _LARGE_FILES value needed for large files" >&5 13891 13876 13892 13877 ac_cv_sys_large_files=no 13893 13878 cat > conftest.$ac_ext <<EOF 13894 #line 138 95"configure"13879 #line 13880 "configure" 13895 13880 #include "confdefs.h" 13896 13881 #include <sys/types.h> … … 13908 13893 ; return 0; } 13909 13894 EOF 13910 if { (eval echo configure:13 911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13895 if { (eval echo configure:13896: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13911 13896 : 13912 13897 else … … 13915 13900 rm -rf conftest* 13916 13901 cat > conftest.$ac_ext <<EOF 13917 #line 139 18"configure"13902 #line 13903 "configure" 13918 13903 #include "confdefs.h" 13919 13904 #define _LARGE_FILES 1 … … 13933 13918 ; return 0; } 13934 13919 EOF 13935 if { (eval echo configure:139 36: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13920 if { (eval echo configure:13921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13936 13921 rm -rf conftest* 13937 13922 ac_cv_sys_large_files=1 … … 13952 13937 fi 13953 13938 echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6 13954 echo "configure:139 55: checking for _LARGEFILE_SOURCE value needed for large files" >&513939 echo "configure:13940: checking for _LARGEFILE_SOURCE value needed for large files" >&5 13955 13940 13956 13941 ac_cv_sys_largefile_source=no 13957 13942 cat > conftest.$ac_ext <<EOF 13958 #line 139 59"configure"13943 #line 13944 "configure" 13959 13944 #include "confdefs.h" 13960 13945 #include <stdio.h> … … 13963 13948 ; return 0; } 13964 13949 EOF 13965 if { (eval echo configure:139 66: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13950 if { (eval echo configure:13951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13966 13951 : 13967 13952 else … … 13970 13955 rm -rf conftest* 13971 13956 cat > conftest.$ac_ext <<EOF 13972 #line 139 73"configure"13957 #line 13958 "configure" 13973 13958 #include "confdefs.h" 13974 13959 #define _LARGEFILE_SOURCE 1 … … 13979 13964 ; return 0; } 13980 13965 EOF 13981 if { (eval echo configure:139 82: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13966 if { (eval echo configure:13967: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 13982 13967 rm -rf conftest* 13983 13968 ac_cv_sys_largefile_source=1 … … 14000 13985 14001 13986 echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6 14002 echo "configure:1 4003: checking for _LARGEFILE_SOURCE value needed for large files" >&513987 echo "configure:13988: checking for _LARGEFILE_SOURCE value needed for large files" >&5 14003 13988 14004 13989 ac_cv_sys_largefile_source=no 14005 13990 cat > conftest.$ac_ext <<EOF 14006 #line 1 4007"configure"13991 #line 13992 "configure" 14007 13992 #include "confdefs.h" 14008 13993 #include <stdio.h> … … 14011 13996 ; return 0; } 14012 13997 EOF 14013 if { (eval echo configure:1 4014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then13998 if { (eval echo configure:13999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14014 13999 : 14015 14000 else … … 14018 14003 rm -rf conftest* 14019 14004 cat > conftest.$ac_ext <<EOF 14020 #line 140 21"configure"14005 #line 14006 "configure" 14021 14006 #include "confdefs.h" 14022 14007 #define _LARGEFILE_SOURCE 1 … … 14027 14012 ; return 0; } 14028 14013 EOF 14029 if { (eval echo configure:140 30: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then14014 if { (eval echo configure:14015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14030 14015 rm -rf conftest* 14031 14016 ac_cv_sys_largefile_source=1 … … 14050 14035 14051 14036 echo $ac_n "checking for fseeko""... $ac_c" 1>&6 14052 echo "configure:140 53: checking for fseeko" >&514037 echo "configure:14038: checking for fseeko" >&5 14053 14038 14054 14039 ac_cv_func_fseeko=no 14055 14040 cat > conftest.$ac_ext <<EOF 14056 #line 140 57"configure"14041 #line 14042 "configure" 14057 14042 #include "confdefs.h" 14058 14043 #include <stdio.h> … … 14061 14046 ; return 0; } 14062 14047 EOF 14063 if { (eval echo configure:140 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then14048 if { (eval echo configure:14049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 14064 14049 rm -rf conftest* 14065 14050 ac_cv_func_fseeko=yes … … 14078 14063 fi 14079 14064 echo $ac_n "checking if system supports Large Files at all""... $ac_c" 1>&6 14080 echo "configure:140 81: checking if system supports Large Files at all" >&514081 14082 cat > conftest.$ac_ext <<EOF 14083 #line 140 84"configure"14065 echo "configure:14066: checking if system supports Large Files at all" >&5 14066 14067 cat > conftest.$ac_ext <<EOF 14068 #line 14069 "configure" 14084 14069 #include "confdefs.h" 14085 14070 #include <stdio.h> … … 14113 14098 ; return 0; } 14114 14099 EOF 14115 if { (eval echo configure:141 16: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then14100 if { (eval echo configure:14101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 14116 14101 rm -rf conftest* 14117 14102 ac_cv_largefiles=yes … … 14139 14124 # Done large file support 14140 14125 14141 # Python check14142 14143 echo $ac_n "checking whether to use Python""... $ac_c" 1>&614144 echo "configure:14145: checking whether to use Python" >&514145 14146 PYTHONINC=14147 PYTHONCFLAGS=14148 PYTHONLDFLAGS=14149 SWIG=14150 USE_PYTHON=14151 MACOSX_ARCHS_PYTHON=14152 14153 if test "$with_python" = "no" ; then14154 echo "$ac_t""no" 1>&614155 else14156 echo "$ac_t""yes" 1>&614157 USE_PYTHON="1"14158 if test "$with_python" != "yes" ; then14159 PY_CONFIG="$with_python"14160 fi14161 14162 # Extract the first word of "python-config", so it can be a program name with args.14163 set dummy python-config; ac_word=$214164 echo $ac_n "checking for $ac_word""... $ac_c" 1>&614165 echo "configure:14166: checking for $ac_word" >&514166 14167 case "$PY_CONFIG" in14168 /*)14169 ac_cv_path_PY_CONFIG="$PY_CONFIG" # Let the user override the test with a path.14170 ;;14171 ?:/*)14172 ac_cv_path_PY_CONFIG="$PY_CONFIG" # Let the user override the test with a dos path.14173 ;;14174 *)14175 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"14176 ac_dummy="$PATH"14177 for ac_dir in $ac_dummy; do14178 test -z "$ac_dir" && ac_dir=.14179 if test -f $ac_dir/$ac_word; then14180 ac_cv_path_PY_CONFIG="$ac_dir/$ac_word"14181 break14182 fi14183 done14184 IFS="$ac_save_ifs"14185 test -z "$ac_cv_path_PY_CONFIG" && ac_cv_path_PY_CONFIG="no"14186 ;;14187 esac14188 PY_CONFIG="$ac_cv_path_PY_CONFIG"14189 if test -n "$PY_CONFIG"; then14190 echo "$ac_t""$PY_CONFIG" 1>&614191 else14192 echo "$ac_t""no" 1>&614193 fi14194 14195 14196 if test "$PY_CONFIG" != "no" ; then14197 # With Python includes directory14198 14199 PYTHONINC=`"$PY_CONFIG" --includes`14200 14201 ac_save_cppflags="$CPPFLAGS"14202 CPPFLAGS="$PYTHONINC $CPPFLAGS"14203 for ac_hdr in Python.h14204 do14205 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`14206 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&614207 echo "configure:14208: checking for $ac_hdr" >&514208 14209 cat > conftest.$ac_ext <<EOF14210 #line 14211 "configure"14211 #include "confdefs.h"14212 #include <$ac_hdr>14213 EOF14214 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"14215 { (eval echo configure:14216: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }14216 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`14217 if test -z "$ac_err"; then14218 rm -rf conftest*14219 eval "ac_cv_header_$ac_safe=yes"14220 else14221 echo "$ac_err" >&514222 echo "configure: failed program was:" >&514223 cat conftest.$ac_ext >&514224 rm -rf conftest*14225 eval "ac_cv_header_$ac_safe=no"14226 fi14227 rm -f conftest*14228 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then14229 echo "$ac_t""yes" 1>&614230 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`14231 cat >> confdefs.h <<EOF14232 #define $ac_tr_hdr 114233 EOF14234 14235 else14236 echo "$ac_t""no" 1>&614237 { echo "configure: error: *** Unable to locate Python includes." 1>&2; exit 1; }14238 14239 fi14240 done14241 14242 CPPFLAGS=$ac_save_cppflags14243 14244 14245 PYTHONCFLAGS=`"$PY_CONFIG" --cflags`14246 14247 # With Python library directory14248 14249 PYTHONLDFLAGS=`"$PY_CONFIG" --ldflags`14250 14251 # shouldn't have arch flags in C/LD flags on OSX14252 for a in i386 ppc x86_64 ppc6414253 do14254 PYTHONCFLAGS=`echo "$PYTHONCFLAGS" | sed "s/-arch *$a//g"`14255 PYTHONLDFLAGS=`echo "$PYTHONLDFLAGS" | sed "s/-arch *$a//g"`14256 done14257 fi14258 14259 # look for the swig program14260 # Extract the first word of "swig", so it can be a program name with args.14261 set dummy swig; ac_word=$214262 echo $ac_n "checking for $ac_word""... $ac_c" 1>&614263 echo "configure:14264: checking for $ac_word" >&514264 14265 case "$SWIG" in14266 /*)14267 ac_cv_path_SWIG="$SWIG" # Let the user override the test with a path.14268 ;;14269 ?:/*)14270 ac_cv_path_SWIG="$SWIG" # Let the user override the test with a dos path.14271 ;;14272 *)14273 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"14274 ac_dummy="$PATH"14275 for ac_dir in $ac_dummy; do14276 test -z "$ac_dir" && ac_dir=.14277 if test -f $ac_dir/$ac_word; then14278 ac_cv_path_SWIG="$ac_dir/$ac_word"14279 break14280 fi14281 done14282 IFS="$ac_save_ifs"14283 test -z "$ac_cv_path_SWIG" && ac_cv_path_SWIG="no"14284 ;;14285 esac14286 SWIG="$ac_cv_path_SWIG"14287 if test -n "$SWIG"; then14288 echo "$ac_t""$SWIG" 1>&614289 else14290 echo "$ac_t""no" 1>&614291 fi14292 14293 14294 # if test "$SWIG" = "no" ; then14295 # AC_MSG_ERROR([*** couldn't find swig])14296 # fi14297 14298 # check for available OSX archs in Python, assume framework14299 if test -n "$MACOSX_ARCHS" ; then14300 pylib=`"$PY_CONFIG" --prefix`/Python14301 pylibinfo=`file -L "$pylib"`14302 for a in i386 ppc x86_64 ppc6414303 do14304 # add only if in MACOSX_ARCHS14305 if test -n "`echo \"$pylibinfo\" | grep \"library $a\"`" ; then14306 if test -n "`echo "$MACOSX_ARCHS" | grep $a`" ; then14307 MACOSX_ARCHS_PYTHON="$MACOSX_ARCHS_PYTHON -arch $a"14308 fi14309 fi14310 done14311 fi14312 14313 fi # Done checking Python14314 14315 14316 14317 14318 14319 14320 14321 14322 14126 # Enable wxWidgets support (for wxGUI) 14323 14127 14324 14128 echo $ac_n "checking whether to use wxWidgets""... $ac_c" 1>&6 14325 echo "configure:14 326: checking whether to use wxWidgets" >&514129 echo "configure:14130: checking whether to use wxWidgets" >&5 14326 14130 14327 14131 WXVERSION= … … 14344 14148 set dummy wx-config; ac_word=$2 14345 14149 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 14346 echo "configure:14 347: checking for $ac_word" >&514150 echo "configure:14151: checking for $ac_word" >&5 14347 14151 14348 14152 case "$WX_CONFIG" in … … 14392 14196 14393 14197 echo $ac_n "checking wxWidgets version""... $ac_c" 1>&6 14394 echo "configure:14 395: checking wxWidgets version" >&514198 echo "configure:14199: checking wxWidgets version" >&5 14395 14199 if WXVERSION=`"$WX_CONFIG" --version`; then 14396 14200 echo "$ac_t""$WXVERSION" 1>&6 … … 14415 14219 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 14416 14220 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 14417 echo "configure:14 418: checking for $ac_hdr" >&514418 14419 cat > conftest.$ac_ext <<EOF 14420 #line 14 421"configure"14221 echo "configure:14222: checking for $ac_hdr" >&5 14222 14223 cat > conftest.$ac_ext <<EOF 14224 #line 14225 "configure" 14421 14225 #include "confdefs.h" 14422 14226 #include <$ac_hdr> 14423 14227 EOF 14424 14228 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 14425 { (eval echo configure:14 426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }14229 { (eval echo configure:14230: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 14426 14230 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 14427 14231 if test -z "$ac_err"; then … … 14752 14556 s%@USE_PTHREAD@%$USE_PTHREAD%g 14753 14557 s%@USE_LARGEFILES@%$USE_LARGEFILES%g 14754 s%@PY_CONFIG@%$PY_CONFIG%g14755 s%@SWIG@%$SWIG%g14756 s%@PYTHONINC@%$PYTHONINC%g14757 s%@PYTHONCFLAGS@%$PYTHONCFLAGS%g14758 s%@PYTHONLDFLAGS@%$PYTHONLDFLAGS%g14759 s%@USE_PYTHON@%$USE_PYTHON%g14760 s%@MACOSX_ARCHS_PYTHON@%$MACOSX_ARCHS_PYTHON%g14761 14558 s%@WX_CONFIG@%$WX_CONFIG%g 14762 14559 s%@WXVERSION@%$WXVERSION%g … … 15096 14893 echo " PostgreSQL support: `if test -n "${USE_POSTGRES}" ; then echo yes ; else echo no ; fi`" 15097 14894 15098 echo " Python support: `if test -n "${USE_PYTHON}" ; then echo yes ; else echo no ; fi`"15099 15100 14895 echo " Readline support: `if test -n "${USE_READLINE}" ; then echo yes ; else echo no ; fi`" 15101 14896 -
grass/trunk/configure.in
r44822 r45388 9 9 # are installed on the current system. It also defines certain 10 10 # configuration variables for compilation and installation. 11 # COPYRIGHT: (C) 2000-2009 by the GRASS Development Team11 # COPYRIGHT: (C) 2000-2009, 2011 by the GRASS Development Team 12 12 # 13 # This program is free software under the GNU General Public14 # License (>=v2). Read the file COPYING that comes with GRASS15 # for details.13 # This program is free software under the GNU General 14 # Public License (>=v2). Read the file COPYING that 15 # comes with GRASS for details. 16 16 # 17 17 # MANUAL: http://www.gnu.org/software/autoconf/manual/autoconf.html … … 268 268 e.g. '--with-gdal=/usr/local/bin/gdal-config')]) 269 269 270 AC_ARG_WITH(python,271 [ --with-python[=path/python-config]272 enable support for Python SWIG bindings and wxGUI273 Python extensions (python-config with path, e.g.274 '--with-python=/usr/bin/python2.5-config',275 default: no)],, with_python="no")276 277 270 AC_ARG_WITH(wxwidgets, 278 271 [ --with-wxwidgets[=path/wx-config] … … 1740 1733 AC_SUBST(USE_LARGEFILES) 1741 1734 # Done large file support 1742 1743 # Python check1744 1745 AC_MSG_CHECKING(whether to use Python)1746 1747 PYTHONINC=1748 PYTHONCFLAGS=1749 PYTHONLDFLAGS=1750 SWIG=1751 USE_PYTHON=1752 MACOSX_ARCHS_PYTHON=1753 1754 if test "$with_python" = "no" ; then1755 AC_MSG_RESULT(no)1756 else1757 AC_MSG_RESULT(yes)1758 USE_PYTHON="1"1759 if test "$with_python" != "yes" ; then1760 PY_CONFIG="$with_python"1761 fi1762 1763 AC_PATH_PROG(PY_CONFIG, python-config, no)1764 1765 if test "$PY_CONFIG" != "no" ; then1766 # With Python includes directory1767 1768 PYTHONINC=`"$PY_CONFIG" --includes`1769 LOC_CHECK_INCLUDES(Python.h,Python,$PYTHONINC)1770 1771 PYTHONCFLAGS=`"$PY_CONFIG" --cflags`1772 1773 # With Python library directory1774 1775 PYTHONLDFLAGS=`"$PY_CONFIG" --ldflags`1776 1777 # shouldn't have arch flags in C/LD flags on OSX1778 for a in i386 ppc x86_64 ppc641779 do1780 PYTHONCFLAGS=`echo "$PYTHONCFLAGS" | sed "s/-arch *$a//g"`1781 PYTHONLDFLAGS=`echo "$PYTHONLDFLAGS" | sed "s/-arch *$a//g"`1782 done1783 fi1784 1785 # look for the swig program1786 AC_PATH_PROG(SWIG, swig, no)1787 1788 # if test "$SWIG" = "no" ; then1789 # AC_MSG_ERROR([*** couldn't find swig])1790 # fi1791 1792 # check for available OSX archs in Python, assume framework1793 if test -n "$MACOSX_ARCHS" ; then1794 pylib=`"$PY_CONFIG" --prefix`/Python1795 pylibinfo=`file -L "$pylib"`1796 for a in i386 ppc x86_64 ppc641797 do1798 # add only if in MACOSX_ARCHS1799 if test -n "`echo \"$pylibinfo\" | grep \"library $a\"`" ; then1800 if test -n "`echo "$MACOSX_ARCHS" | grep $a`" ; then1801 MACOSX_ARCHS_PYTHON="$MACOSX_ARCHS_PYTHON -arch $a"1802 fi1803 fi1804 done1805 fi1806 1807 fi # Done checking Python1808 1809 AC_SUBST(PYTHONINC)1810 AC_SUBST(PYTHONCFLAGS)1811 AC_SUBST(PYTHONLDFLAGS)1812 AC_SUBST(SWIG)1813 AC_SUBST(USE_PYTHON)1814 AC_SUBST(MACOSX_ARCHS_PYTHON)1815 1735 1816 1736 # Enable wxWidgets support (for wxGUI) … … 1968 1888 LOC_MSG_USE(PNG support,USE_PNG) 1969 1889 LOC_MSG_USE(PostgreSQL support,USE_POSTGRES) 1970 LOC_MSG_USE(Python support,USE_PYTHON)1971 1890 LOC_MSG_USE(Readline support,USE_READLINE) 1972 1891 LOC_MSG_USE(SQLite support,USE_SQLITE) -
grass/trunk/include/Make/Platform.make.in
r42345 r45388 217 217 #Python 218 218 PYTHON = python 219 PYTHONINC = @PYTHONINC@220 PYTHONCFLAGS = @PYTHONCFLAGS@221 PYTHONLDFLAGS = @PYTHONLDFLAGS@222 SWIG = @SWIG@223 USE_PYTHON = @USE_PYTHON@224 MACOSX_ARCHS_PYTHON = @MACOSX_ARCHS_PYTHON@225 219 226 220 #wxWidgets -
grass/trunk/include/Make/Python.make
r43017 r45388 1 2 ifeq ($(findstring darwin,$(ARCH)),darwin)3 PYMOD_LD = $(CXX) -bundle -undefined dynamic_lookup4 PYMOD_LDFLAGS := $(SHLIB_LDFLAGS) -L$(ARCH_LIBDIR)5 else6 PYMOD_LD = $(CXX) -shared7 PYMOD_LDFLAGS := $(SHLIB_LDFLAGS) -L$(ARCH_LIBDIR) $(PYTHONLDFLAGS)8 endif9 PYMOD_CFLAGS = $(SHLIB_CFLAGS) $(PYTHONINC) $(PYTHON_CFLAGS)10 1 11 2 PY_SOURCES := $(wildcard *.py) … … 13 4 %.pyc: %.py 14 5 $(PYTHON) -m py_compile $< 15 16 %_wrap.c %.py: %.i $(EXTRA_SWIG)17 $(SWIG) $(INC) -python -module $* -shadow $<18 19 _%.so: $(OBJDIR)/%_wrap.o $(_%_so_FILES)20 $(PYMOD_LD) -o $@ $(LDFLAGS) $(EXTRA_LDFLAGS) $(PYMOD_LDFLAGS) $(filter %.o,$^) $($*_LIBS) $(LIBES) $(EXTRA_LIBS) -
grass/trunk/include/gisdefs.h
r45071 r45388 113 113 * with a different function becomes widely used 114 114 */ 115 #ifndef SWIG116 115 int G_vasprintf(char **, const char *, va_list); 117 #endif118 116 int G_asprintf(char **, const char *, ...) 119 117 __attribute__ ((format(printf, 2, 3))); -
grass/trunk/lib/init/variables.html
r44870 r45388 237 237 238 238 <dt>GRASS_PYTHON</dt> 239 <dd>[wxGUI, Python SWIG]<br>239 <dd>[wxGUI, Python Ctypes]<br> 240 240 set to override Python executable.<br> 241 241 On Mac OS X this should be the pythonw executable for the wxGUI to work.</dd>
Note:
See TracChangeset
for help on using the changeset viewer.
