Changeset 2466
- Timestamp:
- 10/14/03 11:16:04 (5 years ago)
- Files:
-
- branches/branch-4-0/mapserver/configure (modified) (232 diffs)
- branches/branch-4-0/mapserver/configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-4-0/mapserver/configure
r2289 r2466 77 77 --with-curl-config=PATH Specify path to curl-config." 78 78 ac_help="$ac_help 79 --with-httpd Specify path to 'httpd' executable." 80 ac_help="$ac_help 79 81 --enable-ignore-missing-data Ignore missing data file errors at runtime 80 82 (enabled by default). … … 624 626 set dummy gcc; ac_word=$2 625 627 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 626 echo "configure:62 7: checking for $ac_word" >&5628 echo "configure:629: checking for $ac_word" >&5 627 629 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 628 630 echo $ac_n "(cached) $ac_c" 1>&6 … … 654 656 set dummy cc; ac_word=$2 655 657 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 656 echo "configure:65 7: checking for $ac_word" >&5658 echo "configure:659: checking for $ac_word" >&5 657 659 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 658 660 echo $ac_n "(cached) $ac_c" 1>&6 … … 705 707 set dummy cl; ac_word=$2 706 708 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 707 echo "configure:7 08: checking for $ac_word" >&5709 echo "configure:710: checking for $ac_word" >&5 708 710 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 709 711 echo $ac_n "(cached) $ac_c" 1>&6 … … 737 739 738 740 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 739 echo "configure:74 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5741 echo "configure:742: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 740 742 741 743 ac_ext=c … … 748 750 cat > conftest.$ac_ext << EOF 749 751 750 #line 75 1"configure"752 #line 753 "configure" 751 753 #include "confdefs.h" 752 754 753 755 main(){return(0);} 754 756 EOF 755 if { (eval echo configure:75 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then757 if { (eval echo configure:758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 756 758 ac_cv_prog_cc_works=yes 757 759 # If we can't run a trivial program, we are probably using a cross compiler. … … 779 781 fi 780 782 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 781 echo "configure:78 2: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5783 echo "configure:784: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 782 784 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 783 785 cross_compiling=$ac_cv_prog_cc_cross 784 786 785 787 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 786 echo "configure:78 7: checking whether we are using GNU C" >&5788 echo "configure:789: checking whether we are using GNU C" >&5 787 789 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 788 790 echo $ac_n "(cached) $ac_c" 1>&6 … … 793 795 #endif 794 796 EOF 795 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:79 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then797 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:798: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 796 798 ac_cv_prog_gcc=yes 797 799 else … … 812 814 CFLAGS= 813 815 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 814 echo "configure:81 5: checking whether ${CC-cc} accepts -g" >&5816 echo "configure:817: checking whether ${CC-cc} accepts -g" >&5 815 817 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 816 818 echo $ac_n "(cached) $ac_c" 1>&6 … … 848 850 set dummy $ac_prog; ac_word=$2 849 851 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 850 echo "configure:85 1: checking for $ac_word" >&5852 echo "configure:853: checking for $ac_word" >&5 851 853 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 852 854 echo $ac_n "(cached) $ac_c" 1>&6 … … 880 882 881 883 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 882 echo "configure:88 3: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5884 echo "configure:885: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 883 885 884 886 ac_ext=C … … 891 893 cat > conftest.$ac_ext << EOF 892 894 893 #line 89 4"configure"895 #line 896 "configure" 894 896 #include "confdefs.h" 895 897 896 898 int main(){return(0);} 897 899 EOF 898 if { (eval echo configure: 899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then900 if { (eval echo configure:901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 899 901 ac_cv_prog_cxx_works=yes 900 902 # If we can't run a trivial program, we are probably using a cross compiler. … … 922 924 fi 923 925 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 924 echo "configure:92 5: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5926 echo "configure:927: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 925 927 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 926 928 cross_compiling=$ac_cv_prog_cxx_cross 927 929 928 930 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 929 echo "configure:93 0: checking whether we are using GNU C++" >&5931 echo "configure:932: checking whether we are using GNU C++" >&5 930 932 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 931 933 echo $ac_n "(cached) $ac_c" 1>&6 … … 936 938 #endif 937 939 EOF 938 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:9 39: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then940 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 939 941 ac_cv_prog_gxx=yes 940 942 else … … 955 957 CXXFLAGS= 956 958 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 957 echo "configure:9 58: checking whether ${CXX-g++} accepts -g" >&5959 echo "configure:960: checking whether ${CXX-g++} accepts -g" >&5 958 960 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 959 961 echo $ac_n "(cached) $ac_c" 1>&6 … … 986 988 fi 987 989 988 for ac_declaration in \989 ''\990 '#include <stdlib.h>' \991 'extern "C" void std::exit (int) throw (); using std::exit;' \992 'extern "C" void std::exit (int); using std::exit;' \993 'extern "C" void exit (int) throw ();' \994 'extern "C" void exit (int);' \995 'void exit (int);'996 do997 cat > conftest.$ac_ext <<EOF998 #line 999 "configure"999 #include "confdefs.h"1000 #include <stdlib.h>1001 $ac_declaration1002 int main() {1003 exit (42);1004 ; return 0; }1005 EOF1006 if { (eval echo configure:1007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1007 :1008 else1009 echo "configure: failed program was:" >&51010 cat conftest.$ac_ext >&51011 rm -rf conftest*1012 continue1013 fi1014 rm -f conftest*1015 cat > conftest.$ac_ext <<EOF1016 #line 1017 "configure"1017 #include "confdefs.h"1018 $ac_declaration1019 int main() {1020 exit (42);1021 ; return 0; }1022 EOF1023 if { (eval echo configure:1024: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1024 rm -rf conftest*1025 break1026 else1027 echo "configure: failed program was:" >&51028 cat conftest.$ac_ext >&51029 fi1030 rm -f conftest*1031 done1032 if test -n "$ac_declaration"; then1033 echo '#ifdef __cplusplus' >>confdefs.h1034 echo $ac_declaration >>confdefs.h1035 echo '#endif' >>confdefs.h1036 fi1037 1038 1039 990 # Extract the first word of "ranlib", so it can be a program name with args. 1040 991 set dummy ranlib; ac_word=$2 1041 992 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1042 echo "configure: 1043: checking for $ac_word" >&5993 echo "configure:994: checking for $ac_word" >&5 1043 994 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1044 995 echo $ac_n "(cached) $ac_c" 1>&6 … … 1070 1021 set dummy flex; ac_word=$2 1071 1022 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1072 echo "configure:10 73: checking for $ac_word" >&51023 echo "configure:1024: checking for $ac_word" >&5 1073 1024 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1074 1025 echo $ac_n "(cached) $ac_c" 1>&6 … … 1104 1055 esac 1105 1056 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 1106 echo "configure:1 107: checking for yywrap in -l$ac_lib" >&51057 echo "configure:1058: checking for yywrap in -l$ac_lib" >&5 1107 1058 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` 1108 1059 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1112 1063 LIBS="-l$ac_lib $LIBS" 1113 1064 cat > conftest.$ac_ext <<EOF 1114 #line 1 115"configure"1065 #line 1066 "configure" 1115 1066 #include "confdefs.h" 1116 1067 /* Override any gcc2 internal prototype to avoid an error. */ … … 1123 1074 ; return 0; } 1124 1075 EOF 1125 if { (eval echo configure:1 126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1076 if { (eval echo configure:1077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1126 1077 rm -rf conftest* 1127 1078 eval "ac_cv_lib_$ac_lib_var=yes" … … 1150 1101 set dummy $ac_prog; ac_word=$2 1151 1102 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1152 echo "configure:11 53: checking for $ac_word" >&51103 echo "configure:1104: checking for $ac_word" >&5 1153 1104 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then 1154 1105 echo $ac_n "(cached) $ac_c" 1>&6 … … 1182 1133 1183 1134 echo $ac_n "checking if compiler supports -R""... $ac_c" 1>&6 1184 echo "configure:11 85: checking if compiler supports -R" >&51135 echo "configure:1136: checking if compiler supports -R" >&5 1185 1136 if eval "test \"`echo '$''{'php_cv_cc_dashr'+set}'`\" = set"; then 1186 1137 echo $ac_n "(cached) $ac_c" 1>&6 … … 1190 1141 LIBS="-R /usr/lib ${LIBS}" 1191 1142 cat > conftest.$ac_ext <<EOF 1192 #line 11 93"configure"1143 #line 1144 "configure" 1193 1144 #include "confdefs.h" 1194 1145 … … 1197 1148 ; return 0; } 1198 1149 EOF 1199 if { (eval echo configure:1 200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1150 if { (eval echo configure:1151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1200 1151 rm -rf conftest* 1201 1152 php_cv_cc_dashr=yes … … 1217 1168 if test -z "$ld_runpath_switch" ; then 1218 1169 echo $ac_n "checking if compiler supports -Wl,-rpath,""... $ac_c" 1>&6 1219 echo "configure:1 220: checking if compiler supports -Wl,-rpath," >&51170 echo "configure:1171: checking if compiler supports -Wl,-rpath," >&5 1220 1171 if eval "test \"`echo '$''{'php_cv_cc_rpath'+set}'`\" = set"; then 1221 1172 echo $ac_n "(cached) $ac_c" 1>&6 … … 1225 1176 LIBS="-Wl,-rpath,/usr/lib ${LIBS}" 1226 1177 cat > conftest.$ac_ext <<EOF 1227 #line 1 228"configure"1178 #line 1179 "configure" 1228 1179 #include "confdefs.h" 1229 1180 … … 1232 1183 ; return 0; } 1233 1184 EOF 1234 if { (eval echo configure:1 235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1185 if { (eval echo configure:1186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1235 1186 rm -rf conftest* 1236 1187 php_cv_cc_rpath=yes … … 1253 1204 if test -z "$ld_runpath_switch" ; then 1254 1205 echo $ac_n "checking if compiler supports -Wl,-R""... $ac_c" 1>&6 1255 echo "configure:12 56: checking if compiler supports -Wl,-R" >&51206 echo "configure:1207: checking if compiler supports -Wl,-R" >&5 1256 1207 if eval "test \"`echo '$''{'php_cv_cc_dashwlr'+set}'`\" = set"; then 1257 1208 echo $ac_n "(cached) $ac_c" 1>&6 … … 1261 1212 LIBS="-Wl,-R/usr/lib ${LIBS}" 1262 1213 cat > conftest.$ac_ext <<EOF 1263 #line 12 64"configure"1214 #line 1215 "configure" 1264 1215 #include "confdefs.h" 1265 1216 … … 1268 1219 ; return 0; } 1269 1220 EOF 1270 if { (eval echo configure:12 71: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1221 if { (eval echo configure:1222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1271 1222 rm -rf conftest* 1272 1223 php_cv_cc_dashwlr=yes … … 1295 1246 1296 1247 echo $ac_n "checking for exp in -lm""... $ac_c" 1>&6 1297 echo "configure:12 98: checking for exp in -lm" >&51248 echo "configure:1249: checking for exp in -lm" >&5 1298 1249 ac_lib_var=`echo m'_'exp | sed 'y%./+-%__p_%'` 1299 1250 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1303 1254 LIBS="-lm $LIBS" 1304 1255 cat > conftest.$ac_ext <<EOF 1305 #line 1 306"configure"1256 #line 1257 "configure" 1306 1257 #include "confdefs.h" 1307 1258 /* Override any gcc2 internal prototype to avoid an error. */ … … 1314 1265 ; return 0; } 1315 1266 EOF 1316 if { (eval echo configure:1 317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1267 if { (eval echo configure:1268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1317 1268 rm -rf conftest* 1318 1269 eval "ac_cv_lib_$ac_lib_var=yes" … … 1337 1288 1338 1289 echo $ac_n "checking for __gxx_personality_v0 in -lstdc++""... $ac_c" 1>&6 1339 echo "configure:1 340: checking for __gxx_personality_v0 in -lstdc++" >&51290 echo "configure:1291: checking for __gxx_personality_v0 in -lstdc++" >&5 1340 1291 ac_lib_var=`echo stdc++'_'__gxx_personality_v0 | sed 'y%./+-%__p_%'` 1341 1292 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1345 1296 LIBS="-lstdc++ $LIBS" 1346 1297 cat > conftest.$ac_ext <<EOF 1347 #line 1 348"configure"1298 #line 1299 "configure" 1348 1299 #include "confdefs.h" 1349 1300 /* Override any gcc2 internal prototype to avoid an error. */ … … 1356 1307 ; return 0; } 1357 1308 EOF 1358 if { (eval echo configure:13 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1309 if { (eval echo configure:1310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1359 1310 rm -rf conftest* 1360 1311 eval "ac_cv_lib_$ac_lib_var=yes" … … 1381 1332 1382 1333 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1383 echo "configure:13 84: checking how to run the C preprocessor" >&51334 echo "configure:1335: checking how to run the C preprocessor" >&5 1384 1335 # On Suns, sometimes $CPP names a directory. 1385 1336 if test -n "$CPP" && test -d "$CPP"; then … … 1396 1347 # not just through cpp. 1397 1348 cat > conftest.$ac_ext <<EOF 1398 #line 13 99"configure"1349 #line 1350 "configure" 1399 1350 #include "confdefs.h" 1400 1351 #include <assert.h> … … 1402 1353 EOF 1403 1354 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1404 { (eval echo configure:1 405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1355 { (eval echo configure:1356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1405 1356 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1406 1357 if test -z "$ac_err"; then … … 1413 1364 CPP="${CC-cc} -E -traditional-cpp" 1414 1365 cat > conftest.$ac_ext <<EOF 1415 #line 1 416"configure"1366 #line 1367 "configure" 1416 1367 #include "confdefs.h" 1417 1368 #include <assert.h> … … 1419 1370 EOF 1420 1371 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1421 { (eval echo configure:1 422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1372 { (eval echo configure:1373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1422 1373 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1423 1374 if test -z "$ac_err"; then … … 1430 1381 CPP="${CC-cc} -nologo -E" 1431 1382 cat > conftest.$ac_ext <<EOF 1432 #line 1 433"configure"1383 #line 1384 "configure" 1433 1384 #include "confdefs.h" 1434 1385 #include <assert.h> … … 1436 1387 EOF 1437 1388 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1438 { (eval echo configure:1 439: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1389 { (eval echo configure:1390: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1439 1390 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1440 1391 if test -z "$ac_err"; then … … 1461 1412 1462 1413 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1463 echo "configure:14 64: checking for ANSI C header files" >&51414 echo "configure:1415: checking for ANSI C header files" >&5 1464 1415 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1465 1416 echo $ac_n "(cached) $ac_c" 1>&6 1466 1417 else 1467 1418 cat > conftest.$ac_ext <<EOF 1468 #line 14 69"configure"1419 #line 1420 "configure" 1469 1420 #include "confdefs.h" 1470 1421 #include <stdlib.h> … … 1474 1425 EOF 1475 1426 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1476 { (eval echo configure:14 77: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1427 { (eval echo configure:1428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1477 1428 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1478 1429 if test -z "$ac_err"; then … … 1491 1442 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1492 1443 cat > conftest.$ac_ext <<EOF 1493 #line 14 94"configure"1444 #line 1445 "configure" 1494 1445 #include "confdefs.h" 1495 1446 #include <string.h> … … 1509 1460 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1510 1461 cat > conftest.$ac_ext <<EOF 1511 #line 1 512"configure"1462 #line 1463 "configure" 1512 1463 #include "confdefs.h" 1513 1464 #include <stdlib.h> … … 1530 1481 else 1531 1482 cat > conftest.$ac_ext <<EOF 1532 #line 1 533"configure"1483 #line 1484 "configure" 1533 1484 #include "confdefs.h" 1534 1485 #include <ctype.h> … … 1541 1492 1542 1493 EOF 1543 if { (eval echo configure:1 544: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1494 if { (eval echo configure:1495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1544 1495 then 1545 1496 : … … 1566 1517 1567 1518 echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6 1568 echo "configure:15 69: checking for strcasecmp" >&51519 echo "configure:1520: checking for strcasecmp" >&5 1569 1520 if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then 1570 1521 echo $ac_n "(cached) $ac_c" 1>&6 1571 1522 else 1572 1523 cat > conftest.$ac_ext <<EOF 1573 #line 15 74"configure"1524 #line 1525 "configure" 1574 1525 #include "confdefs.h" 1575 1526 /* System header to define __stub macros and hopefully few prototypes, … … 1594 1545 ; return 0; } 1595 1546 EOF 1596 if { (eval echo configure:15 97: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1547 if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1597 1548 rm -rf conftest* 1598 1549 eval "ac_cv_func_strcasecmp=yes" … … 1615 1566 1616 1567 echo $ac_n "checking for strncasecmp""... $ac_c" 1>&6 1617 echo "configure:1 618: checking for strncasecmp" >&51568 echo "configure:1569: checking for strncasecmp" >&5 1618 1569 if eval "test \"`echo '$''{'ac_cv_func_strncasecmp'+set}'`\" = set"; then 1619 1570 echo $ac_n "(cached) $ac_c" 1>&6 1620 1571 else 1621 1572 cat > conftest.$ac_ext <<EOF 1622 #line 1 623"configure"1573 #line 1574 "configure" 1623 1574 #include "confdefs.h" 1624 1575 /* System header to define __stub macros and hopefully few prototypes, … … 1643 1594 ; return 0; } 1644 1595 EOF 1645 if { (eval echo configure:1 646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1596 if { (eval echo configure:1597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1646 1597 rm -rf conftest* 1647 1598 eval "ac_cv_func_strncasecmp=yes" … … 1664 1615 1665 1616 echo $ac_n "checking for strdup""... $ac_c" 1>&6 1666 echo "configure:16 67: checking for strdup" >&51617 echo "configure:1618: checking for strdup" >&5 1667 1618 if eval "test \"`echo '$''{'ac_cv_func_strdup'+set}'`\" = set"; then 1668 1619 echo $ac_n "(cached) $ac_c" 1>&6 1669 1620 else 1670 1621 cat > conftest.$ac_ext <<EOF 1671 #line 16 72"configure"1622 #line 1623 "configure" 1672 1623 #include "confdefs.h" 1673 1624 /* System header to define __stub macros and hopefully few prototypes, … … 1692 1643 ; return 0; } 1693 1644 EOF 1694 if { (eval echo configure:16 95: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1645 if { (eval echo configure:1646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1695 1646 rm -rf conftest* 1696 1647 eval "ac_cv_func_strdup=yes" … … 1719 1670 1720 1671 echo "checking whether we should include JPEG support..." 1>&6 1721 echo "configure:1 722: checking whether we should include JPEG support..." >&51672 echo "configure:1673: checking whether we should include JPEG support..." >&5 1722 1673 # Check whether --with-jpeg or --without-jpeg was given. 1723 1674 if test "${with_jpeg+set}" = set; then … … 1789 1740 1790 1741 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 1791 echo "configure:17 92: checking for jpeg_read_header in -ljpeg" >&51742 echo "configure:1743: checking for jpeg_read_header in -ljpeg" >&5 1792 1743 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` 1793 1744 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1797 1748 LIBS="-ljpeg $LIBS" 1798 1749 cat > conftest.$ac_ext <<EOF 1799 #line 1 800"configure"1750 #line 1751 "configure" 1800 1751 #include "confdefs.h" 1801 1752 /* Override any gcc2 internal prototype to avoid an error. */ … … 1808 1759 ; return 0; } 1809 1760 EOF 1810 if { (eval echo configure:1 811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1761 if { (eval echo configure:1762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1811 1762 rm -rf conftest* 1812 1763 eval "ac_cv_lib_$ac_lib_var=yes" … … 1842 1793 1843 1794 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6 1844 echo "configure:1 845: checking for jpeg_read_header in -ljpeg" >&51795 echo "configure:1796: checking for jpeg_read_header in -ljpeg" >&5 1845 1796 ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'` 1846 1797 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1850 1801 LIBS="-ljpeg $LIBS" 1851 1802 cat > conftest.$ac_ext <<EOF 1852 #line 18 53"configure"1803 #line 1804 "configure" 1853 1804 #include "confdefs.h" 1854 1805 /* Override any gcc2 internal prototype to avoid an error. */ … … 1861 1812 ; return 0; } 1862 1813 EOF 1863 if { (eval echo configure:18 64: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1814 if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1864 1815 rm -rf conftest* 1865 1816 eval "ac_cv_lib_$ac_lib_var=yes" … … 1922 1873 1923 1874 echo "checking where FreeType 2.x is installed..." 1>&6 1924 echo "configure:1 925: checking where FreeType 2.x is installed..." >&51875 echo "configure:1876: checking where FreeType 2.x is installed..." >&5 1925 1876 FT_LIB='' 1926 1877 FT_BIN='' … … 1935 1886 set dummy freetype-config; ac_word=$2 1936 1887 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1937 echo "configure:1 938: checking for $ac_word" >&51888 echo "configure:1889: checking for $ac_word" >&5 1938 1889 if eval "test \"`echo '$''{'ac_cv_path_FT_BIN'+set}'`\" = set"; then 1939 1890 echo $ac_n "(cached) $ac_c" 1>&6 … … 2033 1984 else 2034 1985 echo $ac_n "checking for FT_Init_FreeType in -lfreetype""... $ac_c" 1>&6 2035 echo "configure: 2036: checking for FT_Init_FreeType in -lfreetype" >&51986 echo "configure:1987: checking for FT_Init_FreeType in -lfreetype" >&5 2036 1987 ac_lib_var=`echo freetype'_'FT_Init_FreeType | sed 'y%./+-%__p_%'` 2037 1988 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2041 1992 LIBS="-lfreetype $LIBS" 2042 1993 cat > conftest.$ac_ext <<EOF 2043 #line 2044"configure"1994 #line 1995 "configure" 2044 1995 #include "confdefs.h" 2045 1996 /* Override any gcc2 internal prototype to avoid an error. */ … … 2052 2003 ; return 0; } 2053 2004 EOF 2054 if { (eval echo configure:20 55: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2005 if { (eval echo configure:2006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2055 2006 rm -rf conftest* 2056 2007 eval "ac_cv_lib_$ac_lib_var=yes" … … 2101 2052 2102 2053 echo "checking where Zlib is installed..." 1>&6 2103 echo "configure:2 104: checking where Zlib is installed..." >&52054 echo "configure:2055: checking where Zlib is installed..." >&5 2104 2055 ZL_LIB='' 2105 2056 … … 2138 2089 2139 2090 echo $ac_n "checking for zlibVersion in -lz""... $ac_c" 1>&6 2140 echo "configure:2 141: checking for zlibVersion in -lz" >&52091 echo "configure:2092: checking for zlibVersion in -lz" >&5 2141 2092 ac_lib_var=`echo z'_'zlibVersion | sed 'y%./+-%__p_%'` 2142 2093 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2146 2097 LIBS="-lz $LIBS" 2147 2098 cat > conftest.$ac_ext <<EOF 2148 #line 21 49"configure"2099 #line 2100 "configure" 2149 2100 #include "confdefs.h" 2150 2101 /* Override any gcc2 internal prototype to avoid an error. */ … … 2157 2108 ; return 0; } 2158 2109 EOF 2159 if { (eval echo configure:21 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2110 if { (eval echo configure:2111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2160 2111 rm -rf conftest* 2161 2112 eval "ac_cv_lib_$ac_lib_var=yes" … … 2207 2158 2208 2159 echo "checking where PNG is installed..." 1>&6 2209 echo "configure:2 210: checking where PNG is installed..." >&52160 echo "configure:2161: checking where PNG is installed..." >&5 2210 2161 PNG_LIB='' 2211 2162 … … 2244 2195 2245 2196 echo $ac_n "checking for png_init_io in -lpng""... $ac_c" 1>&6 2246 echo "configure:2 247: checking for png_init_io in -lpng" >&52197 echo "configure:2198: checking for png_init_io in -lpng" >&5 2247 2198 ac_lib_var=`echo png'_'png_init_io | sed 'y%./+-%__p_%'` 2248 2199 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2252 2203 LIBS="-lpng $ZL_LIB $LIBS" 2253 2204 cat > conftest.$ac_ext <<EOF 2254 #line 22 55"configure"2205 #line 2206 "configure" 2255 2206 #include "confdefs.h" 2256 2207 /* Override any gcc2 internal prototype to avoid an error. */ … … 2263 2214 ; return 0; } 2264 2215 EOF 2265 if { (eval echo configure:22 66: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2216 if { (eval echo configure:2217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2266 2217 rm -rf conftest* 2267 2218 eval "ac_cv_lib_$ac_lib_var=yes" … … 2314 2265 2315 2266 echo "checking where libXpm is installed..." 1>&6 2316 echo "configure:2 317: checking where libXpm is installed..." >&52267 echo "configure:2268: checking where libXpm is installed..." >&5 2317 2268 XPM_LIB='' 2318 2269 … … 2351 2302 2352 2303 echo $ac_n "checking for XpmFreeXpmImage in -lXpm""... $ac_c" 1>&6 2353 echo "configure:23 54: checking for XpmFreeXpmImage in -lXpm" >&52304 echo "configure:2305: checking for XpmFreeXpmImage in -lXpm" >&5 2354 2305 ac_lib_var=`echo Xpm'_'XpmFreeXpmImage | sed 'y%./+-%__p_%'` 2355 2306 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2359 2310 LIBS="-lXpm -lX11 $LIBS" 2360 2311 cat > conftest.$ac_ext <<EOF 2361 #line 23 62"configure"2312 #line 2313 "configure" 2362 2313 #include "confdefs.h" 2363 2314 /* Override any gcc2 internal prototype to avoid an error. */ … … 2370 2321 ; return 0; } 2371 2322 EOF 2372 if { (eval echo configure:23 73: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2323 if { (eval echo configure:2324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2373 2324 rm -rf conftest* 2374 2325 eval "ac_cv_lib_$ac_lib_var=yes" … … 2422 2373 2423 2374 echo "checking where libiconv is installed..." 1>&6 2424 echo "configure:2 425: checking where libiconv is installed..." >&52375 echo "configure:2376: checking where libiconv is installed..." >&5 2425 2376 ICONV_LIB='' 2426 2377 … … 2459 2410 2460 2411 echo $ac_n "checking for libiconv_open in -liconv""... $ac_c" 1>&6 2461 echo "configure:24 62: checking for libiconv_open in -liconv" >&52412 echo "configure:2413: checking for libiconv_open in -liconv" >&5 2462 2413 ac_lib_var=`echo iconv'_'libiconv_open | sed 'y%./+-%__p_%'` 2463 2414 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2467 2418 LIBS="-liconv $LIBS" 2468 2419 cat > conftest.$ac_ext <<EOF 2469 #line 24 70"configure"2420 #line 2421 "configure" 2470 2421 #include "confdefs.h" 2471 2422 /* Override any gcc2 internal prototype to avoid an error. */ … … 2478 2429 ; return 0; } 2479 2430 EOF 2480 if { (eval echo configure:24 81: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2431 if { (eval echo configure:2432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2481 2432 rm -rf conftest* 2482 2433 eval "ac_cv_lib_$ac_lib_var=yes" … … 2538 2489 2539 2490 echo "checking for GD 2.0.12 or higher..." 1>&6 2540 echo "configure:2 541: checking for GD 2.0.12 or higher..." >&52491 echo "configure:2492: checking for GD 2.0.12 or higher..." >&5 2541 2492 # Check whether --with-gd or --without-gd was given. 2542 2493 if test "${with_gd+set}" = set; then … … 2580 2531 2581 2532 echo $ac_n "checking for gdImageSetAntiAliased in -lgd""... $ac_c" 1>&6 2582 echo "configure:25 83: checking for gdImageSetAntiAliased in -lgd" >&52533 echo "configure:2534: checking for gdImageSetAntiAliased in -lgd" >&5 2583 2534 ac_lib_var=`echo gd'_'gdImageSetAntiAliased | sed 'y%./+-%__p_%'` 2584 2535 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2588 2539 LIBS="-lgd $GD_XTRA_LIBS -L$GD_LIBDIR $LIBS" 2589 2540 cat > conftest.$ac_ext <<EOF 2590 #line 25 91"configure"2541 #line 2542 "configure" 2591 2542 #include "confdefs.h" 2592 2543 /* Override any gcc2 internal prototype to avoid an error. */ … … 2599 2550 ; return 0; } 2600 2551 EOF 2601 if { (eval echo configure:2 602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2552 if { (eval echo configure:2553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2602 2553 rm -rf conftest* 2603 2554 eval "ac_cv_lib_$ac_lib_var=yes" … … 2623 2574 unset ac_cv_lib_gd_gdImageSetAntiAliased 2624 2575 echo "checking whether GD needs libiconv..." 1>&6 2625 echo "configure:2 626: checking whether GD needs libiconv..." >&52576 echo "configure:2577: checking whether GD needs libiconv..." >&5 2626 2577 echo $ac_n "checking for gdImageSetAntiAliased in -lgd""... $ac_c" 1>&6 2627 echo "configure:2 628: checking for gdImageSetAntiAliased in -lgd" >&52578 echo "configure:2579: checking for gdImageSetAntiAliased in -lgd" >&5 2628 2579 ac_lib_var=`echo gd'_'gdImageSetAntiAliased | sed 'y%./+-%__p_%'` 2629 2580 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2633 2584 LIBS="-lgd $GD_XTRA_LIBS -L$GD_LIBDIR $ICONV_LIB $LIBS" 2634 2585 cat > conftest.$ac_ext <<EOF 2635 #line 2 636"configure"2586 #line 2587 "configure" 2636 2587 #include "confdefs.h" 2637 2588 /* Override any gcc2 internal prototype to avoid an error. */ … … 2644 2595 ; return 0; } 2645 2596 EOF 2646 if { (eval echo configure:2 647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2597 if { (eval echo configure:2598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2647 2598 rm -rf conftest* 2648 2599 eval "ac_cv_lib_$ac_lib_var=yes" … … 2706 2657 2707 2658 echo $ac_n "checking for gdImageSetAntiAliased in -lgd""... $ac_c" 1>&6 2708 echo "configure:2 709: checking for gdImageSetAntiAliased in -lgd" >&52659 echo "configure:2660: checking for gdImageSetAntiAliased in -lgd" >&5 2709 2660 ac_lib_var=`echo gd'_'gdImageSetAntiAliased | sed 'y%./+-%__p_%'` 2710 2661 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2714 2665 LIBS="-lgd $GD_XTRA_LIBS $LIBS" 2715 2666 cat > conftest.$ac_ext <<EOF 2716 #line 2 717"configure"2667 #line 2668 "configure" 2717 2668 #include "confdefs.h" 2718 2669 /* Override any gcc2 internal prototype to avoid an error. */ … … 2725 2676 ; return 0; } 2726 2677 EOF 2727 if { (eval echo configure:2 728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2678 if { (eval echo configure:2679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2728 2679 rm -rf conftest* 2729 2680 eval "ac_cv_lib_$ac_lib_var=yes" … … 2748 2699 if test "$IS_GD2" = "false" -a -n "$ICONV_LIB"; then 2749 2700 echo "checking whether GD needs libiconv..." 1>&6 2750 echo "configure:27 51: checking whether GD needs libiconv..." >&52701 echo "configure:2702: checking whether GD needs libiconv..." >&5 2751 2702 unset ac_cv_lib_gd_gdImageSetAntiAliased 2752 2703 echo $ac_n "checking for gdImageSetAntiAliased in -lgd""... $ac_c" 1>&6 2753 echo "configure:27 54: checking for gdImageSetAntiAliased in -lgd" >&52704 echo "configure:2705: checking for gdImageSetAntiAliased in -lgd" >&5 2754 2705 ac_lib_var=`echo gd'_'gdImageSetAntiAliased | sed 'y%./+-%__p_%'` 2755 2706 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2759 2710 LIBS="-lgd $GD_XTRA_LIBS $ICONV_LIB $LIBS" 2760 2711 cat > conftest.$ac_ext <<EOF 2761 #line 27 62"configure"2712 #line 2713 "configure" 2762 2713 #include "confdefs.h" 2763 2714 /* Override any gcc2 internal prototype to avoid an error. */ … … 2770 2721 ; return 0; } 2771 2722 EOF 2772 if { (eval echo configure:27 73: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2723 if { (eval echo configure:2724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2773 2724 rm -rf conftest* 2774 2725 eval "ac_cv_lib_$ac_lib_var=yes" … … 2846 2797 2847 2798 echo $ac_n "checking for gdImageGif in -l$GD_CHECKLIB""... $ac_c" 1>&6 2848 echo "configure:28 49: checking for gdImageGif in -l$GD_CHECKLIB" >&52799 echo "configure:2800: checking for gdImageGif in -l$GD_CHECKLIB" >&5 2849 2800 ac_lib_var=`echo $GD_CHECKLIB'_'gdImageGif | sed 'y%./+-%__p_%'` 2850 2801 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2854 2805 LIBS="-l$GD_CHECKLIB $GD_STATIC $GD_LIB $GD_XTRA_LIBS $LIBS" 2855 2806 cat > conftest.$ac_ext <<EOF 2856 #line 28 57"configure"2807 #line 2808 "configure" 2857 2808 #include "confdefs.h" 2858 2809 /* Override any gcc2 internal prototype to avoid an error. */ … … 2865 2816 ; return 0; } 2866 2817 EOF 2867 if { (eval echo configure:28 68: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2818 if { (eval echo configure:2819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2868 2819 rm -rf conftest* 2869 2820 eval "ac_cv_lib_$ac_lib_var=yes" … … 2886 2837 2887 2838 echo $ac_n "checking for gdImagePng in -l$GD_CHECKLIB""... $ac_c" 1>&6 2888 echo "configure:28 89: checking for gdImagePng in -l$GD_CHECKLIB" >&52839 echo "configure:2840: checking for gdImagePng in -l$GD_CHECKLIB" >&5 2889 2840 ac_lib_var=`echo $GD_CHECKLIB'_'gdImagePng | sed 'y%./+-%__p_%'` 2890 2841 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2894 2845 LIBS="-l$GD_CHECKLIB $GD_STATIC $GD_LIB $GD_XTRA_LIBS $LIBS" 2895 2846 cat > conftest.$ac_ext <<EOF 2896 #line 28 97"configure"2847 #line 2848 "configure" 2897 2848 #include "confdefs.h" 2898 2849 /* Override any gcc2 internal prototype to avoid an error. */ … … 2905 2856 ; return 0; } 2906 2857 EOF 2907 if { (eval echo configure:2 908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2858 if { (eval echo configure:2859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2908 2859 rm -rf conftest* 2909 2860 eval "ac_cv_lib_$ac_lib_var=yes" … … 2926 2877 2927 2878 echo $ac_n "checking for gdImageJpeg in -l$GD_CHECKLIB""... $ac_c" 1>&6 2928 echo "configure:2 929: checking for gdImageJpeg in -l$GD_CHECKLIB" >&52879 echo "configure:2880: checking for gdImageJpeg in -l$GD_CHECKLIB" >&5 2929 2880 ac_lib_var=`echo $GD_CHECKLIB'_'gdImageJpeg | sed 'y%./+-%__p_%'` 2930 2881 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2934 2885 LIBS="-l$GD_CHECKLIB $GD_STATIC $GD_LIB $GD_XTRA_LIBS $LIBS" 2935 2886 cat > conftest.$ac_ext <<EOF 2936 #line 2 937"configure"2887 #line 2888 "configure" 2937 2888 #include "confdefs.h" 2938 2889 /* Override any gcc2 internal prototype to avoid an error. */ … … 2945 2896 ; return 0; } 2946 2897 EOF 2947 if { (eval echo configure:2 948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2898 if { (eval echo configure:2899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2948 2899 rm -rf conftest* 2949 2900 eval "ac_cv_lib_$ac_lib_var=yes" … … 2966 2917 2967 2918 echo $ac_n "checking for gdImageWBMP in -l$GD_CHECKLIB""... $ac_c" 1>&6 2968 echo "configure:29 69: checking for gdImageWBMP in -l$GD_CHECKLIB" >&52919 echo "configure:2920: checking for gdImageWBMP in -l$GD_CHECKLIB" >&5 2969 2920 ac_lib_var=`echo $GD_CHECKLIB'_'gdImageWBMP | sed 'y%./+-%__p_%'` 2970 2921 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2974 2925 LIBS="-l$GD_CHECKLIB $GD_STATIC $GD_LIB $GD_XTRA_LIBS $LIBS" 2975 2926 cat > conftest.$ac_ext <<EOF 2976 #line 29 77"configure"2927 #line 2928 "configure" 2977 2928 #include "confdefs.h" 2978 2929 /* Override any gcc2 internal prototype to avoid an error. */ … … 2985 2936 ; return 0; } 2986 2937 EOF 2987 if { (eval echo configure:29 88: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2938 if { (eval echo configure:2939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2988 2939 rm -rf conftest* 2989 2940 eval "ac_cv_lib_$ac_lib_var=yes" … … 3007 2958 3008 2959 echo $ac_n "checking for gdImageStringFT in -l$GD_CHECKLIB""... $ac_c" 1>&6 3009 echo "configure: 3010: checking for gdImageStringFT in -l$GD_CHECKLIB" >&52960 echo "configure:2961: checking for gdImageStringFT in -l$GD_CHECKLIB" >&5 3010 2961 ac_lib_var=`echo $GD_CHECKLIB'_'gdImageStringFT | sed 'y%./+-%__p_%'` 3011 2962 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3015 2966 LIBS="-l$GD_CHECKLIB $GD_STATIC $GD_LIB $GD_XTRA_LIBS $LIBS" 3016 2967 cat > conftest.$ac_ext <<EOF 3017 #line 3018"configure"2968 #line 2969 "configure" 3018 2969 #include "confdefs.h" 3019 2970 /* Override any gcc2 internal prototype to avoid an error. */ … … 3026 2977 ; return 0; } 3027 2978 EOF 3028 if { (eval echo configure: 3029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2979 if { (eval echo configure:2980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3029 2980 rm -rf conftest* 3030 2981 eval "ac_cv_lib_$ac_lib_var=yes" … … 3048 2999 3049 3000 echo $ac_n "checking for gdImageGifPtr in -l$GD_CHECKLIB""... $ac_c" 1>&6 3050 echo "configure:30 51: checking for gdImageGifPtr in -l$GD_CHECKLIB" >&53001 echo "configure:3002: checking for gdImageGifPtr in -l$GD_CHECKLIB" >&5 3051 3002 ac_lib_var=`echo $GD_CHECKLIB'_'gdImageGifPtr | sed 'y%./+-%__p_%'` 3052 3003 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3056 3007 LIBS="-l$GD_CHECKLIB $GD_STATIC $GD_LIB $GD_XTRA_LIBS $LIBS" 3057 3008 cat > conftest.$ac_ext <<EOF 3058 #line 30 59"configure"3009 #line 3010 "configure" 3059 3010 #include "confdefs.h" 3060 3011 /* Override any gcc2 internal prototype to avoid an error. */ … … 3067 3018 ; return 0; } 3068 3019 EOF 3069 if { (eval echo configure:30 70: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3020 if { (eval echo configure:3021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3070 3021 rm -rf conftest* 3071 3022 eval "ac_cv_lib_$ac_lib_var=yes" … … 3094 3045 3095 3046 echo $ac_n "checking for gdImageCreate in -lgd""... $ac_c" 1>&6 3096 echo "configure:30 97: checking for gdImageCreate in -lgd" >&53047 echo "configure:3048: checking for gdImageCreate in -lgd" >&5 3097 3048 ac_lib_var=`echo gd'_'gdImageCreate | sed 'y%./+-%__p_%'` 3098 3049 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3102 3053 LIBS="-lgd $GD_XTRA_LIBS $LIBS" 3103 3054 cat > conftest.$ac_ext <<EOF 3104 #line 3 105"configure"3055 #line 3056 "configure" 3105 3056 #include "confdefs.h" 3106 3057 /* Override any gcc2 internal prototype to avoid an error. */ … … 3113 3064 ; return 0; } 3114 3065 EOF 3115 if { (eval echo configure:3 116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3066 if { (eval echo configure:3067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3116 3067 rm -rf conftest* 3117 3068 eval "ac_cv_lib_$ac_lib_var=yes" … … 3138 3089 3139 3090 echo $ac_n "checking for gdImageGif in -lgd""... $ac_c" 1>&6 3140 echo "configure:3 141: checking for gdImageGif in -lgd" >&53091 echo "configure:3092: checking for gdImageGif in -lgd" >&5 3141 3092 ac_lib_var=`echo gd'_'gdImageGif | sed 'y%./+-%__p_%'` 3142 3093 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3146 3097 LIBS="-lgd $GD_LIB $GD_XTRA_LIBS $LIBS" 3147 3098 cat > conftest.$ac_ext <<EOF 3148 #line 31 49"configure"3099 #line 3100 "configure" 3149 3100 #include "confdefs.h" 3150 3101 /* Override any gcc2 internal prototype to avoid an error. */ … … 3157 3108 ; return 0; } 3158 3109 EOF 3159 if { (eval echo configure:31 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then3110 if { (eval echo configure:3111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 3160 3111 rm -rf conftest* 3161 3112 eval "ac_cv_lib_$ac_lib_var=yes" … … 3178 3129 3179 3130 echo $ac_n "checking for gdImagePng in -lgd""... $ac_c" 1>&6 3180 echo "configure:31 81: checking for gdImagePng in -lgd" >&5
