Ticket #11283: patch-configure.diff
File patch-configure.diff, 150.3 KB (added by blb@…, 17 years ago) |
---|
-
configure
old new 92179 92179 else 92180 92180 92181 92181 92182 unset ac_cv_lib_bind_res_nmkquery92183 unset ac_cv_lib_bind___res_nmkquery92184 unset found92185 echo $ac_n "checking for res_nmkquery in -lbind""... $ac_c" 1>&692186 echo "configure:92187: checking for res_nmkquery in -lbind" >&592187 ac_lib_var=`echo bind'_'res_nmkquery | sed 'y%./+-%__p_%'`92188 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92189 echo $ac_n "(cached) $ac_c" 1>&692190 else92191 ac_save_LIBS="$LIBS"92192 LIBS="-lbind $LIBS"92193 cat > conftest.$ac_ext <<EOF92194 #line 92195 "configure"92195 #include "confdefs.h"92196 /* Override any gcc2 internal prototype to avoid an error. */92197 /* We use char because int might match the return type of a gcc292198 builtin and then its argument prototype would still apply. */92199 char res_nmkquery();92200 92201 int main() {92202 res_nmkquery()92203 ; return 0; }92204 EOF92205 if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92206 rm -rf conftest*92207 eval "ac_cv_lib_$ac_lib_var=yes"92208 else92209 echo "configure: failed program was:" >&592210 cat conftest.$ac_ext >&592211 rm -rf conftest*92212 eval "ac_cv_lib_$ac_lib_var=no"92213 fi92214 rm -f conftest*92215 LIBS="$ac_save_LIBS"92216 92217 fi92218 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92219 echo "$ac_t""yes" 1>&692220 found=yes92221 else92222 echo "$ac_t""no" 1>&692223 92224 echo $ac_n "checking for __res_nmkquery in -lbind""... $ac_c" 1>&692225 echo "configure:92226: checking for __res_nmkquery in -lbind" >&592226 ac_lib_var=`echo bind'_'__res_nmkquery | sed 'y%./+-%__p_%'`92227 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92228 echo $ac_n "(cached) $ac_c" 1>&692229 else92230 ac_save_LIBS="$LIBS"92231 LIBS="-lbind $LIBS"92232 cat > conftest.$ac_ext <<EOF92233 #line 92234 "configure"92234 #include "confdefs.h"92235 /* Override any gcc2 internal prototype to avoid an error. */92236 /* We use char because int might match the return type of a gcc292237 builtin and then its argument prototype would still apply. */92238 char __res_nmkquery();92239 92240 int main() {92241 __res_nmkquery()92242 ; return 0; }92243 EOF92244 if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92245 rm -rf conftest*92246 eval "ac_cv_lib_$ac_lib_var=yes"92247 else92248 echo "configure: failed program was:" >&592249 cat conftest.$ac_ext >&592250 rm -rf conftest*92251 eval "ac_cv_lib_$ac_lib_var=no"92252 fi92253 rm -f conftest*92254 LIBS="$ac_save_LIBS"92255 92256 fi92257 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92258 echo "$ac_t""yes" 1>&692259 found=yes92260 else92261 echo "$ac_t""no" 1>&692262 found=no92263 fi92264 92265 92266 fi92267 92268 92269 if test "$found" = "yes"; then92270 ac_libs=$LIBS92271 LIBS="$LIBS -lbind"92272 if test "$cross_compiling" = yes; then92273 found=no92274 else92275 cat > conftest.$ac_ext <<EOF92276 #line 92277 "configure"92277 #include "confdefs.h"92278 main() { return (0); }92279 EOF92280 if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92281 then92282 found=yes92283 else92284 echo "configure: failed program was:" >&592285 cat conftest.$ac_ext >&592286 rm -fr conftest*92287 found=no92288 fi92289 rm -fr conftest*92290 fi92291 92292 LIBS=$ac_libs92293 fi92294 92295 if test "$found" = "yes"; then92296 92297 92298 case bind in92299 c|c_r|pthread*) ;;92300 *)92301 LIBS="-lbind $LIBS"92302 ;;92303 esac92304 92305 92306 cat >> confdefs.h <<\EOF92307 #define HAVE_RES_NMKQUERY 192308 EOF92309 92310 cat >> confdefs.h <<\EOF92311 #define HAVE_LIBBIND 192312 EOF92313 92314 ac_cv_func_res_nmkquery=yes92315 else92316 92317 92318 92182 unset ac_cv_lib_socket_res_nmkquery 92319 92183 unset ac_cv_lib_socket___res_nmkquery 92320 92184 unset found 92321 92185 echo $ac_n "checking for res_nmkquery in -lsocket""... $ac_c" 1>&6 92322 echo "configure:92 323: checking for res_nmkquery in -lsocket" >&592186 echo "configure:92187: checking for res_nmkquery in -lsocket" >&5 92323 92187 ac_lib_var=`echo socket'_'res_nmkquery | sed 'y%./+-%__p_%'` 92324 92188 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92325 92189 echo $ac_n "(cached) $ac_c" 1>&6 … … 92327 92191 ac_save_LIBS="$LIBS" 92328 92192 LIBS="-lsocket $LIBS" 92329 92193 cat > conftest.$ac_ext <<EOF 92330 #line 92 331"configure"92194 #line 92195 "configure" 92331 92195 #include "confdefs.h" 92332 92196 /* Override any gcc2 internal prototype to avoid an error. */ 92333 92197 /* We use char because int might match the return type of a gcc2 … … 92338 92202 res_nmkquery() 92339 92203 ; return 0; } 92340 92204 EOF 92341 if { (eval echo configure:92 342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92205 if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92342 92206 rm -rf conftest* 92343 92207 eval "ac_cv_lib_$ac_lib_var=yes" 92344 92208 else … … 92358 92222 echo "$ac_t""no" 1>&6 92359 92223 92360 92224 echo $ac_n "checking for __res_nmkquery in -lsocket""... $ac_c" 1>&6 92361 echo "configure:92 362: checking for __res_nmkquery in -lsocket" >&592225 echo "configure:92226: checking for __res_nmkquery in -lsocket" >&5 92362 92226 ac_lib_var=`echo socket'_'__res_nmkquery | sed 'y%./+-%__p_%'` 92363 92227 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92364 92228 echo $ac_n "(cached) $ac_c" 1>&6 … … 92366 92230 ac_save_LIBS="$LIBS" 92367 92231 LIBS="-lsocket $LIBS" 92368 92232 cat > conftest.$ac_ext <<EOF 92369 #line 92 370"configure"92233 #line 92234 "configure" 92370 92234 #include "confdefs.h" 92371 92235 /* Override any gcc2 internal prototype to avoid an error. */ 92372 92236 /* We use char because int might match the return type of a gcc2 … … 92377 92241 __res_nmkquery() 92378 92242 ; return 0; } 92379 92243 EOF 92380 if { (eval echo configure:92 381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92244 if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92381 92245 rm -rf conftest* 92382 92246 eval "ac_cv_lib_$ac_lib_var=yes" 92383 92247 else … … 92409 92273 found=no 92410 92274 else 92411 92275 cat > conftest.$ac_ext <<EOF 92412 #line 92 413"configure"92276 #line 92277 "configure" 92413 92277 #include "confdefs.h" 92414 92278 main() { return (0); } 92415 92279 EOF 92416 if { (eval echo configure:92 417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92280 if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 92417 92281 then 92418 92282 found=yes 92419 92283 else … … 92457 92321 92458 92322 fi 92459 92323 92460 92461 fi92462 92463 92324 ;; 92464 92325 92465 92326 esac … … 92470 92331 unset found 92471 92332 92472 92333 echo $ac_n "checking for res_nsend""... $ac_c" 1>&6 92473 echo "configure:92 474: checking for res_nsend" >&592334 echo "configure:92335: checking for res_nsend" >&5 92474 92335 if eval "test \"`echo '$''{'ac_cv_func_res_nsend'+set}'`\" = set"; then 92475 92336 echo $ac_n "(cached) $ac_c" 1>&6 92476 92337 else 92477 92338 cat > conftest.$ac_ext <<EOF 92478 #line 92 479"configure"92339 #line 92340 "configure" 92479 92340 #include "confdefs.h" 92480 92341 /* System header to define __stub macros and hopefully few prototypes, 92481 92342 which can conflict with char res_nsend(); below. */ … … 92498 92359 92499 92360 ; return 0; } 92500 92361 EOF 92501 if { (eval echo configure:92 502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92362 if { (eval echo configure:92363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92502 92363 rm -rf conftest* 92503 92364 eval "ac_cv_func_res_nsend=yes" 92504 92365 else … … 92516 92377 else 92517 92378 echo "$ac_t""no" 1>&6 92518 92379 echo $ac_n "checking for __res_nsend""... $ac_c" 1>&6 92519 echo "configure:92 520: checking for __res_nsend" >&592380 echo "configure:92381: checking for __res_nsend" >&5 92520 92381 if eval "test \"`echo '$''{'ac_cv_func___res_nsend'+set}'`\" = set"; then 92521 92382 echo $ac_n "(cached) $ac_c" 1>&6 92522 92383 else 92523 92384 cat > conftest.$ac_ext <<EOF 92524 #line 92 525"configure"92385 #line 92386 "configure" 92525 92386 #include "confdefs.h" 92526 92387 /* System header to define __stub macros and hopefully few prototypes, 92527 92388 which can conflict with char __res_nsend(); below. */ … … 92544 92405 92545 92406 ; return 0; } 92546 92407 EOF 92547 if { (eval echo configure:92 548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92408 if { (eval echo configure:92409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92548 92409 rm -rf conftest* 92549 92410 eval "ac_cv_func___res_nsend=yes" 92550 92411 else … … 92582 92443 unset ac_cv_lib_resolv___res_nsend 92583 92444 unset found 92584 92445 echo $ac_n "checking for res_nsend in -lresolv""... $ac_c" 1>&6 92585 echo "configure:92 586: checking for res_nsend in -lresolv" >&592446 echo "configure:92447: checking for res_nsend in -lresolv" >&5 92586 92447 ac_lib_var=`echo resolv'_'res_nsend | sed 'y%./+-%__p_%'` 92587 92448 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92588 92449 echo $ac_n "(cached) $ac_c" 1>&6 … … 92590 92451 ac_save_LIBS="$LIBS" 92591 92452 LIBS="-lresolv $LIBS" 92592 92453 cat > conftest.$ac_ext <<EOF 92593 #line 92 594"configure"92454 #line 92455 "configure" 92594 92455 #include "confdefs.h" 92595 92456 /* Override any gcc2 internal prototype to avoid an error. */ 92596 92457 /* We use char because int might match the return type of a gcc2 … … 92601 92462 res_nsend() 92602 92463 ; return 0; } 92603 92464 EOF 92604 if { (eval echo configure:92 605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92465 if { (eval echo configure:92466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92605 92466 rm -rf conftest* 92606 92467 eval "ac_cv_lib_$ac_lib_var=yes" 92607 92468 else … … 92621 92482 echo "$ac_t""no" 1>&6 92622 92483 92623 92484 echo $ac_n "checking for __res_nsend in -lresolv""... $ac_c" 1>&6 92624 echo "configure:92 625: checking for __res_nsend in -lresolv" >&592485 echo "configure:92486: checking for __res_nsend in -lresolv" >&5 92625 92486 ac_lib_var=`echo resolv'_'__res_nsend | sed 'y%./+-%__p_%'` 92626 92487 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92627 92488 echo $ac_n "(cached) $ac_c" 1>&6 … … 92629 92490 ac_save_LIBS="$LIBS" 92630 92491 LIBS="-lresolv $LIBS" 92631 92492 cat > conftest.$ac_ext <<EOF 92632 #line 92 633"configure"92493 #line 92494 "configure" 92633 92494 #include "confdefs.h" 92634 92495 /* Override any gcc2 internal prototype to avoid an error. */ 92635 92496 /* We use char because int might match the return type of a gcc2 … … 92640 92501 __res_nsend() 92641 92502 ; return 0; } 92642 92503 EOF 92643 if { (eval echo configure:92 644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92504 if { (eval echo configure:92505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92644 92505 rm -rf conftest* 92645 92506 eval "ac_cv_lib_$ac_lib_var=yes" 92646 92507 else … … 92672 92533 found=no 92673 92534 else 92674 92535 cat > conftest.$ac_ext <<EOF 92675 #line 92 676"configure"92536 #line 92537 "configure" 92676 92537 #include "confdefs.h" 92677 92538 main() { return (0); } 92678 92539 EOF 92679 if { (eval echo configure:92 680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92540 if { (eval echo configure:92541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 92680 92541 then 92681 92542 found=yes 92682 92543 else … … 92714 92575 else 92715 92576 92716 92577 92717 unset ac_cv_lib_bind_res_nsend92718 unset ac_cv_lib_bind___res_nsend92719 unset found92720 echo $ac_n "checking for res_nsend in -lbind""... $ac_c" 1>&692721 echo "configure:92722: checking for res_nsend in -lbind" >&592722 ac_lib_var=`echo bind'_'res_nsend | sed 'y%./+-%__p_%'`92723 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92724 echo $ac_n "(cached) $ac_c" 1>&692725 else92726 ac_save_LIBS="$LIBS"92727 LIBS="-lbind $LIBS"92728 cat > conftest.$ac_ext <<EOF92729 #line 92730 "configure"92730 #include "confdefs.h"92731 /* Override any gcc2 internal prototype to avoid an error. */92732 /* We use char because int might match the return type of a gcc292733 builtin and then its argument prototype would still apply. */92734 char res_nsend();92735 92736 int main() {92737 res_nsend()92738 ; return 0; }92739 EOF92740 if { (eval echo configure:92741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92741 rm -rf conftest*92742 eval "ac_cv_lib_$ac_lib_var=yes"92743 else92744 echo "configure: failed program was:" >&592745 cat conftest.$ac_ext >&592746 rm -rf conftest*92747 eval "ac_cv_lib_$ac_lib_var=no"92748 fi92749 rm -f conftest*92750 LIBS="$ac_save_LIBS"92751 92752 fi92753 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92754 echo "$ac_t""yes" 1>&692755 found=yes92756 else92757 echo "$ac_t""no" 1>&692758 92759 echo $ac_n "checking for __res_nsend in -lbind""... $ac_c" 1>&692760 echo "configure:92761: checking for __res_nsend in -lbind" >&592761 ac_lib_var=`echo bind'_'__res_nsend | sed 'y%./+-%__p_%'`92762 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92763 echo $ac_n "(cached) $ac_c" 1>&692764 else92765 ac_save_LIBS="$LIBS"92766 LIBS="-lbind $LIBS"92767 cat > conftest.$ac_ext <<EOF92768 #line 92769 "configure"92769 #include "confdefs.h"92770 /* Override any gcc2 internal prototype to avoid an error. */92771 /* We use char because int might match the return type of a gcc292772 builtin and then its argument prototype would still apply. */92773 char __res_nsend();92774 92775 int main() {92776 __res_nsend()92777 ; return 0; }92778 EOF92779 if { (eval echo configure:92780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92780 rm -rf conftest*92781 eval "ac_cv_lib_$ac_lib_var=yes"92782 else92783 echo "configure: failed program was:" >&592784 cat conftest.$ac_ext >&592785 rm -rf conftest*92786 eval "ac_cv_lib_$ac_lib_var=no"92787 fi92788 rm -f conftest*92789 LIBS="$ac_save_LIBS"92790 92791 fi92792 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92793 echo "$ac_t""yes" 1>&692794 found=yes92795 else92796 echo "$ac_t""no" 1>&692797 found=no92798 fi92799 92800 92801 fi92802 92803 92804 if test "$found" = "yes"; then92805 ac_libs=$LIBS92806 LIBS="$LIBS -lbind"92807 if test "$cross_compiling" = yes; then92808 found=no92809 else92810 cat > conftest.$ac_ext <<EOF92811 #line 92812 "configure"92812 #include "confdefs.h"92813 main() { return (0); }92814 EOF92815 if { (eval echo configure:92816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92816 then92817 found=yes92818 else92819 echo "configure: failed program was:" >&592820 cat conftest.$ac_ext >&592821 rm -fr conftest*92822 found=no92823 fi92824 rm -fr conftest*92825 fi92826 92827 LIBS=$ac_libs92828 fi92829 92830 if test "$found" = "yes"; then92831 92832 92833 case bind in92834 c|c_r|pthread*) ;;92835 *)92836 LIBS="-lbind $LIBS"92837 ;;92838 esac92839 92840 92841 cat >> confdefs.h <<\EOF92842 #define HAVE_RES_NSEND 192843 EOF92844 92845 cat >> confdefs.h <<\EOF92846 #define HAVE_LIBBIND 192847 EOF92848 92849 ac_cv_func_res_nsend=yes92850 else92851 92852 92853 92578 unset ac_cv_lib_socket_res_nsend 92854 92579 unset ac_cv_lib_socket___res_nsend 92855 92580 unset found 92856 92581 echo $ac_n "checking for res_nsend in -lsocket""... $ac_c" 1>&6 92857 echo "configure:92 858: checking for res_nsend in -lsocket" >&592582 echo "configure:92583: checking for res_nsend in -lsocket" >&5 92858 92583 ac_lib_var=`echo socket'_'res_nsend | sed 'y%./+-%__p_%'` 92859 92584 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92860 92585 echo $ac_n "(cached) $ac_c" 1>&6 … … 92862 92587 ac_save_LIBS="$LIBS" 92863 92588 LIBS="-lsocket $LIBS" 92864 92589 cat > conftest.$ac_ext <<EOF 92865 #line 92 866"configure"92590 #line 92591 "configure" 92866 92591 #include "confdefs.h" 92867 92592 /* Override any gcc2 internal prototype to avoid an error. */ 92868 92593 /* We use char because int might match the return type of a gcc2 … … 92873 92598 res_nsend() 92874 92599 ; return 0; } 92875 92600 EOF 92876 if { (eval echo configure:92 877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92601 if { (eval echo configure:92602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92877 92602 rm -rf conftest* 92878 92603 eval "ac_cv_lib_$ac_lib_var=yes" 92879 92604 else … … 92893 92618 echo "$ac_t""no" 1>&6 92894 92619 92895 92620 echo $ac_n "checking for __res_nsend in -lsocket""... $ac_c" 1>&6 92896 echo "configure:92 897: checking for __res_nsend in -lsocket" >&592621 echo "configure:92622: checking for __res_nsend in -lsocket" >&5 92897 92622 ac_lib_var=`echo socket'_'__res_nsend | sed 'y%./+-%__p_%'` 92898 92623 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92899 92624 echo $ac_n "(cached) $ac_c" 1>&6 … … 92901 92626 ac_save_LIBS="$LIBS" 92902 92627 LIBS="-lsocket $LIBS" 92903 92628 cat > conftest.$ac_ext <<EOF 92904 #line 92 905"configure"92629 #line 92630 "configure" 92905 92630 #include "confdefs.h" 92906 92631 /* Override any gcc2 internal prototype to avoid an error. */ 92907 92632 /* We use char because int might match the return type of a gcc2 … … 92912 92637 __res_nsend() 92913 92638 ; return 0; } 92914 92639 EOF 92915 if { (eval echo configure:92 916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92640 if { (eval echo configure:92641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92916 92641 rm -rf conftest* 92917 92642 eval "ac_cv_lib_$ac_lib_var=yes" 92918 92643 else … … 92944 92669 found=no 92945 92670 else 92946 92671 cat > conftest.$ac_ext <<EOF 92947 #line 92 948"configure"92672 #line 92673 "configure" 92948 92673 #include "confdefs.h" 92949 92674 main() { return (0); } 92950 92675 EOF 92951 if { (eval echo configure:92 952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92676 if { (eval echo configure:92677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 92952 92677 then 92953 92678 found=yes 92954 92679 else … … 92992 92717 92993 92718 fi 92994 92719 92995 92996 fi92997 92998 92720 ;; 92999 92721 93000 92722 esac … … 93005 92727 unset found 93006 92728 93007 92729 echo $ac_n "checking for dn_expand""... $ac_c" 1>&6 93008 echo "configure:9 3009: checking for dn_expand" >&592730 echo "configure:92731: checking for dn_expand" >&5 93009 92731 if eval "test \"`echo '$''{'ac_cv_func_dn_expand'+set}'`\" = set"; then 93010 92732 echo $ac_n "(cached) $ac_c" 1>&6 93011 92733 else 93012 92734 cat > conftest.$ac_ext <<EOF 93013 #line 9 3014"configure"92735 #line 92736 "configure" 93014 92736 #include "confdefs.h" 93015 92737 /* System header to define __stub macros and hopefully few prototypes, 93016 92738 which can conflict with char dn_expand(); below. */ … … 93033 92755 93034 92756 ; return 0; } 93035 92757 EOF 93036 if { (eval echo configure:9 3037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92758 if { (eval echo configure:92759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93037 92759 rm -rf conftest* 93038 92760 eval "ac_cv_func_dn_expand=yes" 93039 92761 else … … 93051 92773 else 93052 92774 echo "$ac_t""no" 1>&6 93053 92775 echo $ac_n "checking for __dn_expand""... $ac_c" 1>&6 93054 echo "configure:9 3055: checking for __dn_expand" >&592776 echo "configure:92777: checking for __dn_expand" >&5 93055 92777 if eval "test \"`echo '$''{'ac_cv_func___dn_expand'+set}'`\" = set"; then 93056 92778 echo $ac_n "(cached) $ac_c" 1>&6 93057 92779 else 93058 92780 cat > conftest.$ac_ext <<EOF 93059 #line 9 3060"configure"92781 #line 92782 "configure" 93060 92782 #include "confdefs.h" 93061 92783 /* System header to define __stub macros and hopefully few prototypes, 93062 92784 which can conflict with char __dn_expand(); below. */ … … 93079 92801 93080 92802 ; return 0; } 93081 92803 EOF 93082 if { (eval echo configure:9 3083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92804 if { (eval echo configure:92805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93083 92805 rm -rf conftest* 93084 92806 eval "ac_cv_func___dn_expand=yes" 93085 92807 else … … 93117 92839 unset ac_cv_lib_resolv___dn_expand 93118 92840 unset found 93119 92841 echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6 93120 echo "configure:9 3121: checking for dn_expand in -lresolv" >&592842 echo "configure:92843: checking for dn_expand in -lresolv" >&5 93121 92843 ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'` 93122 92844 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93123 92845 echo $ac_n "(cached) $ac_c" 1>&6 … … 93125 92847 ac_save_LIBS="$LIBS" 93126 92848 LIBS="-lresolv $LIBS" 93127 92849 cat > conftest.$ac_ext <<EOF 93128 #line 9 3129"configure"92850 #line 92851 "configure" 93129 92851 #include "confdefs.h" 93130 92852 /* Override any gcc2 internal prototype to avoid an error. */ 93131 92853 /* We use char because int might match the return type of a gcc2 … … 93136 92858 dn_expand() 93137 92859 ; return 0; } 93138 92860 EOF 93139 if { (eval echo configure:9 3140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92861 if { (eval echo configure:92862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93140 92862 rm -rf conftest* 93141 92863 eval "ac_cv_lib_$ac_lib_var=yes" 93142 92864 else … … 93156 92878 echo "$ac_t""no" 1>&6 93157 92879 93158 92880 echo $ac_n "checking for __dn_expand in -lresolv""... $ac_c" 1>&6 93159 echo "configure:9 3160: checking for __dn_expand in -lresolv" >&592881 echo "configure:92882: checking for __dn_expand in -lresolv" >&5 93160 92882 ac_lib_var=`echo resolv'_'__dn_expand | sed 'y%./+-%__p_%'` 93161 92883 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93162 92884 echo $ac_n "(cached) $ac_c" 1>&6 … … 93164 92886 ac_save_LIBS="$LIBS" 93165 92887 LIBS="-lresolv $LIBS" 93166 92888 cat > conftest.$ac_ext <<EOF 93167 #line 9 3168"configure"92889 #line 92890 "configure" 93168 92890 #include "confdefs.h" 93169 92891 /* Override any gcc2 internal prototype to avoid an error. */ 93170 92892 /* We use char because int might match the return type of a gcc2 … … 93175 92897 __dn_expand() 93176 92898 ; return 0; } 93177 92899 EOF 93178 if { (eval echo configure:9 3179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92900 if { (eval echo configure:92901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93179 92901 rm -rf conftest* 93180 92902 eval "ac_cv_lib_$ac_lib_var=yes" 93181 92903 else … … 93207 92929 found=no 93208 92930 else 93209 92931 cat > conftest.$ac_ext <<EOF 93210 #line 9 3211"configure"92932 #line 92933 "configure" 93211 92933 #include "confdefs.h" 93212 92934 main() { return (0); } 93213 92935 EOF 93214 if { (eval echo configure:9 3215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92936 if { (eval echo configure:92937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93215 92937 then 93216 92938 found=yes 93217 92939 else … … 93249 92971 else 93250 92972 93251 92973 93252 unset ac_cv_lib_bind_dn_expand93253 unset ac_cv_lib_bind___dn_expand93254 unset found93255 echo $ac_n "checking for dn_expand in -lbind""... $ac_c" 1>&693256 echo "configure:93257: checking for dn_expand in -lbind" >&593257 ac_lib_var=`echo bind'_'dn_expand | sed 'y%./+-%__p_%'`93258 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then93259 echo $ac_n "(cached) $ac_c" 1>&693260 else93261 ac_save_LIBS="$LIBS"93262 LIBS="-lbind $LIBS"93263 cat > conftest.$ac_ext <<EOF93264 #line 93265 "configure"93265 #include "confdefs.h"93266 /* Override any gcc2 internal prototype to avoid an error. */93267 /* We use char because int might match the return type of a gcc293268 builtin and then its argument prototype would still apply. */93269 char dn_expand();93270 93271 int main() {93272 dn_expand()93273 ; return 0; }93274 EOF93275 if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93276 rm -rf conftest*93277 eval "ac_cv_lib_$ac_lib_var=yes"93278 else93279 echo "configure: failed program was:" >&593280 cat conftest.$ac_ext >&593281 rm -rf conftest*93282 eval "ac_cv_lib_$ac_lib_var=no"93283 fi93284 rm -f conftest*93285 LIBS="$ac_save_LIBS"93286 93287 fi93288 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then93289 echo "$ac_t""yes" 1>&693290 found=yes93291 else93292 echo "$ac_t""no" 1>&693293 93294 echo $ac_n "checking for __dn_expand in -lbind""... $ac_c" 1>&693295 echo "configure:93296: checking for __dn_expand in -lbind" >&593296 ac_lib_var=`echo bind'_'__dn_expand | sed 'y%./+-%__p_%'`93297 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then93298 echo $ac_n "(cached) $ac_c" 1>&693299 else93300 ac_save_LIBS="$LIBS"93301 LIBS="-lbind $LIBS"93302 cat > conftest.$ac_ext <<EOF93303 #line 93304 "configure"93304 #include "confdefs.h"93305 /* Override any gcc2 internal prototype to avoid an error. */93306 /* We use char because int might match the return type of a gcc293307 builtin and then its argument prototype would still apply. */93308 char __dn_expand();93309 93310 int main() {93311 __dn_expand()93312 ; return 0; }93313 EOF93314 if { (eval echo configure:93315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93315 rm -rf conftest*93316 eval "ac_cv_lib_$ac_lib_var=yes"93317 else93318 echo "configure: failed program was:" >&593319 cat conftest.$ac_ext >&593320 rm -rf conftest*93321 eval "ac_cv_lib_$ac_lib_var=no"93322 fi93323 rm -f conftest*93324 LIBS="$ac_save_LIBS"93325 93326 fi93327 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then93328 echo "$ac_t""yes" 1>&693329 found=yes93330 else93331 echo "$ac_t""no" 1>&693332 found=no93333 fi93334 93335 93336 fi93337 93338 93339 if test "$found" = "yes"; then93340 ac_libs=$LIBS93341 LIBS="$LIBS -lbind"93342 if test "$cross_compiling" = yes; then93343 found=no93344 else93345 cat > conftest.$ac_ext <<EOF93346 #line 93347 "configure"93347 #include "confdefs.h"93348 main() { return (0); }93349 EOF93350 if { (eval echo configure:93351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93351 then93352 found=yes93353 else93354 echo "configure: failed program was:" >&593355 cat conftest.$ac_ext >&593356 rm -fr conftest*93357 found=no93358 fi93359 rm -fr conftest*93360 fi93361 93362 LIBS=$ac_libs93363 fi93364 93365 if test "$found" = "yes"; then93366 93367 93368 case bind in93369 c|c_r|pthread*) ;;93370 *)93371 LIBS="-lbind $LIBS"93372 ;;93373 esac93374 93375 93376 cat >> confdefs.h <<\EOF93377 #define HAVE_DN_EXPAND 193378 EOF93379 93380 cat >> confdefs.h <<\EOF93381 #define HAVE_LIBBIND 193382 EOF93383 93384 ac_cv_func_dn_expand=yes93385 else93386 93387 93388 92974 unset ac_cv_lib_socket_dn_expand 93389 92975 unset ac_cv_lib_socket___dn_expand 93390 92976 unset found 93391 92977 echo $ac_n "checking for dn_expand in -lsocket""... $ac_c" 1>&6 93392 echo "configure:9 3393: checking for dn_expand in -lsocket" >&592978 echo "configure:92979: checking for dn_expand in -lsocket" >&5 93393 92979 ac_lib_var=`echo socket'_'dn_expand | sed 'y%./+-%__p_%'` 93394 92980 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93395 92981 echo $ac_n "(cached) $ac_c" 1>&6 … … 93397 92983 ac_save_LIBS="$LIBS" 93398 92984 LIBS="-lsocket $LIBS" 93399 92985 cat > conftest.$ac_ext <<EOF 93400 #line 9 3401"configure"92986 #line 92987 "configure" 93401 92987 #include "confdefs.h" 93402 92988 /* Override any gcc2 internal prototype to avoid an error. */ 93403 92989 /* We use char because int might match the return type of a gcc2 … … 93408 92994 dn_expand() 93409 92995 ; return 0; } 93410 92996 EOF 93411 if { (eval echo configure:9 3412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92997 if { (eval echo configure:92998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93412 92998 rm -rf conftest* 93413 92999 eval "ac_cv_lib_$ac_lib_var=yes" 93414 93000 else … … 93428 93014 echo "$ac_t""no" 1>&6 93429 93015 93430 93016 echo $ac_n "checking for __dn_expand in -lsocket""... $ac_c" 1>&6 93431 echo "configure:93 432: checking for __dn_expand in -lsocket" >&593017 echo "configure:93018: checking for __dn_expand in -lsocket" >&5 93432 93018 ac_lib_var=`echo socket'_'__dn_expand | sed 'y%./+-%__p_%'` 93433 93019 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93434 93020 echo $ac_n "(cached) $ac_c" 1>&6 … … 93436 93022 ac_save_LIBS="$LIBS" 93437 93023 LIBS="-lsocket $LIBS" 93438 93024 cat > conftest.$ac_ext <<EOF 93439 #line 93 440"configure"93025 #line 93026 "configure" 93440 93026 #include "confdefs.h" 93441 93027 /* Override any gcc2 internal prototype to avoid an error. */ 93442 93028 /* We use char because int might match the return type of a gcc2 … … 93447 93033 __dn_expand() 93448 93034 ; return 0; } 93449 93035 EOF 93450 if { (eval echo configure:93 451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93036 if { (eval echo configure:93037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93451 93037 rm -rf conftest* 93452 93038 eval "ac_cv_lib_$ac_lib_var=yes" 93453 93039 else … … 93479 93065 found=no 93480 93066 else 93481 93067 cat > conftest.$ac_ext <<EOF 93482 #line 93 483"configure"93068 #line 93069 "configure" 93483 93069 #include "confdefs.h" 93484 93070 main() { return (0); } 93485 93071 EOF 93486 if { (eval echo configure:93 487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93072 if { (eval echo configure:93073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93487 93073 then 93488 93074 found=yes 93489 93075 else … … 93527 93113 93528 93114 fi 93529 93115 93530 93531 fi93532 93533 93116 ;; 93534 93117 93535 93118 esac 93536 93119 93537 93120 93538 93121 echo $ac_n "checking whether atof() accepts NAN""... $ac_c" 1>&6 93539 echo "configure:93 540: checking whether atof() accepts NAN" >&593122 echo "configure:93123: checking whether atof() accepts NAN" >&5 93540 93123 if eval "test \"`echo '$''{'ac_cv_atof_accept_nan'+set}'`\" = set"; then 93541 93124 echo $ac_n "(cached) $ac_c" 1>&6 93542 93125 else … … 93547 93130 93548 93131 else 93549 93132 cat > conftest.$ac_ext <<EOF 93550 #line 93 551"configure"93133 #line 93134 "configure" 93551 93134 #include "confdefs.h" 93552 93135 93553 93136 #include <math.h> … … 93567 93150 } 93568 93151 93569 93152 EOF 93570 if { (eval echo configure:93 571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93153 if { (eval echo configure:93154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93571 93154 then 93572 93155 93573 93156 ac_cv_atof_accept_nan=yes … … 93594 93177 fi 93595 93178 93596 93179 echo $ac_n "checking whether atof() accepts INF""... $ac_c" 1>&6 93597 echo "configure:93 598: checking whether atof() accepts INF" >&593180 echo "configure:93181: checking whether atof() accepts INF" >&5 93598 93181 if eval "test \"`echo '$''{'ac_cv_atof_accept_inf'+set}'`\" = set"; then 93599 93182 echo $ac_n "(cached) $ac_c" 1>&6 93600 93183 else … … 93605 93188 93606 93189 else 93607 93190 cat > conftest.$ac_ext <<EOF 93608 #line 93 609"configure"93191 #line 93192 "configure" 93609 93192 #include "confdefs.h" 93610 93193 93611 93194 #include <math.h> … … 93628 93211 } 93629 93212 93630 93213 EOF 93631 if { (eval echo configure:93 632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93214 if { (eval echo configure:93215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93632 93215 then 93633 93216 93634 93217 ac_cv_atof_accept_inf=yes … … 93655 93238 fi 93656 93239 93657 93240 echo $ac_n "checking whether HUGE_VAL == INF""... $ac_c" 1>&6 93658 echo "configure:93 659: checking whether HUGE_VAL == INF" >&593241 echo "configure:93242: checking whether HUGE_VAL == INF" >&5 93659 93242 if eval "test \"`echo '$''{'ac_cv_huge_val_inf'+set}'`\" = set"; then 93660 93243 echo $ac_n "(cached) $ac_c" 1>&6 93661 93244 else … … 93666 93249 93667 93250 else 93668 93251 cat > conftest.$ac_ext <<EOF 93669 #line 93 670"configure"93252 #line 93253 "configure" 93670 93253 #include "confdefs.h" 93671 93254 93672 93255 #include <math.h> … … 93689 93272 } 93690 93273 93691 93274 EOF 93692 if { (eval echo configure:93 693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93275 if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93693 93276 then 93694 93277 93695 93278 ac_cv_huge_val_inf=yes … … 93716 93299 fi 93717 93300 93718 93301 echo $ac_n "checking whether HUGE_VAL + -HUGEVAL == NAN""... $ac_c" 1>&6 93719 echo "configure:93 720: checking whether HUGE_VAL + -HUGEVAL == NAN" >&593302 echo "configure:93303: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5 93720 93303 if eval "test \"`echo '$''{'ac_cv_huge_val_nan'+set}'`\" = set"; then 93721 93304 echo $ac_n "(cached) $ac_c" 1>&6 93722 93305 else … … 93727 93310 93728 93311 else 93729 93312 cat > conftest.$ac_ext <<EOF 93730 #line 93 731"configure"93313 #line 93314 "configure" 93731 93314 #include "confdefs.h" 93732 93315 93733 93316 #include <math.h> … … 93752 93335 } 93753 93336 93754 93337 EOF 93755 if { (eval echo configure:93 756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93338 if { (eval echo configure:93339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93756 93339 then 93757 93340 93758 93341 ac_cv_huge_val_nan=yes … … 93779 93362 fi 93780 93363 93781 93364 echo $ac_n "checking whether strptime() declaration fails""... $ac_c" 1>&6 93782 echo "configure:93 783: checking whether strptime() declaration fails" >&593365 echo "configure:93366: checking whether strptime() declaration fails" >&5 93783 93366 if eval "test \"`echo '$''{'ac_cv_strptime_decl_fails'+set}'`\" = set"; then 93784 93367 echo $ac_n "(cached) $ac_c" 1>&6 93785 93368 else 93786 93369 93787 93370 cat > conftest.$ac_ext <<EOF 93788 #line 93 789"configure"93371 #line 93372 "configure" 93789 93372 #include "confdefs.h" 93790 93373 93791 93374 #include <time.h> … … 93801 93384 93802 93385 ; return 0; } 93803 93386 EOF 93804 if { (eval echo configure:93 805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then93387 if { (eval echo configure:93388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 93805 93388 rm -rf conftest* 93806 93389 93807 93390 ac_cv_strptime_decl_fails=no … … 93829 93412 do 93830 93413 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 93831 93414 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 93832 echo "configure:93 833: checking for $ac_hdr" >&593415 echo "configure:93416: checking for $ac_hdr" >&5 93833 93416 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 93834 93417 echo $ac_n "(cached) $ac_c" 1>&6 93835 93418 else 93836 93419 cat > conftest.$ac_ext <<EOF 93837 #line 93 838"configure"93420 #line 93421 "configure" 93838 93421 #include "confdefs.h" 93839 93422 #include <$ac_hdr> 93840 93423 EOF 93841 93424 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 93842 { (eval echo configure:93 843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }93425 { (eval echo configure:93426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 93843 93426 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 93844 93427 if test -z "$ac_err"; then 93845 93428 rm -rf conftest* … … 93868 93451 for ac_func in mblen 93869 93452 do 93870 93453 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 93871 echo "configure:93 872: checking for $ac_func" >&593454 echo "configure:93455: checking for $ac_func" >&5 93872 93455 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 93873 93456 echo $ac_n "(cached) $ac_c" 1>&6 93874 93457 else 93875 93458 cat > conftest.$ac_ext <<EOF 93876 #line 93 877"configure"93459 #line 93460 "configure" 93877 93460 #include "confdefs.h" 93878 93461 /* System header to define __stub macros and hopefully few prototypes, 93879 93462 which can conflict with char $ac_func(); below. */ … … 93896 93479 93897 93480 ; return 0; } 93898 93481 EOF 93899 if { (eval echo configure:93 900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93482 if { (eval echo configure:93483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93900 93483 rm -rf conftest* 93901 93484 eval "ac_cv_func_$ac_func=yes" 93902 93485 else … … 93923 93506 for ac_func in mbrlen mbsinit 93924 93507 do 93925 93508 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 93926 echo "configure:93 927: checking for $ac_func" >&593509 echo "configure:93510: checking for $ac_func" >&5 93927 93510 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 93928 93511 echo $ac_n "(cached) $ac_c" 1>&6 93929 93512 else 93930 93513 cat > conftest.$ac_ext <<EOF 93931 #line 93 932"configure"93514 #line 93515 "configure" 93932 93515 #include "confdefs.h" 93933 93516 /* System header to define __stub macros and hopefully few prototypes, 93934 93517 which can conflict with char $ac_func(); below. */ … … 93951 93534 93952 93535 ; return 0; } 93953 93536 EOF 93954 if { (eval echo configure:93 955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93537 if { (eval echo configure:93538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93955 93538 rm -rf conftest* 93956 93539 eval "ac_cv_func_$ac_func=yes" 93957 93540 else … … 93976 93559 done 93977 93560 93978 93561 echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6 93979 echo "configure:93 980: checking for mbstate_t" >&593562 echo "configure:93563: checking for mbstate_t" >&5 93980 93563 if eval "test \"`echo '$''{'ac_cv_type_mbstate_t'+set}'`\" = set"; then 93981 93564 echo $ac_n "(cached) $ac_c" 1>&6 93982 93565 else 93983 93566 93984 93567 cat > conftest.$ac_ext <<EOF 93985 #line 93 986"configure"93568 #line 93569 "configure" 93986 93569 #include "confdefs.h" 93987 93570 93988 93571 #ifdef HAVE_WCHAR_H … … 93995 93578 93996 93579 ; return 0; } 93997 93580 EOF 93998 if { (eval echo configure:93 999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then93581 if { (eval echo configure:93582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 93999 93582 rm -rf conftest* 94000 93583 94001 93584 ac_cv_type_mbstate_t=yes … … 94371 93954 php_with_sybase=no 94372 93955 94373 93956 echo $ac_n "checking for Sybase support""... $ac_c" 1>&6 94374 echo "configure:9 4375: checking for Sybase support" >&593957 echo "configure:93958: checking for Sybase support" >&5 94375 93958 # Check whether --with-sybase or --without-sybase was given. 94376 93959 if test "${with_sybase+set}" = set; then 94377 93960 withval="$with_sybase" … … 94832 94415 fi 94833 94416 94834 94417 echo $ac_n "checking for dnet_addr in -ldnet_stub""... $ac_c" 1>&6 94835 echo "configure:94 836: checking for dnet_addr in -ldnet_stub" >&594418 echo "configure:94419: checking for dnet_addr in -ldnet_stub" >&5 94836 94419 ac_lib_var=`echo dnet_stub'_'dnet_addr | sed 'y%./+-%__p_%'` 94837 94420 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 94838 94421 echo $ac_n "(cached) $ac_c" 1>&6 … … 94840 94423 ac_save_LIBS="$LIBS" 94841 94424 LIBS="-ldnet_stub $LIBS" 94842 94425 cat > conftest.$ac_ext <<EOF 94843 #line 94 844"configure"94426 #line 94427 "configure" 94844 94427 #include "confdefs.h" 94845 94428 /* Override any gcc2 internal prototype to avoid an error. */ 94846 94429 /* We use char because int might match the return type of a gcc2 … … 94851 94434 dnet_addr() 94852 94435 ; return 0; } 94853 94436 EOF 94854 if { (eval echo configure:94 855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then94437 if { (eval echo configure:94438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 94855 94438 rm -rf conftest* 94856 94439 eval "ac_cv_lib_$ac_lib_var=yes" 94857 94440 else … … 94977 94560 EOF 94978 94561 94979 94562 echo $ac_n "checking for tdsdbopen in -lsybdb""... $ac_c" 1>&6 94980 echo "configure:94 981: checking for tdsdbopen in -lsybdb" >&594563 echo "configure:94564: checking for tdsdbopen in -lsybdb" >&5 94981 94564 ac_lib_var=`echo sybdb'_'tdsdbopen | sed 'y%./+-%__p_%'` 94982 94565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 94983 94566 echo $ac_n "(cached) $ac_c" 1>&6 … … 94985 94568 ac_save_LIBS="$LIBS" 94986 94569 LIBS="-lsybdb $LIBS" 94987 94570 cat > conftest.$ac_ext <<EOF 94988 #line 94 989"configure"94571 #line 94572 "configure" 94989 94572 #include "confdefs.h" 94990 94573 /* Override any gcc2 internal prototype to avoid an error. */ 94991 94574 /* We use char because int might match the return type of a gcc2 … … 94996 94579 tdsdbopen() 94997 94580 ; return 0; } 94998 94581 EOF 94999 if { (eval echo configure:9 5000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then94582 if { (eval echo configure:94583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 95000 94583 rm -rf conftest* 95001 94584 eval "ac_cv_lib_$ac_lib_var=yes" 95002 94585 else … … 95038 94621 php_with_sybase_ct=no 95039 94622 95040 94623 echo $ac_n "checking for Sybase-CT support""... $ac_c" 1>&6 95041 echo "configure:9 5042: checking for Sybase-CT support" >&594624 echo "configure:94625: checking for Sybase-CT support" >&5 95042 94625 # Check whether --with-sybase-ct or --without-sybase-ct was given. 95043 94626 if test "${with_sybase_ct+set}" = set; then 95044 94627 withval="$with_sybase_ct" … … 95677 95260 done 95678 95261 95679 95262 echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 95680 echo "configure:95 681: checking for netg_errstr in -ltcl" >&595263 echo "configure:95264: checking for netg_errstr in -ltcl" >&5 95681 95264 ac_lib_var=`echo tcl'_'netg_errstr | sed 'y%./+-%__p_%'` 95682 95265 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 95683 95266 echo $ac_n "(cached) $ac_c" 1>&6 … … 95685 95268 ac_save_LIBS="$LIBS" 95686 95269 LIBS="-ltcl $LIBS" 95687 95270 cat > conftest.$ac_ext <<EOF 95688 #line 95 689"configure"95271 #line 95272 "configure" 95689 95272 #include "confdefs.h" 95690 95273 /* Override any gcc2 internal prototype to avoid an error. */ 95691 95274 /* We use char because int might match the return type of a gcc2 … … 95696 95279 netg_errstr() 95697 95280 ; return 0; } 95698 95281 EOF 95699 if { (eval echo configure:95 700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then95282 if { (eval echo configure:95283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 95700 95283 rm -rf conftest* 95701 95284 eval "ac_cv_lib_$ac_lib_var=yes" 95702 95285 else … … 95871 95454 done 95872 95455 95873 95456 echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6 95874 echo "configure:95 875: checking for insck__getVdate in -linsck" >&595457 echo "configure:95458: checking for insck__getVdate in -linsck" >&5 95875 95458 ac_lib_var=`echo insck'_'insck__getVdate | sed 'y%./+-%__p_%'` 95876 95459 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 95877 95460 echo $ac_n "(cached) $ac_c" 1>&6 … … 95879 95462 ac_save_LIBS="$LIBS" 95880 95463 LIBS="-linsck $LIBS" 95881 95464 cat > conftest.$ac_ext <<EOF 95882 #line 95 883"configure"95465 #line 95466 "configure" 95883 95466 #include "confdefs.h" 95884 95467 /* Override any gcc2 internal prototype to avoid an error. */ 95885 95468 /* We use char because int might match the return type of a gcc2 … … 95890 95473 insck__getVdate() 95891 95474 ; return 0; } 95892 95475 EOF 95893 if { (eval echo configure:95 894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then95476 if { (eval echo configure:95477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 95894 95477 rm -rf conftest* 95895 95478 eval "ac_cv_lib_$ac_lib_var=yes" 95896 95479 else … … 96038 95621 done 96039 95622 96040 95623 echo $ac_n "checking for bsd_tcp in -linsck""... $ac_c" 1>&6 96041 echo "configure:9 6042: checking for bsd_tcp in -linsck" >&595624 echo "configure:95625: checking for bsd_tcp in -linsck" >&5 96042 95625 ac_lib_var=`echo insck'_'bsd_tcp | sed 'y%./+-%__p_%'` 96043 95626 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 96044 95627 echo $ac_n "(cached) $ac_c" 1>&6 … … 96046 95629 ac_save_LIBS="$LIBS" 96047 95630 LIBS="-linsck $LIBS" 96048 95631 cat > conftest.$ac_ext <<EOF 96049 #line 9 6050"configure"95632 #line 95633 "configure" 96050 95633 #include "confdefs.h" 96051 95634 /* Override any gcc2 internal prototype to avoid an error. */ 96052 95635 /* We use char because int might match the return type of a gcc2 … … 96057 95640 bsd_tcp() 96058 95641 ; return 0; } 96059 95642 EOF 96060 if { (eval echo configure:9 6061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then95643 if { (eval echo configure:95644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 96061 95644 rm -rf conftest* 96062 95645 eval "ac_cv_lib_$ac_lib_var=yes" 96063 95646 else … … 96117 95700 php_enable_sysvmsg=no 96118 95701 96119 95702 echo $ac_n "checking whether to enable System V IPC support""... $ac_c" 1>&6 96120 echo "configure:9 6121: checking whether to enable System V IPC support" >&595703 echo "configure:95704: checking whether to enable System V IPC support" >&5 96121 95704 # Check whether --enable-sysvmsg or --disable-sysvmsg was given. 96122 95705 if test "${enable_sysvmsg+set}" = set; then 96123 95706 enableval="$enable_sysvmsg" … … 96163 95746 if test "$PHP_SYSVMSG" != "no"; then 96164 95747 ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'` 96165 95748 echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6 96166 echo "configure:9 6167: checking for sys/msg.h" >&595749 echo "configure:95750: checking for sys/msg.h" >&5 96167 95750 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 96168 95751 echo $ac_n "(cached) $ac_c" 1>&6 96169 95752 else 96170 95753 cat > conftest.$ac_ext <<EOF 96171 #line 9 6172"configure"95754 #line 95755 "configure" 96172 95755 #include "confdefs.h" 96173 95756 #include <sys/msg.h> 96174 95757 EOF 96175 95758 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 96176 { (eval echo configure:9 6177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }95759 { (eval echo configure:95760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 96177 95760 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 96178 95761 if test -z "$ac_err"; then 96179 95762 rm -rf conftest* … … 96489 96072 php_enable_sysvsem=no 96490 96073 96491 96074 echo $ac_n "checking whether to enable System V semaphore support""... $ac_c" 1>&6 96492 echo "configure:96 493: checking whether to enable System V semaphore support" >&596075 echo "configure:96076: checking whether to enable System V semaphore support" >&5 96493 96076 # Check whether --enable-sysvsem or --disable-sysvsem was given. 96494 96077 if test "${enable_sysvsem+set}" = set; then 96495 96078 enableval="$enable_sysvsem" … … 96819 96402 EOF 96820 96403 96821 96404 echo $ac_n "checking for union semun""... $ac_c" 1>&6 96822 echo "configure:96 823: checking for union semun" >&596405 echo "configure:96406: checking for union semun" >&5 96823 96406 if eval "test \"`echo '$''{'php_cv_semun'+set}'`\" = set"; then 96824 96407 echo $ac_n "(cached) $ac_c" 1>&6 96825 96408 else 96826 96409 cat > conftest.$ac_ext <<EOF 96827 #line 96 828"configure"96410 #line 96411 "configure" 96828 96411 #include "confdefs.h" 96829 96412 96830 96413 #include <sys/types.h> … … 96835 96418 union semun x; 96836 96419 ; return 0; } 96837 96420 EOF 96838 if { (eval echo configure:96 839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then96421 if { (eval echo configure:96422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 96839 96422 rm -rf conftest* 96840 96423 96841 96424 php_cv_semun=yes … … 96871 96454 php_enable_sysvshm=no 96872 96455 96873 96456 echo $ac_n "checking whether to enable System V shared memory support""... $ac_c" 1>&6 96874 echo "configure:96 875: checking whether to enable System V shared memory support" >&596457 echo "configure:96458: checking whether to enable System V shared memory support" >&5 96875 96458 # Check whether --enable-sysvshm or --disable-sysvshm was given. 96876 96459 if test "${enable_sysvshm+set}" = set; then 96877 96460 enableval="$enable_sysvshm" … … 97207 96790 php_with_tidy=no 97208 96791 97209 96792 echo $ac_n "checking for TIDY support""... $ac_c" 1>&6 97210 echo "configure:9 7211: checking for TIDY support" >&596793 echo "configure:96794: checking for TIDY support" >&5 97211 96794 # Check whether --with-tidy or --without-tidy was given. 97212 96795 if test "${with_tidy+set}" = set; then 97213 96796 withval="$with_tidy" … … 97499 97082 done 97500 97083 97501 97084 echo $ac_n "checking for tidyOptGetDoc in -ltidy""... $ac_c" 1>&6 97502 echo "configure:97 503: checking for tidyOptGetDoc in -ltidy" >&597085 echo "configure:97086: checking for tidyOptGetDoc in -ltidy" >&5 97503 97086 ac_lib_var=`echo tidy'_'tidyOptGetDoc | sed 'y%./+-%__p_%'` 97504 97087 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 97505 97088 echo $ac_n "(cached) $ac_c" 1>&6 … … 97507 97090 ac_save_LIBS="$LIBS" 97508 97091 LIBS="-ltidy $LIBS" 97509 97092 cat > conftest.$ac_ext <<EOF 97510 #line 97 511"configure"97093 #line 97094 "configure" 97511 97094 #include "confdefs.h" 97512 97095 /* Override any gcc2 internal prototype to avoid an error. */ 97513 97096 /* We use char because int might match the return type of a gcc2 … … 97518 97101 tidyOptGetDoc() 97519 97102 ; return 0; } 97520 97103 EOF 97521 if { (eval echo configure:97 522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then97104 if { (eval echo configure:97105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 97522 97105 rm -rf conftest* 97523 97106 eval "ac_cv_lib_$ac_lib_var=yes" 97524 97107 else … … 97851 97434 php_enable_tokenizer=yes 97852 97435 97853 97436 echo $ac_n "checking whether to enable tokenizer support""... $ac_c" 1>&6 97854 echo "configure:97 855: checking whether to enable tokenizer support" >&597437 echo "configure:97438: checking whether to enable tokenizer support" >&5 97855 97438 # Check whether --enable-tokenizer or --disable-tokenizer was given. 97856 97439 if test "${enable_tokenizer+set}" = set; then 97857 97440 enableval="$enable_tokenizer" … … 98189 97772 php_enable_wddx=no 98190 97773 98191 97774 echo $ac_n "checking whether to enable WDDX support""... $ac_c" 1>&6 98192 echo "configure:9 8193: checking whether to enable WDDX support" >&597775 echo "configure:97776: checking whether to enable WDDX support" >&5 98193 97776 # Check whether --enable-wddx or --disable-wddx was given. 98194 97777 if test "${enable_wddx+set}" = set; then 98195 97778 enableval="$enable_wddx" … … 98237 97820 php_with_libxml_dir=no 98238 97821 98239 97822 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 98240 echo "configure:9 8241: checking libxml2 install dir" >&597823 echo "configure:97824: checking libxml2 install dir" >&5 98241 97824 # Check whether --with-libxml-dir or --without-libxml-dir was given. 98242 97825 if test "${with_libxml_dir+set}" = set; then 98243 97826 withval="$with_libxml_dir" … … 98264 97847 php_with_libexpat_dir=no 98265 97848 98266 97849 echo $ac_n "checking libexpat dir for WDDX""... $ac_c" 1>&6 98267 echo "configure:9 8268: checking libexpat dir for WDDX" >&597850 echo "configure:97851: checking libexpat dir for WDDX" >&5 98268 97851 # Check whether --with-libexpat-dir or --without-libexpat-dir was given. 98269 97852 if test "${with_libexpat_dir+set}" = set; then 98270 97853 withval="$with_libexpat_dir" … … 98295 97878 98296 97879 98297 97880 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 98298 echo "configure:9 8299: checking for xml2-config path" >&597881 echo "configure:97882: checking for xml2-config path" >&5 98299 97882 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 98300 97883 echo $ac_n "(cached) $ac_c" 1>&6 98301 97884 else … … 98453 98036 98454 98037 98455 98038 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 98456 echo "configure:98 457: checking whether libxml build works" >&598039 echo "configure:98040: checking whether libxml build works" >&5 98457 98040 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 98458 98041 echo $ac_n "(cached) $ac_c" 1>&6 98459 98042 else … … 98469 98052 98470 98053 else 98471 98054 cat > conftest.$ac_ext <<EOF 98472 #line 98 473"configure"98055 #line 98056 "configure" 98473 98056 #include "confdefs.h" 98474 98057 98475 98058 … … 98480 98063 } 98481 98064 98482 98065 EOF 98483 if { (eval echo configure:98 484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null98066 if { (eval echo configure:98067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 98484 98067 then 98485 98068 98486 98069 LIBS=$old_LIBS … … 99036 98619 php_enable_xml=yes 99037 98620 99038 98621 echo $ac_n "checking whether to enable XML support""... $ac_c" 1>&6 99039 echo "configure:9 9040: checking whether to enable XML support" >&598622 echo "configure:98623: checking whether to enable XML support" >&5 99040 98623 # Check whether --enable-xml or --disable-xml was given. 99041 98624 if test "${enable_xml+set}" = set; then 99042 98625 enableval="$enable_xml" … … 99084 98667 php_with_libxml_dir=no 99085 98668 99086 98669 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 99087 echo "configure:9 9088: checking libxml2 install dir" >&598670 echo "configure:98671: checking libxml2 install dir" >&5 99088 98671 # Check whether --with-libxml-dir or --without-libxml-dir was given. 99089 98672 if test "${with_libxml_dir+set}" = set; then 99090 98673 withval="$with_libxml_dir" … … 99111 98694 php_with_libexpat_dir=no 99112 98695 99113 98696 echo $ac_n "checking libexpat install dir""... $ac_c" 1>&6 99114 echo "configure:9 9115: checking libexpat install dir" >&598697 echo "configure:98698: checking libexpat install dir" >&5 99115 98698 # Check whether --with-libexpat-dir or --without-libexpat-dir was given. 99116 98699 if test "${with_libexpat_dir+set}" = set; then 99117 98700 withval="$with_libexpat_dir" … … 99143 98726 99144 98727 99145 98728 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 99146 echo "configure:9 9147: checking for xml2-config path" >&598729 echo "configure:98730: checking for xml2-config path" >&5 99147 98730 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 99148 98731 echo $ac_n "(cached) $ac_c" 1>&6 99149 98732 else … … 99301 98884 99302 98885 99303 98886 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 99304 echo "configure:9 9305: checking whether libxml build works" >&598887 echo "configure:98888: checking whether libxml build works" >&5 99305 98888 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 99306 98889 echo $ac_n "(cached) $ac_c" 1>&6 99307 98890 else … … 99317 98900 99318 98901 else 99319 98902 cat > conftest.$ac_ext <<EOF 99320 #line 9 9321"configure"98903 #line 98904 "configure" 99321 98904 #include "confdefs.h" 99322 98905 99323 98906 … … 99328 98911 } 99329 98912 99330 98913 EOF 99331 if { (eval echo configure:9 9332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null98914 if { (eval echo configure:98915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 99332 98915 then 99333 98916 99334 98917 LIBS=$old_LIBS … … 99853 99436 php_enable_xmlreader=yes 99854 99437 99855 99438 echo $ac_n "checking whether to enable XMLReader support""... $ac_c" 1>&6 99856 echo "configure:99 857: checking whether to enable XMLReader support" >&599439 echo "configure:99440: checking whether to enable XMLReader support" >&5 99857 99440 # Check whether --enable-xmlreader or --disable-xmlreader was given. 99858 99441 if test "${enable_xmlreader+set}" = set; then 99859 99442 enableval="$enable_xmlreader" … … 99901 99484 php_with_libxml_dir=no 99902 99485 99903 99486 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 99904 echo "configure:99 905: checking libxml2 install dir" >&599487 echo "configure:99488: checking libxml2 install dir" >&5 99905 99488 # Check whether --with-libxml-dir or --without-libxml-dir was given. 99906 99489 if test "${with_libxml_dir+set}" = set; then 99907 99490 withval="$with_libxml_dir" … … 99932 99515 99933 99516 99934 99517 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 99935 echo "configure:99 936: checking for xml2-config path" >&599518 echo "configure:99519: checking for xml2-config path" >&5 99936 99519 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 99937 99520 echo $ac_n "(cached) $ac_c" 1>&6 99938 99521 else … … 100090 99673 100091 99674 100092 99675 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 100093 echo "configure: 100094: checking whether libxml build works" >&599676 echo "configure:99677: checking whether libxml build works" >&5 100094 99677 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 100095 99678 echo $ac_n "(cached) $ac_c" 1>&6 100096 99679 else … … 100106 99689 100107 99690 else 100108 99691 cat > conftest.$ac_ext <<EOF 100109 #line 100110"configure"99692 #line 99693 "configure" 100110 99693 #include "confdefs.h" 100111 99694 100112 99695 … … 100117 99700 } 100118 99701 100119 99702 EOF 100120 if { (eval echo configure: 100121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null99703 if { (eval echo configure:99704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 100121 99704 then 100122 99705 100123 99706 LIBS=$old_LIBS … … 100488 100071 php_with_xmlrpc=no 100489 100072 100490 100073 echo $ac_n "checking for XMLRPC-EPI support""... $ac_c" 1>&6 100491 echo "configure:100 492: checking for XMLRPC-EPI support" >&5100074 echo "configure:100075: checking for XMLRPC-EPI support" >&5 100492 100075 # Check whether --with-xmlrpc or --without-xmlrpc was given. 100493 100076 if test "${with_xmlrpc+set}" = set; then 100494 100077 withval="$with_xmlrpc" … … 100536 100119 php_with_libxml_dir=no 100537 100120 100538 100121 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 100539 echo "configure:100 540: checking libxml2 install dir" >&5100122 echo "configure:100123: checking libxml2 install dir" >&5 100540 100123 # Check whether --with-libxml-dir or --without-libxml-dir was given. 100541 100124 if test "${with_libxml_dir+set}" = set; then 100542 100125 withval="$with_libxml_dir" … … 100563 100146 php_with_libexpat_dir=no 100564 100147 100565 100148 echo $ac_n "checking libexpat dir for XMLRPC-EPI""... $ac_c" 1>&6 100566 echo "configure:100 567: checking libexpat dir for XMLRPC-EPI" >&5100149 echo "configure:100150: checking libexpat dir for XMLRPC-EPI" >&5 100567 100150 # Check whether --with-libexpat-dir or --without-libexpat-dir was given. 100568 100151 if test "${with_libexpat_dir+set}" = set; then 100569 100152 withval="$with_libexpat_dir" … … 100589 100172 php_with_iconv_dir=no 100590 100173 100591 100174 echo $ac_n "checking iconv dir for XMLRPC-EPI""... $ac_c" 1>&6 100592 echo "configure:100 593: checking iconv dir for XMLRPC-EPI" >&5100175 echo "configure:100176: checking iconv dir for XMLRPC-EPI" >&5 100593 100176 # Check whether --with-iconv-dir or --without-iconv-dir was given. 100594 100177 if test "${with_iconv_dir+set}" = set; then 100595 100178 withval="$with_iconv_dir" … … 100648 100231 100649 100232 100650 100233 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 100651 echo "configure:100 652: checking for xml2-config path" >&5100234 echo "configure:100235: checking for xml2-config path" >&5 100652 100235 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 100653 100236 echo $ac_n "(cached) $ac_c" 1>&6 100654 100237 else … … 100806 100389 100807 100390 100808 100391 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 100809 echo "configure:100 810: checking whether libxml build works" >&5100392 echo "configure:100393: checking whether libxml build works" >&5 100810 100393 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 100811 100394 echo $ac_n "(cached) $ac_c" 1>&6 100812 100395 else … … 100822 100405 100823 100406 else 100824 100407 cat > conftest.$ac_ext <<EOF 100825 #line 100 826"configure"100408 #line 100409 "configure" 100826 100409 #include "confdefs.h" 100827 100410 100828 100411 … … 100833 100416 } 100834 100417 100835 100418 EOF 100836 if { (eval echo configure:100 837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null100419 if { (eval echo configure:100420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 100837 100420 then 100838 100421 100839 100422 LIBS=$old_LIBS … … 101098 100681 101099 100682 if test "$PHP_ICONV" = "yes"; then 101100 100683 echo $ac_n "checking for iconv""... $ac_c" 1>&6 101101 echo "configure:10 1102: checking for iconv" >&5100684 echo "configure:100685: checking for iconv" >&5 101102 100685 if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then 101103 100686 echo $ac_n "(cached) $ac_c" 1>&6 101104 100687 else 101105 100688 cat > conftest.$ac_ext <<EOF 101106 #line 10 1107"configure"100689 #line 100690 "configure" 101107 100690 #include "confdefs.h" 101108 100691 /* System header to define __stub macros and hopefully few prototypes, 101109 100692 which can conflict with char iconv(); below. */ … … 101126 100709 101127 100710 ; return 0; } 101128 100711 EOF 101129 if { (eval echo configure:10 1130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then100712 if { (eval echo configure:100713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101130 100713 rm -rf conftest* 101131 100714 eval "ac_cv_func_iconv=yes" 101132 100715 else … … 101147 100730 echo "$ac_t""no" 1>&6 101148 100731 101149 100732 echo $ac_n "checking for libiconv""... $ac_c" 1>&6 101150 echo "configure:10 1151: checking for libiconv" >&5100733 echo "configure:100734: checking for libiconv" >&5 101151 100734 if eval "test \"`echo '$''{'ac_cv_func_libiconv'+set}'`\" = set"; then 101152 100735 echo $ac_n "(cached) $ac_c" 1>&6 101153 100736 else 101154 100737 cat > conftest.$ac_ext <<EOF 101155 #line 10 1156"configure"100738 #line 100739 "configure" 101156 100739 #include "confdefs.h" 101157 100740 /* System header to define __stub macros and hopefully few prototypes, 101158 100741 which can conflict with char libiconv(); below. */ … … 101175 100758 101176 100759 ; return 0; } 101177 100760 EOF 101178 if { (eval echo configure:10 1179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then100761 if { (eval echo configure:100762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101179 100762 rm -rf conftest* 101180 100763 eval "ac_cv_func_libiconv=yes" 101181 100764 else … … 101331 100914 done 101332 100915 101333 100916 echo $ac_n "checking for libiconv in -l$iconv_lib_name""... $ac_c" 1>&6 101334 echo "configure:10 1335: checking for libiconv in -l$iconv_lib_name" >&5100917 echo "configure:100918: checking for libiconv in -l$iconv_lib_name" >&5 101335 100918 ac_lib_var=`echo $iconv_lib_name'_'libiconv | sed 'y%./+-%__p_%'` 101336 100919 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 101337 100920 echo $ac_n "(cached) $ac_c" 1>&6 … … 101339 100922 ac_save_LIBS="$LIBS" 101340 100923 LIBS="-l$iconv_lib_name $LIBS" 101341 100924 cat > conftest.$ac_ext <<EOF 101342 #line 10 1343"configure"100925 #line 100926 "configure" 101343 100926 #include "confdefs.h" 101344 100927 /* Override any gcc2 internal prototype to avoid an error. */ 101345 100928 /* We use char because int might match the return type of a gcc2 … … 101350 100933 libiconv() 101351 100934 ; return 0; } 101352 100935 EOF 101353 if { (eval echo configure:10 1354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then100936 if { (eval echo configure:100937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101354 100937 rm -rf conftest* 101355 100938 eval "ac_cv_lib_$ac_lib_var=yes" 101356 100939 else … … 101484 101067 done 101485 101068 101486 101069 echo $ac_n "checking for iconv in -l$iconv_lib_name""... $ac_c" 1>&6 101487 echo "configure:101 488: checking for iconv in -l$iconv_lib_name" >&5101070 echo "configure:101071: checking for iconv in -l$iconv_lib_name" >&5 101488 101071 ac_lib_var=`echo $iconv_lib_name'_'iconv | sed 'y%./+-%__p_%'` 101489 101072 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 101490 101073 echo $ac_n "(cached) $ac_c" 1>&6 … … 101492 101075 ac_save_LIBS="$LIBS" 101493 101076 LIBS="-l$iconv_lib_name $LIBS" 101494 101077 cat > conftest.$ac_ext <<EOF 101495 #line 101 496"configure"101078 #line 101079 "configure" 101496 101079 #include "confdefs.h" 101497 101080 /* Override any gcc2 internal prototype to avoid an error. */ 101498 101081 /* We use char because int might match the return type of a gcc2 … … 101503 101086 iconv() 101504 101087 ; return 0; } 101505 101088 EOF 101506 if { (eval echo configure:101 507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then101089 if { (eval echo configure:101090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101507 101090 rm -rf conftest* 101508 101091 eval "ac_cv_lib_$ac_lib_var=yes" 101509 101092 else … … 101692 101275 # Extract the first word of "ranlib", so it can be a program name with args. 101693 101276 set dummy ranlib; ac_word=$2 101694 101277 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 101695 echo "configure:101 696: checking for $ac_word" >&5101278 echo "configure:101279: checking for $ac_word" >&5 101696 101279 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 101697 101280 echo $ac_n "(cached) $ac_c" 1>&6 101698 101281 else … … 101720 101303 fi 101721 101304 101722 101305 echo $ac_n "checking for inline""... $ac_c" 1>&6 101723 echo "configure:101 724: checking for inline" >&5101306 echo "configure:101307: checking for inline" >&5 101724 101307 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 101725 101308 echo $ac_n "(cached) $ac_c" 1>&6 101726 101309 else 101727 101310 ac_cv_c_inline=no 101728 101311 for ac_kw in inline __inline__ __inline; do 101729 101312 cat > conftest.$ac_ext <<EOF 101730 #line 101 731"configure"101313 #line 101314 "configure" 101731 101314 #include "confdefs.h" 101732 101315 101733 101316 int main() { 101734 101317 } $ac_kw foo() { 101735 101318 ; return 0; } 101736 101319 EOF 101737 if { (eval echo configure:101 738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then101320 if { (eval echo configure:101321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 101738 101321 rm -rf conftest* 101739 101322 ac_cv_c_inline=$ac_kw; break 101740 101323 else … … 101772 101355 101773 101356 101774 101357 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 101775 echo "configure:101 776: checking for ANSI C header files" >&5101358 echo "configure:101359: checking for ANSI C header files" >&5 101776 101359 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 101777 101360 echo $ac_n "(cached) $ac_c" 1>&6 101778 101361 else 101779 101362 cat > conftest.$ac_ext <<EOF 101780 #line 101 781"configure"101363 #line 101364 "configure" 101781 101364 #include "confdefs.h" 101782 101365 #include <stdlib.h> 101783 101366 #include <stdarg.h> … … 101785 101368 #include <float.h> 101786 101369 EOF 101787 101370 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 101788 { (eval echo configure:101 789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }101371 { (eval echo configure:101372: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 101789 101372 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 101790 101373 if test -z "$ac_err"; then 101791 101374 rm -rf conftest* … … 101802 101385 if test $ac_cv_header_stdc = yes; then 101803 101386 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 101804 101387 cat > conftest.$ac_ext <<EOF 101805 #line 101 806"configure"101388 #line 101389 "configure" 101806 101389 #include "confdefs.h" 101807 101390 #include <string.h> 101808 101391 EOF … … 101820 101403 if test $ac_cv_header_stdc = yes; then 101821 101404 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 101822 101405 cat > conftest.$ac_ext <<EOF 101823 #line 101 824"configure"101406 #line 101407 "configure" 101824 101407 #include "confdefs.h" 101825 101408 #include <stdlib.h> 101826 101409 EOF … … 101841 101424 : 101842 101425 else 101843 101426 cat > conftest.$ac_ext <<EOF 101844 #line 101 845"configure"101427 #line 101428 "configure" 101845 101428 #include "confdefs.h" 101846 101429 #include <ctype.h> 101847 101430 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 101852 101435 exit (0); } 101853 101436 101854 101437 EOF 101855 if { (eval echo configure:101 856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101438 if { (eval echo configure:101439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 101856 101439 then 101857 101440 : 101858 101441 else … … 101879 101462 do 101880 101463 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 101881 101464 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 101882 echo "configure:101 883: checking for $ac_hdr" >&5101465 echo "configure:101466: checking for $ac_hdr" >&5 101883 101466 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 101884 101467 echo $ac_n "(cached) $ac_c" 1>&6 101885 101468 else 101886 101469 cat > conftest.$ac_ext <<EOF 101887 #line 101 888"configure"101470 #line 101471 "configure" 101888 101471 #include "confdefs.h" 101889 101472 #include <$ac_hdr> 101890 101473 EOF 101891 101474 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 101892 { (eval echo configure:101 893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }101475 { (eval echo configure:101476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 101893 101476 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 101894 101477 if test -z "$ac_err"; then 101895 101478 rm -rf conftest* … … 101921 101504 101922 101505 101923 101506 echo $ac_n "checking size of char""... $ac_c" 1>&6 101924 echo "configure:101 925: checking size of char" >&5101507 echo "configure:101508: checking size of char" >&5 101925 101508 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 101926 101509 echo $ac_n "(cached) $ac_c" 1>&6 101927 101510 else … … 101929 101512 ac_cv_sizeof_char=1 101930 101513 else 101931 101514 cat > conftest.$ac_ext <<EOF 101932 #line 101 933"configure"101515 #line 101516 "configure" 101933 101516 #include "confdefs.h" 101934 101517 #include <stdio.h> 101935 intmain()101518 main() 101936 101519 { 101937 101520 FILE *f=fopen("conftestval", "w"); 101938 if (!f) return(1);101521 if (!f) exit(1); 101939 101522 fprintf(f, "%d\n", sizeof(char)); 101940 return(0);101523 exit(0); 101941 101524 } 101942 101525 EOF 101943 if { (eval echo configure:101 944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101526 if { (eval echo configure:101527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 101944 101527 then 101945 101528 ac_cv_sizeof_char=`cat conftestval` 101946 101529 else … … 101961 101544 101962 101545 101963 101546 echo $ac_n "checking size of int""... $ac_c" 1>&6 101964 echo "configure:101 965: checking size of int" >&5101547 echo "configure:101548: checking size of int" >&5 101965 101548 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 101966 101549 echo $ac_n "(cached) $ac_c" 1>&6 101967 101550 else … … 101969 101552 ac_cv_sizeof_int=4 101970 101553 else 101971 101554 cat > conftest.$ac_ext <<EOF 101972 #line 101 973"configure"101555 #line 101556 "configure" 101973 101556 #include "confdefs.h" 101974 101557 #include <stdio.h> 101975 intmain()101558 main() 101976 101559 { 101977 101560 FILE *f=fopen("conftestval", "w"); 101978 if (!f) return(1);101561 if (!f) exit(1); 101979 101562 fprintf(f, "%d\n", sizeof(int)); 101980 return(0);101563 exit(0); 101981 101564 } 101982 101565 EOF 101983 if { (eval echo configure:101 984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101566 if { (eval echo configure:101567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 101984 101567 then 101985 101568 ac_cv_sizeof_int=`cat conftestval` 101986 101569 else … … 102000 101583 102001 101584 102002 101585 echo $ac_n "checking size of long""... $ac_c" 1>&6 102003 echo "configure:10 2004: checking size of long" >&5101586 echo "configure:101587: checking size of long" >&5 102004 101587 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 102005 101588 echo $ac_n "(cached) $ac_c" 1>&6 102006 101589 else … … 102008 101591 ac_cv_sizeof_long=4 102009 101592 else 102010 101593 cat > conftest.$ac_ext <<EOF 102011 #line 10 2012"configure"101594 #line 101595 "configure" 102012 101595 #include "confdefs.h" 102013 101596 #include <stdio.h> 102014 intmain()101597 main() 102015 101598 { 102016 101599 FILE *f=fopen("conftestval", "w"); 102017 if (!f) return(1);101600 if (!f) exit(1); 102018 101601 fprintf(f, "%d\n", sizeof(long)); 102019 return(0);101602 exit(0); 102020 101603 } 102021 101604 EOF 102022 if { (eval echo configure:10 2023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101605 if { (eval echo configure:101606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 102023 101606 then 102024 101607 ac_cv_sizeof_long=`cat conftestval` 102025 101608 else … … 102039 101622 102040 101623 102041 101624 echo $ac_n "checking size of long long""... $ac_c" 1>&6 102042 echo "configure:10 2043: checking size of long long" >&5101625 echo "configure:101626: checking size of long long" >&5 102043 101626 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 102044 101627 echo $ac_n "(cached) $ac_c" 1>&6 102045 101628 else … … 102047 101630 ac_cv_sizeof_long_long=8 102048 101631 else 102049 101632 cat > conftest.$ac_ext <<EOF 102050 #line 10 2051"configure"101633 #line 101634 "configure" 102051 101634 #include "confdefs.h" 102052 101635 #include <stdio.h> 102053 intmain()101636 main() 102054 101637 { 102055 101638 FILE *f=fopen("conftestval", "w"); 102056 if (!f) return(1);101639 if (!f) exit(1); 102057 101640 fprintf(f, "%d\n", sizeof(long long)); 102058 return(0);101641 exit(0); 102059 101642 } 102060 101643 EOF 102061 if { (eval echo configure:10 2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101644 if { (eval echo configure:101645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 102062 101645 then 102063 101646 ac_cv_sizeof_long_long=`cat conftestval` 102064 101647 else … … 102078 101661 102079 101662 102080 101663 echo $ac_n "checking for size_t""... $ac_c" 1>&6 102081 echo "configure:10 2082: checking for size_t" >&5101664 echo "configure:101665: checking for size_t" >&5 102082 101665 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 102083 101666 echo $ac_n "(cached) $ac_c" 1>&6 102084 101667 else 102085 101668 cat > conftest.$ac_ext <<EOF 102086 #line 10 2087"configure"101669 #line 101670 "configure" 102087 101670 #include "confdefs.h" 102088 101671 #include <sys/types.h> 102089 101672 #if STDC_HEADERS … … 102111 101694 fi 102112 101695 102113 101696 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 102114 echo "configure:10 2115: checking whether time.h and sys/time.h may both be included" >&5101697 echo "configure:101698: checking whether time.h and sys/time.h may both be included" >&5 102115 101698 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 102116 101699 echo $ac_n "(cached) $ac_c" 1>&6 102117 101700 else 102118 101701 cat > conftest.$ac_ext <<EOF 102119 #line 10 2120"configure"101702 #line 101703 "configure" 102120 101703 #include "confdefs.h" 102121 101704 #include <sys/types.h> 102122 101705 #include <sys/time.h> … … 102125 101708 struct tm *tp; 102126 101709 ; return 0; } 102127 101710 EOF 102128 if { (eval echo configure:10 2129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then101711 if { (eval echo configure:101712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 102129 101712 rm -rf conftest* 102130 101713 ac_cv_header_time=yes 102131 101714 else … … 102146 101729 fi 102147 101730 102148 101731 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 102149 echo "configure:10 2150: checking for uid_t in sys/types.h" >&5101732 echo "configure:101733: checking for uid_t in sys/types.h" >&5 102150 101733 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 102151 101734 echo $ac_n "(cached) $ac_c" 1>&6 102152 101735 else 102153 101736 cat > conftest.$ac_ext <<EOF 102154 #line 10 2155"configure"101737 #line 101738 "configure" 102155 101738 #include "confdefs.h" 102156 101739 #include <sys/types.h> 102157 101740 EOF … … 102191 101774 memcpy memmove 102192 101775 do 102193 101776 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 102194 echo "configure:10 2195: checking for $ac_func" >&5101777 echo "configure:101778: checking for $ac_func" >&5 102195 101778 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 102196 101779 echo $ac_n "(cached) $ac_c" 1>&6 102197 101780 else 102198 101781 cat > conftest.$ac_ext <<EOF 102199 #line 10 2200"configure"101782 #line 101783 "configure" 102200 101783 #include "confdefs.h" 102201 101784 /* System header to define __stub macros and hopefully few prototypes, 102202 101785 which can conflict with char $ac_func(); below. */ … … 102219 101802 102220 101803 ; return 0; } 102221 101804 EOF 102222 if { (eval echo configure:10 2223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then101805 if { (eval echo configure:101806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 102223 101806 rm -rf conftest* 102224 101807 eval "ac_cv_func_$ac_func=yes" 102225 101808 else … … 102562 102145 XMLRPC_DIR=$PHP_XMLRPC/include/xmlrpc-epi 102563 102146 else 102564 102147 echo $ac_n "checking for XMLRPC-EPI in default path""... $ac_c" 1>&6 102565 echo "configure:102 566: checking for XMLRPC-EPI in default path" >&5102148 echo "configure:102149: checking for XMLRPC-EPI in default path" >&5 102566 102149 for i in /usr/local /usr; do 102567 102150 if test -r $i/include/xmlrpc.h; then 102568 102151 XMLRPC_DIR=$i/include … … 102994 102577 php_enable_xmlwriter=yes 102995 102578 102996 102579 echo $ac_n "checking whether to enable XMLWriter support""... $ac_c" 1>&6 102997 echo "configure:102 998: checking whether to enable XMLWriter support" >&5102580 echo "configure:102581: checking whether to enable XMLWriter support" >&5 102998 102581 # Check whether --enable-xmlwriter or --disable-xmlwriter was given. 102999 102582 if test "${enable_xmlwriter+set}" = set; then 103000 102583 enableval="$enable_xmlwriter" … … 103042 102625 php_with_libxml_dir=no 103043 102626 103044 102627 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 103045 echo "configure:10 3046: checking libxml2 install dir" >&5102628 echo "configure:102629: checking libxml2 install dir" >&5 103046 102629 # Check whether --with-libxml-dir or --without-libxml-dir was given. 103047 102630 if test "${with_libxml_dir+set}" = set; then 103048 102631 withval="$with_libxml_dir" … … 103073 102656 103074 102657 103075 102658 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 103076 echo "configure:10 3077: checking for xml2-config path" >&5102659 echo "configure:102660: checking for xml2-config path" >&5 103077 102660 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 103078 102661 echo $ac_n "(cached) $ac_c" 1>&6 103079 102662 else … … 103231 102814 103232 102815 103233 102816 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 103234 echo "configure:10 3235: checking whether libxml build works" >&5102817 echo "configure:102818: checking whether libxml build works" >&5 103235 102818 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 103236 102819 echo $ac_n "(cached) $ac_c" 1>&6 103237 102820 else … … 103247 102830 103248 102831 else 103249 102832 cat > conftest.$ac_ext <<EOF 103250 #line 10 3251"configure"102833 #line 102834 "configure" 103251 102834 #include "confdefs.h" 103252 102835 103253 102836 … … 103258 102841 } 103259 102842 103260 102843 EOF 103261 if { (eval echo configure:10 3262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null102844 if { (eval echo configure:102845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 103262 102845 then 103263 102846 103264 102847 LIBS=$old_LIBS … … 103597 103180 php_with_xsl=no 103598 103181 103599 103182 echo $ac_n "checking for XSL support""... $ac_c" 1>&6 103600 echo "configure:103 601: checking for XSL support" >&5103183 echo "configure:103184: checking for XSL support" >&5 103601 103184 # Check whether --with-xsl or --without-xsl was given. 103602 103185 if test "${with_xsl+set}" = set; then 103603 103186 withval="$with_xsl" … … 103800 103383 103801 103384 103802 103385 echo $ac_n "checking for EXSLT support""... $ac_c" 1>&6 103803 echo "configure:103 804: checking for EXSLT support" >&5103386 echo "configure:103387: checking for EXSLT support" >&5 103804 103387 for i in $PHP_XSL /usr/local /usr; do 103805 103388 if test -r "$i/include/libexslt/exslt.h"; then 103806 103389 PHP_XSL_EXSL_DIR=$i … … 104265 103848 php_enable_zip=no 104266 103849 104267 103850 echo $ac_n "checking for zip archive read/writesupport""... $ac_c" 1>&6 104268 echo "configure:10 4269: checking for zip archive read/writesupport" >&5103851 echo "configure:103852: checking for zip archive read/writesupport" >&5 104269 103852 # Check whether --enable-zip or --disable-zip was given. 104270 103853 if test "${enable_zip+set}" = set; then 104271 103854 enableval="$enable_zip" … … 104313 103896 php_with_zlib_dir=no 104314 103897 104315 103898 echo $ac_n "checking for the location of libz""... $ac_c" 1>&6 104316 echo "configure:10 4317: checking for the location of libz" >&5103899 echo "configure:103900: checking for the location of libz" >&5 104317 103900 # Check whether --with-zlib-dir or --without-zlib-dir was given. 104318 103901 if test "${with_zlib_dir+set}" = set; then 104319 103902 withval="$with_zlib_dir" … … 104361 103944 fi 104362 103945 104363 103946 echo $ac_n "checking for the location of zlib""... $ac_c" 1>&6 104364 echo "configure:10 4365: checking for the location of zlib" >&5103947 echo "configure:103948: checking for the location of zlib" >&5 104365 103948 if test "$PHP_ZLIB_DIR" = "no"; then 104366 103949 { echo "configure: error: zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located" 1>&2; exit 1; } 104367 103950 else … … 104878 104461 php_with_pear=DEFAULT 104879 104462 104880 104463 echo $ac_n "checking whether to install PEAR""... $ac_c" 1>&6 104881 echo "configure:104 882: checking whether to install PEAR" >&5104464 echo "configure:104465: checking whether to install PEAR" >&5 104882 104465 # Check whether --with-pear or --without-pear was given. 104883 104466 if test "${with_pear+set}" = set; then 104884 104467 withval="$with_pear" … … 104988 104571 bison_version=none 104989 104572 if test "$YACC"; then 104990 104573 echo $ac_n "checking for bison version""... $ac_c" 1>&6 104991 echo "configure:104 992: checking for bison version" >&5104574 echo "configure:104575: checking for bison version" >&5 104992 104575 if eval "test \"`echo '$''{'php_cv_bison_version'+set}'`\" = set"; then 104993 104576 echo $ac_n "(cached) $ac_c" 1>&6 104994 104577 else … … 105045 104628 do 105046 104629 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 105047 104630 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 105048 echo "configure:10 5049: checking for $ac_hdr" >&5104631 echo "configure:104632: checking for $ac_hdr" >&5 105049 104632 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 105050 104633 echo $ac_n "(cached) $ac_c" 1>&6 105051 104634 else 105052 104635 cat > conftest.$ac_ext <<EOF 105053 #line 10 5054"configure"104636 #line 104637 "configure" 105054 104637 #include "confdefs.h" 105055 104638 #include <$ac_hdr> 105056 104639 EOF 105057 104640 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 105058 { (eval echo configure:10 5059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }104641 { (eval echo configure:104642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 105059 104642 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 105060 104643 if test -z "$ac_err"; then 105061 104644 rm -rf conftest* … … 105083 104666 105084 104667 105085 104668 echo $ac_n "checking for size_t""... $ac_c" 1>&6 105086 echo "configure:10 5087: checking for size_t" >&5104669 echo "configure:104670: checking for size_t" >&5 105087 104670 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 105088 104671 echo $ac_n "(cached) $ac_c" 1>&6 105089 104672 else 105090 104673 cat > conftest.$ac_ext <<EOF 105091 #line 10 5092"configure"104674 #line 104675 "configure" 105092 104675 #include "confdefs.h" 105093 104676 #include <sys/types.h> 105094 104677 #if STDC_HEADERS … … 105116 104699 fi 105117 104700 105118 104701 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 105119 echo "configure:10 5120: checking return type of signal handlers" >&5104702 echo "configure:104703: checking return type of signal handlers" >&5 105120 104703 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 105121 104704 echo $ac_n "(cached) $ac_c" 1>&6 105122 104705 else 105123 104706 cat > conftest.$ac_ext <<EOF 105124 #line 10 5125"configure"104707 #line 104708 "configure" 105125 104708 #include "confdefs.h" 105126 104709 #include <sys/types.h> 105127 104710 #include <signal.h> … … 105138 104721 int i; 105139 104722 ; return 0; } 105140 104723 EOF 105141 if { (eval echo configure:10 5142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then104724 if { (eval echo configure:104725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105142 104725 rm -rf conftest* 105143 104726 ac_cv_type_signal=void 105144 104727 else … … 105162 104745 105163 104746 105164 104747 echo $ac_n "checking for uint""... $ac_c" 1>&6 105165 echo "configure:10 5166: checking for uint" >&5104748 echo "configure:104749: checking for uint" >&5 105166 104749 if eval "test \"`echo '$''{'ac_cv_type_uint'+set}'`\" = set"; then 105167 104750 echo $ac_n "(cached) $ac_c" 1>&6 105168 104751 else 105169 104752 cat > conftest.$ac_ext <<EOF 105170 #line 10 5171"configure"104753 #line 104754 "configure" 105171 104754 #include "confdefs.h" 105172 104755 #include <sys/types.h> 105173 104756 #if STDC_HEADERS … … 105195 104778 fi 105196 104779 105197 104780 echo $ac_n "checking for ulong""... $ac_c" 1>&6 105198 echo "configure:10 5199: checking for ulong" >&5104781 echo "configure:104782: checking for ulong" >&5 105199 104782 if eval "test \"`echo '$''{'ac_cv_type_ulong'+set}'`\" = set"; then 105200 104783 echo $ac_n "(cached) $ac_c" 1>&6 105201 104784 else 105202 104785 cat > conftest.$ac_ext <<EOF 105203 #line 10 5204"configure"104786 #line 104787 "configure" 105204 104787 #include "confdefs.h" 105205 104788 #include <sys/types.h> 105206 104789 #if STDC_HEADERS … … 105230 104813 105231 104814 105232 104815 echo $ac_n "checking for int32_t""... $ac_c" 1>&6 105233 echo "configure:10 5234: checking for int32_t" >&5104816 echo "configure:104817: checking for int32_t" >&5 105234 104817 cat > conftest.$ac_ext <<EOF 105235 #line 10 5236"configure"104818 #line 104819 "configure" 105236 104819 #include "confdefs.h" 105237 104820 105238 104821 #if HAVE_SYS_TYPES_H … … 105251 104834 105252 104835 ; return 0; } 105253 104836 EOF 105254 if { (eval echo configure:10 5255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then104837 if { (eval echo configure:104838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105255 104838 rm -rf conftest* 105256 104839 105257 104840 cat >> confdefs.h <<EOF … … 105270 104853 rm -f conftest* 105271 104854 105272 104855 echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 105273 echo "configure:10 5274: checking for uint32_t" >&5104856 echo "configure:104857: checking for uint32_t" >&5 105274 104857 cat > conftest.$ac_ext <<EOF 105275 #line 10 5276"configure"104858 #line 104859 "configure" 105276 104859 #include "confdefs.h" 105277 104860 105278 104861 #if HAVE_SYS_TYPES_H … … 105291 104874 105292 104875 ; return 0; } 105293 104876 EOF 105294 if { (eval echo configure:10 5295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then104877 if { (eval echo configure:104878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105295 104878 rm -rf conftest* 105296 104879 105297 104880 cat >> confdefs.h <<EOF … … 105310 104893 rm -f conftest* 105311 104894 105312 104895 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 105313 echo "configure:10 5314: checking for vprintf" >&5104896 echo "configure:104897: checking for vprintf" >&5 105314 104897 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 105315 104898 echo $ac_n "(cached) $ac_c" 1>&6 105316 104899 else 105317 104900 cat > conftest.$ac_ext <<EOF 105318 #line 10 5319"configure"104901 #line 104902 "configure" 105319 104902 #include "confdefs.h" 105320 104903 /* System header to define __stub macros and hopefully few prototypes, 105321 104904 which can conflict with char vprintf(); below. */ … … 105338 104921 105339 104922 ; return 0; } 105340 104923 EOF 105341 if { (eval echo configure:10 5342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then104924 if { (eval echo configure:104925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105342 104925 rm -rf conftest* 105343 104926 eval "ac_cv_func_vprintf=yes" 105344 104927 else … … 105362 104945 105363 104946 if test "$ac_cv_func_vprintf" != yes; then 105364 104947 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 105365 echo "configure:10 5366: checking for _doprnt" >&5104948 echo "configure:104949: checking for _doprnt" >&5 105366 104949 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 105367 104950 echo $ac_n "(cached) $ac_c" 1>&6 105368 104951 else 105369 104952 cat > conftest.$ac_ext <<EOF 105370 #line 10 5371"configure"104953 #line 104954 "configure" 105371 104954 #include "confdefs.h" 105372 104955 /* System header to define __stub macros and hopefully few prototypes, 105373 104956 which can conflict with char _doprnt(); below. */ … … 105390 104973 105391 104974 ; return 0; } 105392 104975 EOF 105393 if { (eval echo configure:10 5394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then104976 if { (eval echo configure:104977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105394 104977 rm -rf conftest* 105395 104978 eval "ac_cv_func__doprnt=yes" 105396 104979 else … … 105415 104998 fi 105416 104999 105417 105000 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 105418 echo "configure:105 419: checking for 8-bit clean memcmp" >&5105001 echo "configure:105002: checking for 8-bit clean memcmp" >&5 105419 105002 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then 105420 105003 echo $ac_n "(cached) $ac_c" 1>&6 105421 105004 else … … 105423 105006 ac_cv_func_memcmp_clean=no 105424 105007 else 105425 105008 cat > conftest.$ac_ext <<EOF 105426 #line 105 427"configure"105009 #line 105010 "configure" 105427 105010 #include "confdefs.h" 105428 105011 105429 105012 main() … … 105433 105016 } 105434 105017 105435 105018 EOF 105436 if { (eval echo configure:105 437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105019 if { (eval echo configure:105020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 105437 105020 then 105438 105021 ac_cv_func_memcmp_clean=yes 105439 105022 else … … 105453 105036 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 105454 105037 # for constant arguments. Useless! 105455 105038 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 105456 echo "configure:105 457: checking for working alloca.h" >&5105039 echo "configure:105040: checking for working alloca.h" >&5 105457 105040 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 105458 105041 echo $ac_n "(cached) $ac_c" 1>&6 105459 105042 else 105460 105043 cat > conftest.$ac_ext <<EOF 105461 #line 105 462"configure"105044 #line 105045 "configure" 105462 105045 #include "confdefs.h" 105463 105046 #include <alloca.h> 105464 105047 int main() { 105465 105048 char *p = alloca(2 * sizeof(int)); 105466 105049 ; return 0; } 105467 105050 EOF 105468 if { (eval echo configure:105 469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105051 if { (eval echo configure:105052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105469 105052 rm -rf conftest* 105470 105053 ac_cv_header_alloca_h=yes 105471 105054 else … … 105486 105069 fi 105487 105070 105488 105071 echo $ac_n "checking for alloca""... $ac_c" 1>&6 105489 echo "configure:105 490: checking for alloca" >&5105072 echo "configure:105073: checking for alloca" >&5 105490 105073 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 105491 105074 echo $ac_n "(cached) $ac_c" 1>&6 105492 105075 else 105493 105076 cat > conftest.$ac_ext <<EOF 105494 #line 105 495"configure"105077 #line 105078 "configure" 105495 105078 #include "confdefs.h" 105496 105079 105497 105080 #ifdef __GNUC__ … … 105519 105102 char *p = (char *) alloca(1); 105520 105103 ; return 0; } 105521 105104 EOF 105522 if { (eval echo configure:105 523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105105 if { (eval echo configure:105106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105523 105106 rm -rf conftest* 105524 105107 ac_cv_func_alloca_works=yes 105525 105108 else … … 105551 105134 105552 105135 105553 105136 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 105554 echo "configure:105 555: checking whether alloca needs Cray hooks" >&5105137 echo "configure:105138: checking whether alloca needs Cray hooks" >&5 105555 105138 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 105556 105139 echo $ac_n "(cached) $ac_c" 1>&6 105557 105140 else 105558 105141 cat > conftest.$ac_ext <<EOF 105559 #line 105 560"configure"105142 #line 105143 "configure" 105560 105143 #include "confdefs.h" 105561 105144 #if defined(CRAY) && ! defined(CRAY2) 105562 105145 webecray … … 105581 105164 if test $ac_cv_os_cray = yes; then 105582 105165 for ac_func in _getb67 GETB67 getb67; do 105583 105166 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 105584 echo "configure:105 585: checking for $ac_func" >&5105167 echo "configure:105168: checking for $ac_func" >&5 105585 105168 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 105586 105169 echo $ac_n "(cached) $ac_c" 1>&6 105587 105170 else 105588 105171 cat > conftest.$ac_ext <<EOF 105589 #line 105 590"configure"105172 #line 105173 "configure" 105590 105173 #include "confdefs.h" 105591 105174 /* System header to define __stub macros and hopefully few prototypes, 105592 105175 which can conflict with char $ac_func(); below. */ … … 105609 105192 105610 105193 ; return 0; } 105611 105194 EOF 105612 if { (eval echo configure:105 613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105195 if { (eval echo configure:105196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105613 105196 rm -rf conftest* 105614 105197 eval "ac_cv_func_$ac_func=yes" 105615 105198 else … … 105636 105219 fi 105637 105220 105638 105221 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 105639 echo "configure:105 640: checking stack direction for C alloca" >&5105222 echo "configure:105223: checking stack direction for C alloca" >&5 105640 105223 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 105641 105224 echo $ac_n "(cached) $ac_c" 1>&6 105642 105225 else … … 105644 105227 ac_cv_c_stack_direction=0 105645 105228 else 105646 105229 cat > conftest.$ac_ext <<EOF 105647 #line 105 648"configure"105230 #line 105231 "configure" 105648 105231 #include "confdefs.h" 105649 105232 find_stack_direction () 105650 105233 { … … 105663 105246 exit (find_stack_direction() < 0); 105664 105247 } 105665 105248 EOF 105666 if { (eval echo configure:105 667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105249 if { (eval echo configure:105250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 105667 105250 then 105668 105251 ac_cv_c_stack_direction=1 105669 105252 else … … 105687 105270 for ac_func in memcpy strdup getpid kill strtod strtol finite fpclass 105688 105271 do 105689 105272 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 105690 echo "configure:105 691: checking for $ac_func" >&5105273 echo "configure:105274: checking for $ac_func" >&5 105691 105274 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 105692 105275 echo $ac_n "(cached) $ac_c" 1>&6 105693 105276 else 105694 105277 cat > conftest.$ac_ext <<EOF 105695 #line 105 696"configure"105278 #line 105279 "configure" 105696 105279 #include "confdefs.h" 105697 105280 /* System header to define __stub macros and hopefully few prototypes, 105698 105281 which can conflict with char $ac_func(); below. */ … … 105715 105298 105716 105299 ; return 0; } 105717 105300 EOF 105718 if { (eval echo configure:105 719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105301 if { (eval echo configure:105302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105719 105302 rm -rf conftest* 105720 105303 eval "ac_cv_func_$ac_func=yes" 105721 105304 else … … 105741 105324 105742 105325 105743 105326 echo $ac_n "checking whether sprintf is broken""... $ac_c" 1>&6 105744 echo "configure:105 745: checking whether sprintf is broken" >&5105327 echo "configure:105328: checking whether sprintf is broken" >&5 105745 105328 if eval "test \"`echo '$''{'ac_cv_broken_sprintf'+set}'`\" = set"; then 105746 105329 echo $ac_n "(cached) $ac_c" 1>&6 105747 105330 else … … 105752 105335 105753 105336 else 105754 105337 cat > conftest.$ac_ext <<EOF 105755 #line 105 756"configure"105338 #line 105339 "configure" 105756 105339 #include "confdefs.h" 105757 105340 main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); } 105758 105341 EOF 105759 if { (eval echo configure:105 760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105342 if { (eval echo configure:105343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 105760 105343 then 105761 105344 105762 105345 ac_cv_broken_sprintf=no … … 105790 105373 for ac_func in finite isfinite isinf isnan 105791 105374 do 105792 105375 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 105793 echo "configure:105 794: checking for $ac_func" >&5105376 echo "configure:105377: checking for $ac_func" >&5 105794 105377 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 105795 105378 echo $ac_n "(cached) $ac_c" 1>&6 105796 105379 else 105797 105380 cat > conftest.$ac_ext <<EOF 105798 #line 105 799"configure"105381 #line 105382 "configure" 105799 105382 #include "confdefs.h" 105800 105383 /* System header to define __stub macros and hopefully few prototypes, 105801 105384 which can conflict with char $ac_func(); below. */ … … 105818 105401 105819 105402 ; return 0; } 105820 105403 EOF 105821 if { (eval echo configure:105 822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105404 if { (eval echo configure:105405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105822 105405 rm -rf conftest* 105823 105406 eval "ac_cv_func_$ac_func=yes" 105824 105407 else … … 105845 105428 105846 105429 105847 105430 echo $ac_n "checking whether fp_except is defined""... $ac_c" 1>&6 105848 echo "configure:105 849: checking whether fp_except is defined" >&5105431 echo "configure:105432: checking whether fp_except is defined" >&5 105849 105432 if eval "test \"`echo '$''{'ac_cv_type_fp_except'+set}'`\" = set"; then 105850 105433 echo $ac_n "(cached) $ac_c" 1>&6 105851 105434 else 105852 105435 105853 105436 cat > conftest.$ac_ext <<EOF 105854 #line 105 855"configure"105437 #line 105438 "configure" 105855 105438 #include "confdefs.h" 105856 105439 105857 105440 #include <floatingpoint.h> … … 105862 105445 105863 105446 ; return 0; } 105864 105447 EOF 105865 if { (eval echo configure:105 866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then105448 if { (eval echo configure:105449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105866 105449 rm -rf conftest* 105867 105450 105868 105451 ac_cv_type_fp_except=yes … … 105892 105475 do 105893 105476 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 105894 105477 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 105895 echo "configure:105 896: checking for $ac_hdr" >&5105478 echo "configure:105479: checking for $ac_hdr" >&5 105896 105479 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 105897 105480 echo $ac_n "(cached) $ac_c" 1>&6 105898 105481 else 105899 105482 cat > conftest.$ac_ext <<EOF 105900 #line 105 901"configure"105483 #line 105484 "configure" 105901 105484 #include "confdefs.h" 105902 105485 #include <$ac_hdr> 105903 105486 EOF 105904 105487 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 105905 { (eval echo configure:105 906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }105488 { (eval echo configure:105489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 105906 105489 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 105907 105490 if test -z "$ac_err"; then 105908 105491 rm -rf conftest* … … 105930 105513 105931 105514 105932 105515 echo $ac_n "checking whether dlsym() requires a leading underscore in symbol names""... $ac_c" 1>&6 105933 echo "configure:105 934: checking whether dlsym() requires a leading underscore in symbol names" >&5105516 echo "configure:105517: checking whether dlsym() requires a leading underscore in symbol names" >&5 105934 105517 if test "$cross_compiling" = yes; then : 105935 105518 105936 105519 else 105937 105520 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 105938 105521 lt_status=$lt_dlunknown 105939 105522 cat > conftest.$ac_ext <<EOF 105940 #line 105 941"configure"105523 #line 105524 "configure" 105941 105524 #include "confdefs.h" 105942 105525 105943 105526 #if HAVE_DLFCN_H … … 105998 105581 exit (status); 105999 105582 } 106000 105583 EOF 106001 if { (eval echo configure:10 6002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then105584 if { (eval echo configure:105585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 106002 105585 (./conftest; exit; ) >&5 2>/dev/null 106003 105586 lt_status=$? 106004 105587 case x$lt_status in … … 106081 105664 106082 105665 106083 105666 echo $ac_n "checking virtual machine dispatch method""... $ac_c" 1>&6 106084 echo "configure:10 6085: checking virtual machine dispatch method" >&5105667 echo "configure:105668: checking virtual machine dispatch method" >&5 106085 105668 echo "$ac_t""$PHP_ZEND_VM" 1>&6 106086 105669 106087 105670 echo $ac_n "checking whether to enable thread-safety""... $ac_c" 1>&6 106088 echo "configure:10 6089: checking whether to enable thread-safety" >&5105671 echo "configure:105672: checking whether to enable thread-safety" >&5 106089 105672 echo "$ac_t""$ZEND_MAINTAINER_ZTS" 1>&6 106090 105673 106091 105674 echo $ac_n "checking whether to enable inline optimization for GCC""... $ac_c" 1>&6 106092 echo "configure:10 6093: checking whether to enable inline optimization for GCC" >&5105675 echo "configure:105676: checking whether to enable inline optimization for GCC" >&5 106093 105676 echo "$ac_t""$ZEND_INLINE_OPTIMIZATION" 1>&6 106094 105677 106095 105678 echo $ac_n "checking whether to enable Zend debugging""... $ac_c" 1>&6 106096 echo "configure:10 6097: checking whether to enable Zend debugging" >&5105679 echo "configure:105680: checking whether to enable Zend debugging" >&5 106097 105680 echo "$ac_t""$ZEND_DEBUG" 1>&6 106098 105681 106099 105682 echo $ac_n "checking whether to enable Zend multibyte""... $ac_c" 1>&6 106100 echo "configure:10 6101: checking whether to enable Zend multibyte" >&5105683 echo "configure:105684: checking whether to enable Zend multibyte" >&5 106101 105684 echo "$ac_t""$ZEND_MULTIBYTE" 1>&6 106102 105685 106103 105686 case $PHP_ZEND_VM in … … 106170 105753 106171 105754 106172 105755 echo $ac_n "checking for inline""... $ac_c" 1>&6 106173 echo "configure:10 6174: checking for inline" >&5105756 echo "configure:105757: checking for inline" >&5 106174 105757 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 106175 105758 echo $ac_n "(cached) $ac_c" 1>&6 106176 105759 else 106177 105760 ac_cv_c_inline=no 106178 105761 for ac_kw in inline __inline__ __inline; do 106179 105762 cat > conftest.$ac_ext <<EOF 106180 #line 10 6181"configure"105763 #line 105764 "configure" 106181 105764 #include "confdefs.h" 106182 105765 106183 105766 int main() { 106184 105767 } $ac_kw foo() { 106185 105768 ; return 0; } 106186 105769 EOF 106187 if { (eval echo configure:10 6188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then105770 if { (eval echo configure:105771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 106188 105771 rm -rf conftest* 106189 105772 ac_cv_c_inline=$ac_kw; break 106190 105773 else … … 106213 105796 106214 105797 106215 105798 echo $ac_n "checking target system is Darwin""... $ac_c" 1>&6 106216 echo "configure:10 6217: checking target system is Darwin" >&5105799 echo "configure:105800: checking target system is Darwin" >&5 106217 105800 if echo "$target" | grep "darwin" > /dev/null; then 106218 105801 cat >> confdefs.h <<\EOF 106219 105802 #define DARWIN 1 … … 106225 105808 fi 106226 105809 106227 105810 echo $ac_n "checking for MM alignment and log values""... $ac_c" 1>&6 106228 echo "configure:10 6229: checking for MM alignment and log values" >&5105811 echo "configure:105812: checking for MM alignment and log values" >&5 106229 105812 106230 105813 if test "$cross_compiling" = yes; then 106231 105814 … … 106233 105816 106234 105817 else 106235 105818 cat > conftest.$ac_ext <<EOF 106236 #line 10 6237"configure"105819 #line 105820 "configure" 106237 105820 #include "confdefs.h" 106238 105821 106239 105822 #include <stdio.h> … … 106269 105852 } 106270 105853 106271 105854 EOF 106272 if { (eval echo configure:10 6273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105855 if { (eval echo configure:105856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 106273 105856 then 106274 105857 106275 105858 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1` … … 106294 105877 echo "$ac_t""done" 1>&6 106295 105878 106296 105879 echo $ac_n "checking for memory allocation using mmap(MAP_ANON)""... $ac_c" 1>&6 106297 echo "configure:10 6298: checking for memory allocation using mmap(MAP_ANON)" >&5105880 echo "configure:105881: checking for memory allocation using mmap(MAP_ANON)" >&5 106298 105881 106299 105882 if test "$cross_compiling" = yes; then 106300 105883 … … 106302 105885 106303 105886 else 106304 105887 cat > conftest.$ac_ext <<EOF 106305 #line 10 6306"configure"105888 #line 105889 "configure" 106306 105889 #include "confdefs.h" 106307 105890 106308 105891 #include <sys/types.h> … … 106338 105921 } 106339 105922 106340 105923 EOF 106341 if { (eval echo configure:10 6342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105924 if { (eval echo configure:105925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 106342 105925 then 106343 105926 106344 105927 cat >> confdefs.h <<\EOF … … 106360 105943 106361 105944 106362 105945 echo $ac_n "checking for memory allocation using mmap("/dev/zero")""... $ac_c" 1>&6 106363 echo "configure:10 6364: checking for memory allocation using mmap("/dev/zero")" >&5105946 echo "configure:105947: checking for memory allocation using mmap("/dev/zero")" >&5 106364 105947 106365 105948 if test "$cross_compiling" = yes; then 106366 105949 … … 106368 105951 106369 105952 else 106370 105953 cat > conftest.$ac_ext <<EOF 106371 #line 10 6372"configure"105954 #line 105955 "configure" 106372 105955 #include "confdefs.h" 106373 105956 106374 105957 #include <sys/types.h> … … 106414 105997 } 106415 105998 106416 105999 EOF 106417 if { (eval echo configure:106 418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null106000 if { (eval echo configure:106001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 106418 106001 then 106419 106002 106420 106003 cat >> confdefs.h <<\EOF … … 106438 106021 for ac_func in mremap 106439 106022 do 106440 106023 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 106441 echo "configure:106 442: checking for $ac_func" >&5106024 echo "configure:106025: checking for $ac_func" >&5 106442 106025 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 106443 106026 echo $ac_n "(cached) $ac_c" 1>&6 106444 106027 else 106445 106028 cat > conftest.$ac_ext <<EOF 106446 #line 106 447"configure"106029 #line 106030 "configure" 106447 106030 #include "confdefs.h" 106448 106031 /* System header to define __stub macros and hopefully few prototypes, 106449 106032 which can conflict with char $ac_func(); below. */ … … 106466 106049 106467 106050 ; return 0; } 106468 106051 EOF 106469 if { (eval echo configure:106 470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then106052 if { (eval echo configure:106053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 106470 106053 rm -rf conftest* 106471 106054 eval "ac_cv_func_$ac_func=yes" 106472 106055 else … … 106533 106116 do 106534 106117 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 106535 106118 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 106536 echo "configure:106 537: checking for $ac_hdr" >&5106119 echo "configure:106120: checking for $ac_hdr" >&5 106537 106120 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 106538 106121 echo $ac_n "(cached) $ac_c" 1>&6 106539 106122 else 106540 106123 cat > conftest.$ac_ext <<EOF 106541 #line 106 542"configure"106124 #line 106125 "configure" 106542 106125 #include "confdefs.h" 106543 106126 #include <$ac_hdr> 106544 106127 EOF 106545 106128 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 106546 { (eval echo configure:106 547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }106129 { (eval echo configure:106130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 106547 106130 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 106548 106131 if test -z "$ac_err"; then 106549 106132 rm -rf conftest* … … 106620 106203 106621 106204 106622 106205 echo $ac_n "checking for GNU Pth""... $ac_c" 1>&6 106623 echo "configure:106 624: checking for GNU Pth" >&5106206 echo "configure:106207: checking for GNU Pth" >&5 106624 106207 PTH_PREFIX="`$TSRM_PTH --prefix`" 106625 106208 if test -z "$PTH_PREFIX"; then 106626 106209 echo "$ac_t""Please check your Pth installation" 1>&6 … … 106650 106233 do 106651 106234 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 106652 106235 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 106653 echo "configure:106 654: checking for $ac_hdr" >&5106236 echo "configure:106237: checking for $ac_hdr" >&5 106654 106237 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 106655 106238 echo $ac_n "(cached) $ac_c" 1>&6 106656 106239 else 106657 106240 cat > conftest.$ac_ext <<EOF 106658 #line 106 659"configure"106241 #line 106242 "configure" 106659 106242 #include "confdefs.h" 106660 106243 #include <$ac_hdr> 106661 106244 EOF 106662 106245 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 106663 { (eval echo configure:106 664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }106246 { (eval echo configure:106247: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 106664 106247 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 106665 106248 if test -z "$ac_err"; then 106666 106249 rm -rf conftest* … … 106690 106273 106691 106274 LIBS="$LIBS -lst" 106692 106275 echo $ac_n "checking for SGI's State Threads""... $ac_c" 1>&6 106693 echo "configure:106 694: checking for SGI's State Threads" >&5106276 echo "configure:106277: checking for SGI's State Threads" >&5 106694 106277 echo "$ac_t""yes" 1>&6 106695 106278 cat >> confdefs.h <<\EOF 106696 106279 #define TSRM_ST 1 … … 106729 106312 106730 106313 else 106731 106314 cat > conftest.$ac_ext <<EOF 106732 #line 106 733"configure"106315 #line 106316 "configure" 106733 106316 #include "confdefs.h" 106734 106317 106735 106318 #include <pthread.h> … … 106747 106330 return pthread_create(&thd, NULL, thread_routine, &data); 106748 106331 } 106749 106332 EOF 106750 if { (eval echo configure:106 751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null106333 if { (eval echo configure:106334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 106751 106334 then 106752 106335 106753 106336 pthreads_working=yes … … 106767 106350 CFLAGS=$save_CFLAGS 106768 106351 106769 106352 echo $ac_n "checking for pthreads_cflags""... $ac_c" 1>&6 106770 echo "configure:106 771: checking for pthreads_cflags" >&5106353 echo "configure:106354: checking for pthreads_cflags" >&5 106771 106354 if eval "test \"`echo '$''{'ac_cv_pthreads_cflags'+set}'`\" = set"; then 106772 106355 echo $ac_n "(cached) $ac_c" 1>&6 106773 106356 else … … 106789 106372 106790 106373 else 106791 106374 cat > conftest.$ac_ext <<EOF 106792 #line 106 793"configure"106375 #line 106376 "configure" 106793 106376 #include "confdefs.h" 106794 106377 106795 106378 #include <pthread.h> … … 106807 106390 return pthread_create(&thd, NULL, thread_routine, &data); 106808 106391 } 106809 106392 EOF 106810 if { (eval echo configure:106 811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null106393 if { (eval echo configure:106394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 106811 106394 then 106812 106395 106813 106396 pthreads_working=yes … … 106837 106420 echo "$ac_t""$ac_cv_pthreads_cflags" 1>&6 106838 106421 106839 106422 echo $ac_n "checking for pthreads_lib""... $ac_c" 1>&6 106840 echo "configure:106 841: checking for pthreads_lib" >&5106423 echo "configure:106424: checking for pthreads_lib" >&5 106841 106424 if eval "test \"`echo '$''{'ac_cv_pthreads_lib'+set}'`\" = set"; then 106842 106425 echo $ac_n "(cached) $ac_c" 1>&6 106843 106426 else … … 106859 106442 106860 106443 else 106861 106444 cat > conftest.$ac_ext <<EOF 106862 #line 106 863"configure"106445 #line 106446 "configure" 106863 106446 #include "confdefs.h" 106864 106447 106865 106448 #include <pthread.h> … … 106877 106460 return pthread_create(&thd, NULL, thread_routine, &data); 106878 106461 } 106879 106462 EOF 106880 if { (eval echo configure:106 881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null106463 if { (eval echo configure:106464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 106881 106464 then 106882 106465 106883 106466 pthreads_working=yes … … 106928 106511 106929 106512 106930 106513 echo $ac_n "checking for POSIX threads""... $ac_c" 1>&6 106931 echo "configure:106 932: checking for POSIX threads" >&5106514 echo "configure:106515: checking for POSIX threads" >&5 106932 106515 echo "$ac_t""yes" 1>&6 106933 106516 fi 106934 106517 … … 107541 107124 107542 107125 107543 107126 echo $ac_n "checking build system type""... $ac_c" 1>&6 107544 echo "configure:107 545: checking build system type" >&5107127 echo "configure:107128: checking build system type" >&5 107545 107128 107546 107129 build_alias=$build 107547 107130 case "$build_alias" in … … 107570 107153 if test "$GCC" = yes; then 107571 107154 # Check if gcc -print-prog-name=ld gives a path. 107572 107155 echo $ac_n "checking for ld used by $CC""... $ac_c" 1>&6 107573 echo "configure:107 574: checking for ld used by $CC" >&5107156 echo "configure:107157: checking for ld used by $CC" >&5 107574 107157 case $host in 107575 107158 *-*-mingw*) 107576 107159 # gcc leaves a trailing carriage return which upsets mingw … … 107600 107183 esac 107601 107184 elif test "$with_gnu_ld" = yes; then 107602 107185 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 107603 echo "configure:107 604: checking for GNU ld" >&5107186 echo "configure:107187: checking for GNU ld" >&5 107604 107187 else 107605 107188 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 107606 echo "configure:107 607: checking for non-GNU ld" >&5107189 echo "configure:107190: checking for non-GNU ld" >&5 107607 107190 fi 107608 107191 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 107609 107192 echo $ac_n "(cached) $ac_c" 1>&6 … … 107642 107225 fi 107643 107226 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 107644 107227 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 107645 echo "configure:107 646: checking if the linker ($LD) is GNU ld" >&5107228 echo "configure:107229: checking if the linker ($LD) is GNU ld" >&5 107646 107229 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 107647 107230 echo $ac_n "(cached) $ac_c" 1>&6 107648 107231 else … … 107662 107245 107663 107246 107664 107247 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 107665 echo "configure:107 666: checking for $LD option to reload object files" >&5107248 echo "configure:107249: checking for $LD option to reload object files" >&5 107666 107249 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then 107667 107250 echo $ac_n "(cached) $ac_c" 1>&6 107668 107251 else … … 107687 107270 esac 107688 107271 107689 107272 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 107690 echo "configure:107 691: checking for BSD-compatible nm" >&5107273 echo "configure:107274: checking for BSD-compatible nm" >&5 107691 107274 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then 107692 107275 echo $ac_n "(cached) $ac_c" 1>&6 107693 107276 else … … 107733 107316 NM="$lt_cv_path_NM" 107734 107317 107735 107318 echo $ac_n "checking how to recognise dependent libraries""... $ac_c" 1>&6 107736 echo "configure:107 737: checking how to recognise dependent libraries" >&5107319 echo "configure:107320: checking how to recognise dependent libraries" >&5 107737 107320 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then 107738 107321 echo $ac_n "(cached) $ac_c" 1>&6 107739 107322 else … … 107911 107494 test -z "$deplibs_check_method" && deplibs_check_method=unknown 107912 107495 107913 107496 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 107914 echo "configure:107 915: checking for object suffix" >&5107497 echo "configure:107498: checking for object suffix" >&5 107915 107498 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 107916 107499 echo $ac_n "(cached) $ac_c" 1>&6 107917 107500 else 107918 107501 rm -f conftest* 107919 107502 echo 'int i = 1;' > conftest.$ac_ext 107920 if { (eval echo configure:107 921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then107503 if { (eval echo configure:107504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 107921 107504 for ac_file in conftest.*; do 107922 107505 case $ac_file in 107923 107506 *.c) ;; … … 107937 107520 107938 107521 107939 107522 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 107940 echo "configure:107 941: checking for executable suffix" >&5107523 echo "configure:107524: checking for executable suffix" >&5 107941 107524 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 107942 107525 echo $ac_n "(cached) $ac_c" 1>&6 107943 107526 else … … 107947 107530 rm -f conftest* 107948 107531 echo 'int main () { return 0; }' > conftest.$ac_ext 107949 107532 ac_cv_exeext= 107950 if { (eval echo configure:107 951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then107533 if { (eval echo configure:107534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 107951 107534 for file in conftest.*; do 107952 107535 case $file in 107953 107536 *.c | *.o | *.obj) ;; … … 107990 107573 ia64-*-hpux*) 107991 107574 # Find out which ABI we are using. 107992 107575 echo 'int i;' > conftest.$ac_ext 107993 if { (eval echo configure:107 994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then107576 if { (eval echo configure:107577: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 107994 107577 case `/usr/bin/file conftest.$ac_objext` in 107995 107578 *ELF-32*) 107996 107579 HPUX_IA64_MODE="32" … … 108004 107587 ;; 108005 107588 *-*-irix6*) 108006 107589 # Find out which ABI we are using. 108007 echo '#line 10 8008"configure"' > conftest.$ac_ext108008 if { (eval echo configure:10 8009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then107590 echo '#line 107591 "configure"' > conftest.$ac_ext 107591 if { (eval echo configure:107592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 108009 107592 if test "$lt_cv_prog_gnu_ld" = yes; then 108010 107593 case `/usr/bin/file conftest.$ac_objext` in 108011 107594 *32-bit*) … … 108038 107621 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 108039 107622 # Find out which ABI we are using. 108040 107623 echo 'int i;' > conftest.$ac_ext 108041 if { (eval echo configure:10 8042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then107624 if { (eval echo configure:107625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 108042 107625 case `/usr/bin/file conftest.o` in 108043 107626 *32-bit*) 108044 107627 case $host in … … 108082 107665 SAVE_CFLAGS="$CFLAGS" 108083 107666 CFLAGS="$CFLAGS -belf" 108084 107667 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 108085 echo "configure:10 8086: checking whether the C compiler needs -belf" >&5107668 echo "configure:107669: checking whether the C compiler needs -belf" >&5 108086 107669 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 108087 107670 echo $ac_n "(cached) $ac_c" 1>&6 108088 107671 else … … 108095 107678 cross_compiling=$ac_cv_prog_cc_cross 108096 107679 108097 107680 cat > conftest.$ac_ext <<EOF 108098 #line 10 8099"configure"107681 #line 107682 "configure" 108099 107682 #include "confdefs.h" 108100 107683 108101 107684 int main() { 108102 107685 108103 107686 ; return 0; } 108104 107687 EOF 108105 if { (eval echo configure:10 8106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then107688 if { (eval echo configure:107689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 108106 107689 rm -rf conftest* 108107 107690 lt_cv_cc_needs_belf=yes 108108 107691 else … … 108140 107723 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 108141 107724 (test "X$CXX" != "Xg++"))) ; then 108142 107725 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 108143 echo "configure:10 8144: checking how to run the C++ preprocessor" >&5107726 echo "configure:107727: checking how to run the C++ preprocessor" >&5 108144 107727 if test -z "$CXXCPP"; then 108145 107728 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then 108146 107729 echo $ac_n "(cached) $ac_c" 1>&6 … … 108153 107736 cross_compiling=$ac_cv_prog_cxx_cross 108154 107737 CXXCPP="${CXX-g++} -E" 108155 107738 cat > conftest.$ac_ext <<EOF 108156 #line 10 8157"configure"107739 #line 107740 "configure" 108157 107740 #include "confdefs.h" 108158 107741 #include <stdlib.h> 108159 107742 EOF 108160 107743 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 108161 { (eval echo configure:10 8162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }107744 { (eval echo configure:107745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 108162 107745 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 108163 107746 if test -z "$ac_err"; then 108164 107747 : … … 108189 107772 108190 107773 # find the maximum length of command line arguments 108191 107774 echo $ac_n "checking the maximum length of command line arguments""... $ac_c" 1>&6 108192 echo "configure:10 8193: checking the maximum length of command line arguments" >&5107775 echo "configure:107776: checking the maximum length of command line arguments" >&5 108193 107776 if eval "test \"`echo '$''{'lt_cv_sys_max_cmd_len'+set}'`\" = set"; then 108194 107777 echo $ac_n "(cached) $ac_c" 1>&6 108195 107778 else … … 108290 107873 108291 107874 # Check for command to grab the raw symbol name followed by C symbol from nm. 108292 107875 echo $ac_n "checking command to parse $NM output from $compiler object""... $ac_c" 1>&6 108293 echo "configure:10 8294: checking command to parse $NM output from $compiler object" >&5107876 echo "configure:107877: checking command to parse $NM output from $compiler object" >&5 108294 107877 if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then 108295 107878 echo $ac_n "(cached) $ac_c" 1>&6 108296 107879 else … … 108385 107968 int main(){nm_test_var='a';nm_test_func();return(0);} 108386 107969 EOF 108387 107970 108388 if { (eval echo configure:10 8389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then107971 if { (eval echo configure:107972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 108389 107972 # Now try to grab the symbols. 108390 107973 nlist=conftest.nm 108391 if { (eval echo configure:10 8392: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then107974 if { (eval echo configure:107975: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then 108392 107975 # Try sorting and uniquifying the output. 108393 107976 if sort "$nlist" | uniq > "$nlist"T; then 108394 107977 mv -f "$nlist"T "$nlist" … … 108439 108022 lt_save_CFLAGS="$CFLAGS" 108440 108023 LIBS="conftstm.$ac_objext" 108441 108024 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" 108442 if { (eval echo configure:108 443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then108025 if { (eval echo configure:108026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 108443 108026 pipe_works=yes 108444 108027 fi 108445 108028 LIBS="$lt_save_LIBS" … … 108479 108062 fi 108480 108063 108481 108064 echo $ac_n "checking for objdir""... $ac_c" 1>&6 108482 echo "configure:108 483: checking for objdir" >&5108065 echo "configure:108066: checking for objdir" >&5 108483 108066 if eval "test \"`echo '$''{'lt_cv_objdir'+set}'`\" = set"; then 108484 108067 echo $ac_n "(cached) $ac_c" 1>&6 108485 108068 else … … 108545 108128 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 108546 108129 set dummy ${ac_tool_prefix}ar; ac_word=$2 108547 108130 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 108548 echo "configure:108 549: checking for $ac_word" >&5108131 echo "configure:108132: checking for $ac_word" >&5 108549 108132 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 108550 108133 echo $ac_n "(cached) $ac_c" 1>&6 108551 108134 else … … 108577 108160 # Extract the first word of "ar", so it can be a program name with args. 108578 108161 set dummy ar; ac_word=$2 108579 108162 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 108580 echo "configure:108 581: checking for $ac_word" >&5108163 echo "configure:108164: checking for $ac_word" >&5 108581 108164 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then 108582 108165 echo $ac_n "(cached) $ac_c" 1>&6 108583 108166 else … … 108612 108195 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 108613 108196 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 108614 108197 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 108615 echo "configure:108 616: checking for $ac_word" >&5108198 echo "configure:108199: checking for $ac_word" >&5 108616 108199 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 108617 108200 echo $ac_n "(cached) $ac_c" 1>&6 108618 108201 else … … 108644 108227 # Extract the first word of "ranlib", so it can be a program name with args. 108645 108228 set dummy ranlib; ac_word=$2 108646 108229 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 108647 echo "configure:108 648: checking for $ac_word" >&5108230 echo "configure:108231: checking for $ac_word" >&5 108648 108231 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 108649 108232 echo $ac_n "(cached) $ac_c" 1>&6 108650 108233 else … … 108679 108262 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 108680 108263 set dummy ${ac_tool_prefix}strip; ac_word=$2 108681 108264 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 108682 echo "configure:108 683: checking for $ac_word" >&5108265 echo "configure:108266: checking for $ac_word" >&5 108683 108266 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 108684 108267 echo $ac_n "(cached) $ac_c" 1>&6 108685 108268 else … … 108711 108294 # Extract the first word of "strip", so it can be a program name with args. 108712 108295 set dummy strip; ac_word=$2 108713 108296 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 108714 echo "configure:108 715: checking for $ac_word" >&5108297 echo "configure:108298: checking for $ac_word" >&5 108715 108298 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 108716 108299 echo $ac_n "(cached) $ac_c" 1>&6 108717 108300 else … … 108797 108380 file_magic*) 108798 108381 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 108799 108382 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 108800 echo "configure:108 801: checking for ${ac_tool_prefix}file" >&5108383 echo "configure:108384: checking for ${ac_tool_prefix}file" >&5 108801 108384 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 108802 108385 echo $ac_n "(cached) $ac_c" 1>&6 108803 108386 else … … 108857 108440 if test -z "$lt_cv_path_MAGIC_CMD"; then 108858 108441 if test -n "$ac_tool_prefix"; then 108859 108442 echo $ac_n "checking for file""... $ac_c" 1>&6 108860 echo "configure:108 861: checking for file" >&5108443 echo "configure:108444: checking for file" >&5 108861 108444 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 108862 108445 echo $ac_n "(cached) $ac_c" 1>&6 108863 108446 else … … 109016 108599 # Check to make sure the static flag actually works. 109017 108600 # 109018 108601 echo $ac_n "checking if $compiler static flag $lt_prog_compiler_static works""... $ac_c" 1>&6 109019 echo "configure:10 9020: checking if $compiler static flag $lt_prog_compiler_static works" >&5108602 echo "configure:108603: checking if $compiler static flag $lt_prog_compiler_static works" >&5 109020 108603 if eval "test \"`echo '$''{'lt_prog_compiler_static_works'+set}'`\" = set"; then 109021 108604 echo $ac_n "(cached) $ac_c" 1>&6 109022 108605 else … … 109066 108649 109067 108650 109068 108651 echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions""... $ac_c" 1>&6 109069 echo "configure:10 9070: checking if $compiler supports -fno-rtti -fno-exceptions" >&5108652 echo "configure:108653: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 109070 108653 if eval "test \"`echo '$''{'lt_cv_prog_compiler_rtti_exceptions'+set}'`\" = set"; then 109071 108654 echo $ac_n "(cached) $ac_c" 1>&6 109072 108655 else … … 109083 108666 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 109084 108667 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 109085 108668 -e 's:$: $lt_compiler_flag:'` 109086 (eval echo "\"configure:10 9087: $lt_compile\"" >&5)108669 (eval echo "\"configure:108670: $lt_compile\"" >&5) 109087 108670 (eval "$lt_compile" 2>conftest.err) 109088 108671 ac_status=$? 109089 108672 cat conftest.err >&5 109090 echo "configure:10 9091: \$? = $ac_status" >&5108673 echo "configure:108674: \$? = $ac_status" >&5 109091 108674 if (exit $ac_status) && test -s "$ac_outfile"; then 109092 108675 # The compiler can only warn and ignore the option if not recognized 109093 108676 # So say no if there are warnings other than the usual output. … … 109116 108699 lt_prog_compiler_static= 109117 108700 109118 108701 echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6 109119 echo "configure:10 9120: checking for $compiler option to produce PIC" >&5108702 echo "configure:108703: checking for $compiler option to produce PIC" >&5 109120 108703 109121 108704 if test "$GCC" = yes; then 109122 108705 lt_prog_compiler_wl='-Wl,' … … 109327 108910 if test -n "$lt_prog_compiler_pic"; then 109328 108911 109329 108912 echo $ac_n "checking if $compiler PIC flag $lt_prog_compiler_pic works""... $ac_c" 1>&6 109330 echo "configure:10 9331: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5108913 echo "configure:108914: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 109331 108914 if eval "test \"`echo '$''{'lt_prog_compiler_pic_works'+set}'`\" = set"; then 109332 108915 echo $ac_n "(cached) $ac_c" 1>&6 109333 108916 else … … 109344 108927 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 109345 108928 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 109346 108929 -e 's:$: $lt_compiler_flag:'` 109347 (eval echo "\"configure:10 9348: $lt_compile\"" >&5)108930 (eval echo "\"configure:108931: $lt_compile\"" >&5) 109348 108931 (eval "$lt_compile" 2>conftest.err) 109349 108932 ac_status=$? 109350 108933 cat conftest.err >&5 109351 echo "configure:10 9352: \$? = $ac_status" >&5108934 echo "configure:108935: \$? = $ac_status" >&5 109352 108935 if (exit $ac_status) && test -s "$ac_outfile"; then 109353 108936 # The compiler can only warn and ignore the option if not recognized 109354 108937 # So say no if there are warnings other than the usual output. … … 109386 108969 esac 109387 108970 109388 108971 echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6 109389 echo "configure:10 9390: checking if $compiler supports -c -o file.$ac_objext" >&5108972 echo "configure:108973: checking if $compiler supports -c -o file.$ac_objext" >&5 109390 108973 if eval "test \"`echo '$''{'lt_cv_prog_compiler_c_o'+set}'`\" = set"; then 109391 108974 echo $ac_n "(cached) $ac_c" 1>&6 109392 108975 else … … 109406 108989 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 109407 108990 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 109408 108991 -e 's:$: $lt_compiler_flag:'` 109409 (eval echo "\"configure:10 9410: $lt_compile\"" >&5)108992 (eval echo "\"configure:108993: $lt_compile\"" >&5) 109410 108993 (eval "$lt_compile" 2>out/conftest.err) 109411 108994 ac_status=$? 109412 108995 cat out/conftest.err >&5 109413 echo "configure:10 9414: \$? = $ac_status" >&5108996 echo "configure:108997: \$? = $ac_status" >&5 109414 108997 if (exit $ac_status) && test -s out/conftest2.$ac_objext 109415 108998 then 109416 108999 # The compiler can only warn and ignore the option if not recognized … … 109440 109023 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 109441 109024 # do not overwrite the value of need_locks provided by the user 109442 109025 echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6 109443 echo "configure:109 444: checking if we can lock with hard links" >&5109026 echo "configure:109027: checking if we can lock with hard links" >&5 109444 109027 hard_links=yes 109445 109028 $rm conftest* 109446 109029 ln conftest.a conftest.b 2>/dev/null && hard_links=no … … 109457 109040 fi 109458 109041 109459 109042 echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6 109460 echo "configure:109 461: checking whether the $compiler linker ($LD) supports shared libraries" >&5109043 echo "configure:109044: checking whether the $compiler linker ($LD) supports shared libraries" >&5 109461 109044 109462 109045 runpath_var= 109463 109046 allow_undefined_flag= … … 109810 109393 # Determine the default libpath from the value encoded in an empty executable. 109811 109394 109812 109395 cat > conftest.$ac_ext <<EOF 109813 #line 109 814"configure"109396 #line 109397 "configure" 109814 109397 #include "confdefs.h" 109815 109398 int main() { 109816 109399 ; return 0; } 109817 109400 EOF 109818 if { (eval echo configure:109 819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then109401 if { (eval echo configure:109402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 109819 109402 109820 109403 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 109821 109404 }'` … … 109841 109424 # Determine the default libpath from the value encoded in an empty executable. 109842 109425 109843 109426 cat > conftest.$ac_ext <<EOF 109844 #line 109 845"configure"109427 #line 109428 "configure" 109845 109428 #include "confdefs.h" 109846 109429 int main() { 109847 109430 ; return 0; } 109848 109431 EOF 109849 if { (eval echo configure:109 850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then109432 if { (eval echo configure:109433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 109850 109433 109851 109434 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 109852 109435 }'` … … 110318 109901 # systems, -lgcc has to come before -lc. If gcc already passes -lc 110319 109902 # to ld, don't add -lc before -lgcc. 110320 109903 echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6 110321 echo "configure:1 10322: checking whether -lc should be explicitly linked in" >&5109904 echo "configure:109905: checking whether -lc should be explicitly linked in" >&5 110322 109905 $rm conftest* 110323 109906 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 110324 109907 110325 if { (eval echo configure:1 10326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then109908 if { (eval echo configure:109909: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then 110326 109909 soname=conftest 110327 109910 lib=conftest 110328 109911 libobjs=conftest.$ac_objext … … 110335 109918 libname=conftest 110336 109919 lt_save_allow_undefined_flag=$allow_undefined_flag 110337 109920 allow_undefined_flag= 110338 if { (eval echo configure:1 10339: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }109921 if { (eval echo configure:109922: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; } 110339 109922 then 110340 109923 archive_cmds_need_lc=no 110341 109924 else … … 110354 109937 esac 110355 109938 110356 109939 echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 110357 echo "configure:1 10358: checking dynamic linker characteristics" >&5109940 echo "configure:109941: checking dynamic linker characteristics" >&5 110358 109941 library_names_spec= 110359 109942 libname_spec='lib$name' 110360 109943 soname_spec= … … 110728 110311 libsuff= 110729 110312 case $host_cpu in 110730 110313 x86_64*|s390x*|powerpc64*) 110731 echo '#line 110 732"configure"' > conftest.$ac_ext110732 if { (eval echo configure:110 733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then110314 echo '#line 110315 "configure"' > conftest.$ac_ext 110315 if { (eval echo configure:110316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 110733 110316 case `/usr/bin/file conftest.$ac_objext` in 110734 110317 *64-bit*) 110735 110318 libsuff=64 … … 110928 110511 test "$dynamic_linker" = no && can_build_shared=no 110929 110512 110930 110513 echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6 110931 echo "configure:110 932: checking how to hardcode library paths into programs" >&5110514 echo "configure:110515: checking how to hardcode library paths into programs" >&5 110932 110515 hardcode_action= 110933 110516 if test -n "$hardcode_libdir_flag_spec" || \ 110934 110517 test -n "$runpath_var" || \ … … 110966 110549 striplib= 110967 110550 old_striplib= 110968 110551 echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 110969 echo "configure:110 970: checking whether stripping libraries is possible" >&5110552 echo "configure:110553: checking whether stripping libraries is possible" >&5 110970 110553 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 110971 110554 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 110972 110555 test -z "$striplib" && striplib="$STRIP --strip-unneeded" … … 111016 110599 darwin*) 111017 110600 # if libdl is installed we need to link against it 111018 110601 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 111019 echo "configure:11 1020: checking for dlopen in -ldl" >&5110602 echo "configure:110603: checking for dlopen in -ldl" >&5 111020 110603 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 111021 110604 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 111022 110605 echo $ac_n "(cached) $ac_c" 1>&6 … … 111024 110607 ac_save_LIBS="$LIBS" 111025 110608 LIBS="-ldl $LIBS" 111026 110609 cat > conftest.$ac_ext <<EOF 111027 #line 11 1028"configure"110610 #line 110611 "configure" 111028 110611 #include "confdefs.h" 111029 110612 /* Override any gcc2 internal prototype to avoid an error. */ 111030 110613 /* We use char because int might match the return type of a gcc2 … … 111035 110618 dlopen() 111036 110619 ; return 0; } 111037 110620 EOF 111038 if { (eval echo configure:11 1039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then110621 if { (eval echo configure:110622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 111039 110622 rm -rf conftest* 111040 110623 eval "ac_cv_lib_$ac_lib_var=yes" 111041 110624 else … … 111064 110647 111065 110648 *) 111066 110649 echo $ac_n "checking for shl_load""... $ac_c" 1>&6 111067 echo "configure:11 1068: checking for shl_load" >&5110650 echo "configure:110651: checking for shl_load" >&5 111068 110651 if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then 111069 110652 echo $ac_n "(cached) $ac_c" 1>&6 111070 110653 else 111071 110654 cat > conftest.$ac_ext <<EOF 111072 #line 11 1073"configure"110655 #line 110656 "configure" 111073 110656 #include "confdefs.h" 111074 110657 /* System header to define __stub macros and hopefully few prototypes, 111075 110658 which can conflict with char shl_load(); below. */ … … 111092 110675 111093 110676 ; return 0; } 111094 110677 EOF 111095 if { (eval echo configure:11 1096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then110678 if { (eval echo configure:110679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 111096 110679 rm -rf conftest* 111097 110680 eval "ac_cv_func_shl_load=yes" 111098 110681 else … … 111110 110693 else 111111 110694 echo "$ac_t""no" 1>&6 111112 110695 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 111113 echo "configure:11 1114: checking for shl_load in -ldld" >&5110696 echo "configure:110697: checking for shl_load in -ldld" >&5 111114 110697 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 111115 110698 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 111116 110699 echo $ac_n "(cached) $ac_c" 1>&6 … … 111118 110701 ac_save_LIBS="$LIBS" 111119 110702 LIBS="-ldld $LIBS" 111120 110703 cat > conftest.$ac_ext <<EOF 111121 #line 11 1122"configure"110704 #line 110705 "configure" 111122 110705 #include "confdefs.h" 111123 110706 /* Override any gcc2 internal prototype to avoid an error. */ 111124 110707 /* We use char because int might match the return type of a gcc2 … … 111129 110712 shl_load() 111130 110713 ; return 0; } 111131 110714 EOF 111132 if { (eval echo configure:11 1133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then110715 if { (eval echo configure:110716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 111133 110716 rm -rf conftest* 111134 110717 eval "ac_cv_lib_$ac_lib_var=yes" 111135 110718 else … … 111148 110731 else 111149 110732 echo "$ac_t""no" 1>&6 111150 110733 echo $ac_n "checking for dlopen""... $ac_c" 1>&6 111151 echo "configure:11 1152: checking for dlopen" >&5110734 echo "configure:110735: checking for dlopen" >&5 111152 110735 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then 111153 110736 echo $ac_n "(cached) $ac_c" 1>&6 111154 110737 else 111155 110738 cat > conftest.$ac_ext <<EOF 111156 #line 11 1157"configure"110739 #line 110740 "configure" 111157 110740 #include "confdefs.h" 111158 110741 /* System header to define __stub macros and hopefully few prototypes, 111159 110742 which can conflict with char dlopen(); below. */ … … 111176 110759 111177 110760 ; return 0; } 111178 110761 EOF 111179 if { (eval echo configure:11 1180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then110762 if { (eval echo configure:110763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 111180 110763 rm -rf conftest* 111181 110764 eval "ac_cv_func_dlopen=yes" 111182 110765 else … … 111194 110777 else 111195 110778 echo "$ac_t""no" 1>&6 111196 110779 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 111197 echo "configure:11 1198: checking for dlopen in -ldl" >&5110780 echo "configure:110781: checking for dlopen in -ldl" >&5 111198 110781 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 111199 110782 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 111200 110783 echo $ac_n "(cached) $ac_c" 1>&6 … … 111202 110785 ac_save_LIBS="$LIBS" 111203 110786 LIBS="-ldl $LIBS" 111204 110787 cat > conftest.$ac_ext <<EOF 111205 #line 11 1206"configure"110788 #line 110789 "configure" 111206 110789 #include "confdefs.h" 111207 110790 /* Override any gcc2 internal prototype to avoid an error. */ 111208 110791 /* We use char because int might match the return type of a gcc2 … … 111213 110796 dlopen() 111214 110797 ; return 0; } 111215 110798 EOF 111216 if { (eval echo configure:11 1217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then110799 if { (eval echo configure:110800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 111217 110800 rm -rf conftest* 111218 110801 eval "ac_cv_lib_$ac_lib_var=yes" 111219 110802 else … … 111232 110815 else 111233 110816 echo "$ac_t""no" 1>&6 111234 110817 echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 111235 echo "configure:11 1236: checking for dlopen in -lsvld" >&5110818 echo "configure:110819: checking for dlopen in -lsvld" >&5 111236 110819 ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'` 111237 110820 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 111238 110821 echo $ac_n "(cached) $ac_c" 1>&6 … … 111240 110823 ac_save_LIBS="$LIBS" 111241 110824 LIBS="-lsvld $LIBS" 111242 110825 cat > conftest.$ac_ext <<EOF 111243 #line 11 1244"configure"110826 #line 110827 "configure" 111244 110827 #include "confdefs.h" 111245 110828 /* Override any gcc2 internal prototype to avoid an error. */ 111246 110829 /* We use char because int might match the return type of a gcc2 … … 111251 110834 dlopen() 111252 110835 ; return 0; } 111253 110836 EOF 111254 if { (eval echo configure:11 1255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then110837 if { (eval echo configure:110838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 111255 110838 rm -rf conftest* 111256 110839 eval "ac_cv_lib_$ac_lib_var=yes" 111257 110840 else … … 111270 110853 else 111271 110854 echo "$ac_t""no" 1>&6 111272 110855 echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6 111273 echo "configure:11 1274: checking for dld_link in -ldld" >&5110856 echo "configure:110857: checking for dld_link in -ldld" >&5 111274 110857 ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'` 111275 110858 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 111276 110859 echo $ac_n "(cached) $ac_c" 1>&6 … … 111278 110861 ac_save_LIBS="$LIBS" 111279 110862 LIBS="-ldld $LIBS" 111280 110863 cat > conftest.$ac_ext <<EOF 111281 #line 11 1282"configure"110864 #line 110865 "configure" 111282 110865 #include "confdefs.h" 111283 110866 /* Override any gcc2 internal prototype to avoid an error. */ 111284 110867 /* We use char because int might match the return type of a gcc2 … … 111289 110872 dld_link() 111290 110873 ; return 0; } 111291 110874 EOF 111292 if { (eval echo configure:11 1293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then110875 if { (eval echo configure:110876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 111293 110876 rm -rf conftest* 111294 110877 eval "ac_cv_lib_$ac_lib_var=yes" 111295 110878 else … … 111345 110928 LIBS="$lt_cv_dlopen_libs $LIBS" 111346 110929 111347 110930 echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6 111348 echo "configure:11 1349: checking whether a program can dlopen itself" >&5110931 echo "configure:110932: checking whether a program can dlopen itself" >&5 111349 110932 if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then 111350 110933 echo $ac_n "(cached) $ac_c" 1>&6 111351 110934 else … … 111355 110938 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 111356 110939 lt_status=$lt_dlunknown 111357 110940 cat > conftest.$ac_ext <<EOF 111358 #line 11 1359"configure"110941 #line 110942 "configure" 111359 110942 #include "confdefs.h" 111360 110943 111361 110944 #if HAVE_DLFCN_H … … 111416 110999 exit (status); 111417 111000 } 111418 111001 EOF 111419 if { (eval echo configure:111 420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then111002 if { (eval echo configure:111003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 111420 111003 (./conftest; exit; ) >&5 2>/dev/null 111421 111004 lt_status=$? 111422 111005 case x$lt_status in … … 111439 111022 if test "x$lt_cv_dlopen_self" = xyes; then 111440 111023 LDFLAGS="$LDFLAGS $link_static_flag" 111441 111024 echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6 111442 echo "configure:111 443: checking whether a statically linked program can dlopen itself" >&5111025 echo "configure:111026: checking whether a statically linked program can dlopen itself" >&5 111443 111026 if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then 111444 111027 echo $ac_n "(cached) $ac_c" 1>&6 111445 111028 else … … 111449 111032 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 111450 111033 lt_status=$lt_dlunknown 111451 111034 cat > conftest.$ac_ext <<EOF 111452 #line 111 453"configure"111035 #line 111036 "configure" 111453 111036 #include "confdefs.h" 111454 111037 111455 111038 #if HAVE_DLFCN_H … … 111510 111093 exit (status); 111511 111094 } 111512 111095 EOF 111513 if { (eval echo configure:111 514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then111096 if { (eval echo configure:111097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 111514 111097 (./conftest; exit; ) >&5 2>/dev/null 111515 111098 lt_status=$? 111516 111099 case x$lt_status in … … 111551 111134 111552 111135 # Report which librarie types wil actually be built 111553 111136 echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6 111554 echo "configure:111 555: checking if libtool supports shared libraries" >&5111137 echo "configure:111138: checking if libtool supports shared libraries" >&5 111555 111138 echo "$ac_t""$can_build_shared" 1>&6 111556 111139 111557 111140 echo $ac_n "checking whether to build shared libraries""... $ac_c" 1>&6 111558 echo "configure:111 559: checking whether to build shared libraries" >&5111141 echo "configure:111142: checking whether to build shared libraries" >&5 111559 111142 test "$can_build_shared" = "no" && enable_shared=no 111560 111143 111561 111144 # On AIX, shared libraries and static libraries use the same namespace, and … … 111578 111161 echo "$ac_t""$enable_shared" 1>&6 111579 111162 111580 111163 echo $ac_n "checking whether to build static libraries""... $ac_c" 1>&6 111581 echo "configure:111 582: checking whether to build static libraries" >&5111164 echo "configure:111165: checking whether to build static libraries" >&5 111582 111165 # Make sure either enable_shared or enable_static is yes. 111583 111166 test "$enable_shared" = yes || enable_static=yes 111584 111167 echo "$ac_t""$enable_static" 1>&6 … … 112247 111830 if test "$GCC" = yes; then 112248 111831 # Check if gcc -print-prog-name=ld gives a path. 112249 111832 echo $ac_n "checking for ld used by $CC""... $ac_c" 1>&6 112250 echo "configure:11 2251: checking for ld used by $CC" >&5111833 echo "configure:111834: checking for ld used by $CC" >&5 112251 111834 case $host in 112252 111835 *-*-mingw*) 112253 111836 # gcc leaves a trailing carriage return which upsets mingw … … 112277 111860 esac 112278 111861 elif test "$with_gnu_ld" = yes; then 112279 111862 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 112280 echo "configure:11 2281: checking for GNU ld" >&5111863 echo "configure:111864: checking for GNU ld" >&5 112281 111864 else 112282 111865 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 112283 echo "configure:11 2284: checking for non-GNU ld" >&5111866 echo "configure:111867: checking for non-GNU ld" >&5 112284 111867 fi 112285 111868 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then 112286 111869 echo $ac_n "(cached) $ac_c" 1>&6 … … 112319 111902 fi 112320 111903 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 112321 111904 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 112322 echo "configure:11 2323: checking if the linker ($LD) is GNU ld" >&5111905 echo "configure:111906: checking if the linker ($LD) is GNU ld" >&5 112323 111906 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then 112324 111907 echo $ac_n "(cached) $ac_c" 1>&6 112325 111908 else … … 112385 111968 112386 111969 # PORTME: fill in a description of your system's C++ link characteristics 112387 111970 echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6 112388 echo "configure:11 2389: checking whether the $compiler linker ($LD) supports shared libraries" >&5111971 echo "configure:111972: checking whether the $compiler linker ($LD) supports shared libraries" >&5 112389 111972 ld_shlibs_CXX=yes 112390 111973 case $host_os in 112391 111974 aix3*) … … 112481 112064 # Determine the default libpath from the value encoded in an empty executable. 112482 112065 112483 112066 cat > conftest.$ac_ext <<EOF 112484 #line 112 485"configure"112067 #line 112068 "configure" 112485 112068 #include "confdefs.h" 112486 112069 int main() { 112487 112070 ; return 0; } 112488 112071 EOF 112489 if { (eval echo configure:112 490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then112072 if { (eval echo configure:112073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 112490 112073 112491 112074 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 112492 112075 }'` … … 112513 112096 # Determine the default libpath from the value encoded in an empty executable. 112514 112097 112515 112098 cat > conftest.$ac_ext <<EOF 112516 #line 112 517"configure"112099 #line 112100 "configure" 112517 112100 #include "confdefs.h" 112518 112101 int main() { 112519 112102 ; return 0; } 112520 112103 EOF 112521 if { (eval echo configure:112 522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then112104 if { (eval echo configure:112105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 112522 112105 112523 112106 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 112524 112107 }'` … … 113225 112808 }; 113226 112809 EOF 113227 112810 113228 if { (eval echo configure:11 3229: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then112811 if { (eval echo configure:112812: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 113229 112812 # Parse the compiler output and extract the necessary 113230 112813 # objects, libraries and library flags. 113231 112814 … … 113335 112918 lt_prog_compiler_static_CXX= 113336 112919 113337 112920 echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6 113338 echo "configure:11 3339: checking for $compiler option to produce PIC" >&5112921 echo "configure:112922: checking for $compiler option to produce PIC" >&5 113339 112922 113340 112923 # C++ specific cases for pic, static, wl, etc. 113341 112924 if test "$GXX" = yes; then … … 113610 113193 if test -n "$lt_prog_compiler_pic_CXX"; then 113611 113194 113612 113195 echo $ac_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works""... $ac_c" 1>&6 113613 echo "configure:113 614: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5113196 echo "configure:113197: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 113614 113197 if eval "test \"`echo '$''{'lt_prog_compiler_pic_works_CXX'+set}'`\" = set"; then 113615 113198 echo $ac_n "(cached) $ac_c" 1>&6 113616 113199 else … … 113627 113210 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 113628 113211 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 113629 113212 -e 's:$: $lt_compiler_flag:'` 113630 (eval echo "\"configure:113 631: $lt_compile\"" >&5)113213 (eval echo "\"configure:113214: $lt_compile\"" >&5) 113631 113214 (eval "$lt_compile" 2>conftest.err) 113632 113215 ac_status=$? 113633 113216 cat conftest.err >&5 113634 echo "configure:113 635: \$? = $ac_status" >&5113217 echo "configure:113218: \$? = $ac_status" >&5 113635 113218 if (exit $ac_status) && test -s "$ac_outfile"; then 113636 113219 # The compiler can only warn and ignore the option if not recognized 113637 113220 # So say no if there are warnings other than the usual output. … … 113669 113252 esac 113670 113253 113671 113254 echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6 113672 echo "configure:113 673: checking if $compiler supports -c -o file.$ac_objext" >&5113255 echo "configure:113256: checking if $compiler supports -c -o file.$ac_objext" >&5 113673 113256 if eval "test \"`echo '$''{'lt_cv_prog_compiler_c_o_CXX'+set}'`\" = set"; then 113674 113257 echo $ac_n "(cached) $ac_c" 1>&6 113675 113258 else … … 113689 113272 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 113690 113273 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 113691 113274 -e 's:$: $lt_compiler_flag:'` 113692 (eval echo "\"configure:113 693: $lt_compile\"" >&5)113275 (eval echo "\"configure:113276: $lt_compile\"" >&5) 113693 113276 (eval "$lt_compile" 2>out/conftest.err) 113694 113277 ac_status=$? 113695 113278 cat out/conftest.err >&5 113696 echo "configure:113 697: \$? = $ac_status" >&5113279 echo "configure:113280: \$? = $ac_status" >&5 113697 113280 if (exit $ac_status) && test -s out/conftest2.$ac_objext 113698 113281 then 113699 113282 # The compiler can only warn and ignore the option if not recognized … … 113723 113306 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then 113724 113307 # do not overwrite the value of need_locks provided by the user 113725 113308 echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6 113726 echo "configure:113 727: checking if we can lock with hard links" >&5113309 echo "configure:113310: checking if we can lock with hard links" >&5 113727 113310 hard_links=yes 113728 113311 $rm conftest* 113729 113312 ln conftest.a conftest.b 2>/dev/null && hard_links=no … … 113740 113323 fi 113741 113324 113742 113325 echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6 113743 echo "configure:113 744: checking whether the $compiler linker ($LD) supports shared libraries" >&5113326 echo "configure:113327: checking whether the $compiler linker ($LD) supports shared libraries" >&5 113744 113327 113745 113328 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 113746 113329 case $host_os in … … 113790 113373 # systems, -lgcc has to come before -lc. If gcc already passes -lc 113791 113374 # to ld, don't add -lc before -lgcc. 113792 113375 echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6 113793 echo "configure:113 794: checking whether -lc should be explicitly linked in" >&5113376 echo "configure:113377: checking whether -lc should be explicitly linked in" >&5 113794 113377 $rm conftest* 113795 113378 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 113796 113379 113797 if { (eval echo configure:113 798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then113380 if { (eval echo configure:113381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then 113798 113381 soname=conftest 113799 113382 lib=conftest 113800 113383 libobjs=conftest.$ac_objext … … 113807 113390 libname=conftest 113808 113391 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX 113809 113392 allow_undefined_flag_CXX= 113810 if { (eval echo configure:113 811: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }113393 if { (eval echo configure:113394: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; } 113811 113394 then 113812 113395 archive_cmds_need_lc_CXX=no 113813 113396 else … … 113826 113409 esac 113827 113410 113828 113411 echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6 113829 echo "configure:113 830: checking dynamic linker characteristics" >&5113412 echo "configure:113413: checking dynamic linker characteristics" >&5 113830 113413 library_names_spec= 113831 113414 libname_spec='lib$name' 113832 113415 soname_spec= … … 114200 113783 libsuff= 114201 113784 case $host_cpu in 114202 113785 x86_64*|s390x*|powerpc64*) 114203 echo '#line 11 4204"configure"' > conftest.$ac_ext114204 if { (eval echo configure:11 4205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then113786 echo '#line 113787 "configure"' > conftest.$ac_ext 113787 if { (eval echo configure:113788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 114205 113788 case `/usr/bin/file conftest.$ac_objext` in 114206 113789 *64-bit*) 114207 113790 libsuff=64 … … 114400 113983 test "$dynamic_linker" = no && can_build_shared=no 114401 113984 114402 113985 echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6 114403 echo "configure:11 4404: checking how to hardcode library paths into programs" >&5113986 echo "configure:113987: checking how to hardcode library paths into programs" >&5 114404 113987 hardcode_action_CXX= 114405 113988 if test -n "$hardcode_libdir_flag_spec_CXX" || \ 114406 113989 test -n "$runpath_var_CXX" || \ … … 114438 114021 striplib= 114439 114022 old_striplib= 114440 114023 echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6 114441 echo "configure:114 442: checking whether stripping libraries is possible" >&5114024 echo "configure:114025: checking whether stripping libraries is possible" >&5 114442 114025 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 114443 114026 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 114444 114027 test -z "$striplib" && striplib="$STRIP --strip-unneeded" … … 114488 114071 darwin*) 114489 114072 # if libdl is installed we need to link against it 114490 114073 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 114491 echo "configure:114 492: checking for dlopen in -ldl" >&5114074 echo "configure:114075: checking for dlopen in -ldl" >&5 114492 114075 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 114493 114076 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 114494 114077 echo $ac_n "(cached) $ac_c" 1>&6 … … 114496 114079 ac_save_LIBS="$LIBS" 114497 114080 LIBS="-ldl $LIBS" 114498 114081 cat > conftest.$ac_ext <<EOF 114499 #line 114 500"configure"114082 #line 114083 "configure" 114500 114083 #include "confdefs.h" 114501 114084 /* Override any gcc2 internal prototype to avoid an error. */ 114502 114085 #ifdef __cplusplus … … 114510 114093 dlopen() 114511 114094 ; return 0; } 114512 114095 EOF 114513 if { (eval echo configure:114 514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then114096 if { (eval echo configure:114097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 114514 114097 rm -rf conftest* 114515 114098 eval "ac_cv_lib_$ac_lib_var=yes" 114516 114099 else … … 114539 114122 114540 114123 *) 114541 114124 echo $ac_n "checking for shl_load""... $ac_c" 1>&6 114542 echo "configure:114 543: checking for shl_load" >&5114125 echo "configure:114126: checking for shl_load" >&5 114543 114126 if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then 114544 114127 echo $ac_n "(cached) $ac_c" 1>&6 114545 114128 else 114546 114129 cat > conftest.$ac_ext <<EOF 114547 #line 114 548"configure"114130 #line 114131 "configure" 114548 114131 #include "confdefs.h" 114549 114132 /* System header to define __stub macros and hopefully few prototypes, 114550 114133 which can conflict with char shl_load(); below. */ … … 114570 114153 114571 114154 ; return 0; } 114572 114155 EOF 114573 if { (eval echo configure:114 574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then114156 if { (eval echo configure:114157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 114574 114157 rm -rf conftest* 114575 114158 eval "ac_cv_func_shl_load=yes" 114576 114159 else … … 114588 114171 else 114589 114172 echo "$ac_t""no" 1>&6 114590 114173 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 114591 echo "configure:114 592: checking for shl_load in -ldld" >&5114174 echo "configure:114175: checking for shl_load in -ldld" >&5 114592 114175 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 114593 114176 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 114594 114177 echo $ac_n "(cached) $ac_c" 1>&6 … … 114596 114179 ac_save_LIBS="$LIBS" 114597 114180 LIBS="-ldld $LIBS" 114598 114181 cat > conftest.$ac_ext <<EOF 114599 #line 114 600"configure"114182 #line 114183 "configure" 114600 114183 #include "confdefs.h" 114601 114184 /* Override any gcc2 internal prototype to avoid an error. */ 114602 114185 #ifdef __cplusplus … … 114610 114193 shl_load() 114611 114194 ; return 0; } 114612 114195 EOF 114613 if { (eval echo configure:114 614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then114196 if { (eval echo configure:114197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 114614 114197 rm -rf conftest* 114615 114198 eval "ac_cv_lib_$ac_lib_var=yes" 114616 114199 else … … 114629 114212 else 114630 114213 echo "$ac_t""no" 1>&6 114631 114214 echo $ac_n "checking for dlopen""... $ac_c" 1>&6 114632 echo "configure:114 633: checking for dlopen" >&5114215 echo "configure:114216: checking for dlopen" >&5 114633 114216 if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then 114634 114217 echo $ac_n "(cached) $ac_c" 1>&6 114635 114218 else 114636 114219 cat > conftest.$ac_ext <<EOF 114637 #line 114 638"configure"114220 #line 114221 "configure" 114638 114221 #include "confdefs.h" 114639 114222 /* System header to define __stub macros and hopefully few prototypes, 114640 114223 which can conflict with char dlopen(); below. */ … … 114660 114243 114661 114244 ; return 0; } 114662 114245 EOF 114663 if { (eval echo configure:114 664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then114246 if { (eval echo configure:114247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 114664 114247 rm -rf conftest* 114665 114248 eval "ac_cv_func_dlopen=yes" 114666 114249 else … … 114678 114261 else 114679 114262 echo "$ac_t""no" 1>&6 114680 114263 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 114681 echo "configure:114 682: checking for dlopen in -ldl" >&5114264 echo "configure:114265: checking for dlopen in -ldl" >&5 114682 114265 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 114683 114266 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 114684 114267 echo $ac_n "(cached) $ac_c" 1>&6 … … 114686 114269 ac_save_LIBS="$LIBS" 114687 114270 LIBS="-ldl $LIBS" 114688 114271 cat > conftest.$ac_ext <<EOF 114689 #line 114 690"configure"114272 #line 114273 "configure" 114690 114273 #include "confdefs.h" 114691 114274 /* Override any gcc2 internal prototype to avoid an error. */ 114692 114275 #ifdef __cplusplus … … 114700 114283 dlopen() 114701 114284 ; return 0; } 114702 114285 EOF 114703 if { (eval echo configure:114 704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then114286 if { (eval echo configure:114287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 114704 114287 rm -rf conftest* 114705 114288 eval "ac_cv_lib_$ac_lib_var=yes" 114706 114289 else … … 114719 114302 else 114720 114303 echo "$ac_t""no" 1>&6 114721 114304 echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6 114722 echo "configure:114 723: checking for dlopen in -lsvld" >&5114305 echo "configure:114306: checking for dlopen in -lsvld" >&5 114723 114306 ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'` 114724 114307 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 114725 114308 echo $ac_n "(cached) $ac_c" 1>&6 … … 114727 114310 ac_save_LIBS="$LIBS" 114728 114311 LIBS="-lsvld $LIBS" 114729 114312 cat > conftest.$ac_ext <<EOF 114730 #line 114 731"configure"114313 #line 114314 "configure" 114731 114314 #include "confdefs.h" 114732 114315 /* Override any gcc2 internal prototype to avoid an error. */ 114733 114316 #ifdef __cplusplus … … 114741 114324 dlopen() 114742 114325 ; return 0; } 114743 114326 EOF 114744 if { (eval echo configure:114 745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then114327 if { (eval echo configure:114328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 114745 114328 rm -rf conftest* 114746 114329 eval "ac_cv_lib_$ac_lib_var=yes" 114747 114330 else … … 114760 114343 else 114761 114344 echo "$ac_t""no" 1>&6 114762 114345 echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6 114763 echo "configure:114 764: checking for dld_link in -ldld" >&5114346 echo "configure:114347: checking for dld_link in -ldld" >&5 114764 114347 ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'` 114765 114348 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 114766 114349 echo $ac_n "(cached) $ac_c" 1>&6 … … 114768 114351 ac_save_LIBS="$LIBS" 114769 114352 LIBS="-ldld $LIBS" 114770 114353 cat > conftest.$ac_ext <<EOF 114771 #line 114 772"configure"114354 #line 114355 "configure" 114772 114355 #include "confdefs.h" 114773 114356 /* Override any gcc2 internal prototype to avoid an error. */ 114774 114357 #ifdef __cplusplus … … 114782 114365 dld_link() 114783 114366 ; return 0; } 114784 114367 EOF 114785 if { (eval echo configure:114 786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then114368 if { (eval echo configure:114369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 114786 114369 rm -rf conftest* 114787 114370 eval "ac_cv_lib_$ac_lib_var=yes" 114788 114371 else … … 114838 114421 LIBS="$lt_cv_dlopen_libs $LIBS" 114839 114422 114840 114423 echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6 114841 echo "configure:114 842: checking whether a program can dlopen itself" >&5114424 echo "configure:114425: checking whether a program can dlopen itself" >&5 114842 114425 if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then 114843 114426 echo $ac_n "(cached) $ac_c" 1>&6 114844 114427 else … … 114848 114431 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 114849 114432 lt_status=$lt_dlunknown 114850 114433 cat > conftest.$ac_ext <<EOF 114851 #line 114 852"configure"114434 #line 114435 "configure" 114852 114435 #include "confdefs.h" 114853 114436 114854 114437 #if HAVE_DLFCN_H … … 114909 114492 exit (status); 114910 114493 } 114911 114494 EOF 114912 if { (eval echo configure:114 913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then114495 if { (eval echo configure:114496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 114913 114496 (./conftest; exit; ) >&5 2>/dev/null 114914 114497 lt_status=$? 114915 114498 case x$lt_status in … … 114932 114515 if test "x$lt_cv_dlopen_self" = xyes; then 114933 114516 LDFLAGS="$LDFLAGS $link_static_flag" 114934 114517 echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6 114935 echo "configure:114 936: checking whether a statically linked program can dlopen itself" >&5114518 echo "configure:114519: checking whether a statically linked program can dlopen itself" >&5 114936 114519 if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then 114937 114520 echo $ac_n "(cached) $ac_c" 1>&6 114938 114521 else … … 114942 114525 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 114943 114526 lt_status=$lt_dlunknown 114944 114527 cat > conftest.$ac_ext <<EOF 114945 #line 114 946"configure"114528 #line 114529 "configure" 114946 114529 #include "confdefs.h" 114947 114530 114948 114531 #if HAVE_DLFCN_H … … 115003 114586 exit (status); 115004 114587 } 115005 114588 EOF 115006 if { (eval echo configure:11 5007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then114589 if { (eval echo configure:114590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 115007 114590 (./conftest; exit; ) >&5 2>/dev/null 115008 114591 lt_status=$? 115009 114592 case x$lt_status in