Changeset 13009 for trunk/FACT++
- Timestamp:
- 03/07/12 18:51:33 (13 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/Makefile.in
r12999 r13009 50 50 drivectrl$(EXEEXT) mcp$(EXEEXT) feedback$(EXEEXT) \ 51 51 ratescan$(EXEEXT) ratecontrol$(EXEEXT) magicweather$(EXEEXT) \ 52 fitsdump$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \53 $(am__EXEEXT_ 3) $(am__EXEEXT_4)52 fitsdump$(EXEEXT) fitscheck$(EXEEXT) $(am__EXEEXT_1) \ 53 $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4) 54 54 @HAS_GUI_TRUE@am__append_1 = fact 55 55 @HAS_VIEWER_TRUE@am__append_2 = viewer … … 141 141 libDim___la_LIBADD = 142 142 am_libDim___la_OBJECTS = dim/src/diccpp.lo dim/src/dimcpp.lo \ 143 dim/src/ tokenstring.lo dim/src/discpp.lo143 dim/src/discpp.lo dim/src/tokenstring.lo 144 144 libDim___la_OBJECTS = $(am_libDim___la_OBJECTS) 145 145 libDim_la_LIBADD = … … 283 283 feedback_DEPENDENCIES = libDim++.la libDim.la libDimExtension.la \ 284 284 libStateMachine.la libTools.la libTime.la libConfiguration.la 285 am_fitscheck_OBJECTS = src/fitscheck.$(OBJEXT) 286 fitscheck_OBJECTS = $(am_fitscheck_OBJECTS) 287 fitscheck_DEPENDENCIES = libConfiguration.la 285 288 am_fitsdump_OBJECTS = src/fitsdump.$(OBJEXT) 286 289 fitsdump_OBJECTS = $(am_fitsdump_OBJECTS) … … 432 435 $(dimctrl_SOURCES) $(dns_SOURCES) $(drivectrl_SOURCES) \ 433 436 $(dserver2_SOURCES) $(fact_SOURCES) $(fad_SOURCES) \ 434 $(fadctrl_SOURCES) $(feedback_SOURCES) $(fits dump_SOURCES) \435 fitsgrep.c $(fitsloader_SOURCES) $(fsc_SOURCES) \436 $(fsc ctrl_SOURCES) $(ftm_SOURCES) $(ftmctrl_SOURCES) \437 $( log_SOURCES) $(logtime_SOURCES) $(magicweather_SOURCES) \438 $(m cp_SOURCES) $(ratecontrol_SOURCES) $(ratescan_SOURCES) \439 $(r eadfits_SOURCES) sched.c $(scheduler_SOURCES)\440 $( test_SOURCES) $(time_SOURCES) $(triggerschedule_SOURCES) \441 $( viewer_SOURCES)437 $(fadctrl_SOURCES) $(feedback_SOURCES) $(fitscheck_SOURCES) \ 438 $(fitsdump_SOURCES) fitsgrep.c $(fitsloader_SOURCES) \ 439 $(fsc_SOURCES) $(fscctrl_SOURCES) $(ftm_SOURCES) \ 440 $(ftmctrl_SOURCES) $(log_SOURCES) $(logtime_SOURCES) \ 441 $(magicweather_SOURCES) $(mcp_SOURCES) $(ratecontrol_SOURCES) \ 442 $(ratescan_SOURCES) $(readfits_SOURCES) sched.c \ 443 $(scheduler_SOURCES) $(test_SOURCES) $(time_SOURCES) \ 444 $(triggerschedule_SOURCES) $(viewer_SOURCES) 442 445 DIST_SOURCES = $(libConfiguration_la_SOURCES) $(libDim___la_SOURCES) \ 443 446 $(libDim_la_SOURCES) $(libDimExtension_la_SOURCES) \ … … 450 453 $(am__fact_SOURCES_DIST) $(fad_SOURCES) \ 451 454 $(am__fadctrl_SOURCES_DIST) $(feedback_SOURCES) \ 452 $(fits dump_SOURCES) fitsgrep.c $(fitsloader_SOURCES)\453 $(f sc_SOURCES) $(fscctrl_SOURCES) $(ftm_SOURCES) \454 $(ftm ctrl_SOURCES) $(log_SOURCES) $(logtime_SOURCES) \455 $( magicweather_SOURCES) $(mcp_SOURCES) $(ratecontrol_SOURCES) \456 $(rate scan_SOURCES) $(readfits_SOURCES) sched.c\457 $(scheduler_SOURCES) $(test_SOURCES) $(time_SOURCES) \455 $(fitscheck_SOURCES) $(fitsdump_SOURCES) fitsgrep.c \ 456 $(fitsloader_SOURCES) $(fsc_SOURCES) $(fscctrl_SOURCES) \ 457 $(ftm_SOURCES) $(ftmctrl_SOURCES) $(log_SOURCES) \ 458 $(logtime_SOURCES) $(magicweather_SOURCES) $(mcp_SOURCES) \ 459 $(ratecontrol_SOURCES) $(ratescan_SOURCES) $(readfits_SOURCES) \ 460 sched.c $(scheduler_SOURCES) $(test_SOURCES) $(time_SOURCES) \ 458 461 $(triggerschedule_SOURCES) $(am__viewer_SOURCES_DIST) 459 462 man1dir = $(mandir)/man1 … … 712 715 @HAS_HELP2MAN_TRUE@ drivectrl.man \ 713 716 @HAS_HELP2MAN_TRUE@ datalogger.man \ 714 @HAS_HELP2MAN_TRUE@ fitsdump.man 717 @HAS_HELP2MAN_TRUE@ fitsdump.man \ 718 @HAS_HELP2MAN_TRUE@ fitscheck.man 715 719 716 720 … … 779 783 dim/src/diccpp.cxx \ 780 784 dim/src/dimcpp.cxx \ 781 dim/src/ tokenstring.cxx \782 dim/src/ discpp.cxx785 dim/src/discpp.cxx \ 786 dim/src/tokenstring.cxx 783 787 784 788 … … 932 936 fitsdump_SOURCES = src/fitsdump.cc 933 937 fitsdump_LDADD = $(ROOTLDFLAGS) $(ROOTLIBS) libConfiguration.la libTime.la 938 fitscheck_SOURCES = src/fitscheck.cc 939 fitscheck_LDADD = libConfiguration.la 934 940 readfits_SOURCES = src/readfits.cc src/ReadFits.h 935 941 readfits_LDADD = libStateMachine.la libTools.la libTime.la libDim++.la libDim.la libConfiguration.la … … 1087 1093 dim/src/dimcpp.lo: dim/src/$(am__dirstamp) \ 1088 1094 dim/src/$(DEPDIR)/$(am__dirstamp) 1095 dim/src/discpp.lo: dim/src/$(am__dirstamp) \ 1096 dim/src/$(DEPDIR)/$(am__dirstamp) 1089 1097 dim/src/tokenstring.lo: dim/src/$(am__dirstamp) \ 1090 dim/src/$(DEPDIR)/$(am__dirstamp)1091 dim/src/discpp.lo: dim/src/$(am__dirstamp) \1092 1098 dim/src/$(DEPDIR)/$(am__dirstamp) 1093 1099 libDim++.la: $(libDim___la_OBJECTS) $(libDim___la_DEPENDENCIES) … … 1363 1369 @rm -f feedback$(EXEEXT) 1364 1370 $(AM_V_CXXLD)$(CXXLINK) $(feedback_OBJECTS) $(feedback_LDADD) $(LIBS) 1371 src/fitscheck.$(OBJEXT): src/$(am__dirstamp) \ 1372 src/$(DEPDIR)/$(am__dirstamp) 1373 fitscheck$(EXEEXT): $(fitscheck_OBJECTS) $(fitscheck_DEPENDENCIES) 1374 @rm -f fitscheck$(EXEEXT) 1375 $(AM_V_CXXLD)$(CXXLINK) $(fitscheck_OBJECTS) $(fitscheck_LDADD) $(LIBS) 1365 1376 src/fitsdump.$(OBJEXT): src/$(am__dirstamp) \ 1366 1377 src/$(DEPDIR)/$(am__dirstamp) … … 1622 1633 -rm -f src/fadctrl.$(OBJEXT) 1623 1634 -rm -f src/feedback.$(OBJEXT) 1635 -rm -f src/fitscheck.$(OBJEXT) 1624 1636 -rm -f src/fitsdump.$(OBJEXT) 1625 1637 -rm -f src/fitsloader.$(OBJEXT) … … 1745 1757 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fadctrl.Po@am__quote@ 1746 1758 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/feedback.Po@am__quote@ 1759 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fitscheck.Po@am__quote@ 1747 1760 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fitsdump.Po@am__quote@ 1748 1761 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/fitsloader.Po@am__quote@ -
trunk/FACT++/configure
r12999 r13009 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 7for FACT++ 1.0.3 # Generated by GNU Autoconf 2.68 for FACT++ 1.0. 4 4 # 5 5 # Report bugs to <thomas.bretz@epfl.ch>. … … 92 92 93 93 # Find who we are. Look in the path if we contain no directory separator. 94 as_myself= 94 95 case $0 in #(( 95 96 *[\\/]* ) as_myself=$0 ;; … … 225 226 # neutralization value for shells without unset; and this also 226 227 # works around shells that cannot unset nonexistent variables. 228 # Preserve -v and -x to the replacement shell. 227 229 BASH_ENV=/dev/null 228 230 ENV=/dev/null 229 231 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 230 232 export CONFIG_SHELL 231 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 233 case $- in # (((( 234 *v*x* | *x*v* ) as_opts=-vx ;; 235 *v* ) as_opts=-v ;; 236 *x* ) as_opts=-x ;; 237 * ) as_opts= ;; 238 esac 239 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 232 240 fi 233 241 … … 1377 1385 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1378 1386 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1379 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}1387 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1380 1388 ;; 1381 1389 … … 1811 1819 cat <<\_ACEOF 1812 1820 FACT++ configure 1.0 1813 generated by GNU Autoconf 2.6 71821 generated by GNU Autoconf 2.68 1814 1822 1815 1823 Copyright (C) 2010 Free Software Foundation, Inc. … … 1857 1865 ac_retval=1 1858 1866 fi 1859 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1867 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1860 1868 as_fn_set_status $ac_retval 1861 1869 … … 1895 1903 ac_retval=1 1896 1904 fi 1897 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1905 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1898 1906 as_fn_set_status $ac_retval 1899 1907 … … 1932 1940 ac_retval=1 1933 1941 fi 1934 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1942 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1935 1943 as_fn_set_status $ac_retval 1936 1944 … … 1945 1953 { 1946 1954 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1947 if eval "test \"\${$3+set}\"" = set; then :1955 if eval \${$3+:} false; then : 1948 1956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1949 1957 $as_echo_n "checking for $2... " >&6; } 1950 if eval "test \"\${$3+set}\"" = set; then :1958 if eval \${$3+:} false; then : 1951 1959 $as_echo_n "(cached) " >&6 1952 1960 fi … … 2015 2023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2016 2024 $as_echo_n "checking for $2... " >&6; } 2017 if eval "test \"\${$3+set}\"" = set; then :2025 if eval \${$3+:} false; then : 2018 2026 $as_echo_n "(cached) " >&6 2019 2027 else … … 2024 2032 $as_echo "$ac_res" >&6; } 2025 2033 fi 2026 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2034 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2027 2035 2028 2036 } # ac_fn_c_check_header_mongrel … … 2065 2073 fi 2066 2074 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2067 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2075 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2068 2076 as_fn_set_status $ac_retval 2069 2077 … … 2079 2087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2080 2088 $as_echo_n "checking for $2... " >&6; } 2081 if eval "test \"\${$3+set}\"" = set; then :2089 if eval \${$3+:} false; then : 2082 2090 $as_echo_n "(cached) " >&6 2083 2091 else … … 2097 2105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2098 2106 $as_echo "$ac_res" >&6; } 2099 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2107 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2100 2108 2101 2109 } # ac_fn_c_check_header_compile … … 2142 2150 # left behind by Apple's compiler. We do this before executing the actions. 2143 2151 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2144 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2152 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2145 2153 as_fn_set_status $ac_retval 2146 2154 … … 2155 2163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2156 2164 $as_echo_n "checking for $2... " >&6; } 2157 if eval "test \"\${$3+set}\"" = set; then :2165 if eval \${$3+:} false; then : 2158 2166 $as_echo_n "(cached) " >&6 2159 2167 else … … 2210 2218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2211 2219 $as_echo "$ac_res" >&6; } 2212 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2220 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2213 2221 2214 2222 } # ac_fn_c_check_func … … 2246 2254 ac_retval=1 2247 2255 fi 2248 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2256 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2249 2257 as_fn_set_status $ac_retval 2250 2258 … … 2292 2300 # left behind by Apple's compiler. We do this before executing the actions. 2293 2301 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2294 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2302 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2295 2303 as_fn_set_status $ac_retval 2296 2304 … … 2305 2313 { 2306 2314 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2307 if eval "test \"\${$3+set}\"" = set; then :2315 if eval \${$3+:} false; then : 2308 2316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2309 2317 $as_echo_n "checking for $2... " >&6; } 2310 if eval "test \"\${$3+set}\"" = set; then :2318 if eval \${$3+:} false; then : 2311 2319 $as_echo_n "(cached) " >&6 2312 2320 fi … … 2375 2383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2376 2384 $as_echo_n "checking for $2... " >&6; } 2377 if eval "test \"\${$3+set}\"" = set; then :2385 if eval \${$3+:} false; then : 2378 2386 $as_echo_n "(cached) " >&6 2379 2387 else … … 2384 2392 $as_echo "$ac_res" >&6; } 2385 2393 fi 2386 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2394 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2387 2395 2388 2396 } # ac_fn_cxx_check_header_mongrel … … 2396 2404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2397 2405 $as_echo_n "checking for $2... " >&6; } 2398 if eval "test \"\${$3+set}\"" = set; then :2406 if eval \${$3+:} false; then : 2399 2407 $as_echo_n "(cached) " >&6 2400 2408 else … … 2451 2459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2452 2460 $as_echo "$ac_res" >&6; } 2453 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2461 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2454 2462 2455 2463 } # ac_fn_cxx_check_func … … 2459 2467 2460 2468 It was created by FACT++ $as_me 1.0, which was 2461 generated by GNU Autoconf 2.6 7. Invocation command line was2469 generated by GNU Autoconf 2.68. Invocation command line was 2462 2470 2463 2471 $ $0 $@ … … 2717 2725 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2718 2726 as_fn_error $? "failed to load site script $ac_site_file 2719 See \`config.log' for more details" "$LINENO" 5 2727 See \`config.log' for more details" "$LINENO" 5; } 2720 2728 fi 2721 2729 done … … 2877 2885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2878 2886 $as_echo_n "checking for $ac_word... " >&6; } 2879 if test "${ac_cv_prog_CC+set}" = set; then :2887 if ${ac_cv_prog_CC+:} false; then : 2880 2888 $as_echo_n "(cached) " >&6 2881 2889 else … … 2921 2929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2922 2930 $as_echo_n "checking for $ac_word... " >&6; } 2923 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2931 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2924 2932 $as_echo_n "(cached) " >&6 2925 2933 else … … 2974 2982 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2975 2983 as_fn_error $? "no acceptable C compiler found in \$PATH 2976 See \`config.log' for more details" "$LINENO" 5 2984 See \`config.log' for more details" "$LINENO" 5; } 2977 2985 2978 2986 # Provide some information about the compiler. … … 3089 3097 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3090 3098 as_fn_error 77 "C compiler cannot create executables 3091 See \`config.log' for more details" "$LINENO" 5 3099 See \`config.log' for more details" "$LINENO" 5; } 3092 3100 else 3093 3101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 … … 3132 3140 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3133 3141 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3134 See \`config.log' for more details" "$LINENO" 5 3142 See \`config.log' for more details" "$LINENO" 5; } 3135 3143 fi 3136 3144 rm -f conftest conftest$ac_cv_exeext … … 3191 3199 as_fn_error $? "cannot run C compiled programs. 3192 3200 If you meant to cross compile, use \`--host'. 3193 See \`config.log' for more details" "$LINENO" 5 3201 See \`config.log' for more details" "$LINENO" 5; } 3194 3202 fi 3195 3203 fi … … 3202 3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3203 3211 $as_echo_n "checking for suffix of object files... " >&6; } 3204 if test "${ac_cv_objext+set}" = set; then :3212 if ${ac_cv_objext+:} false; then : 3205 3213 $as_echo_n "(cached) " >&6 3206 3214 else … … 3243 3251 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3244 3252 as_fn_error $? "cannot compute suffix of object files: cannot compile 3245 See \`config.log' for more details" "$LINENO" 5 3253 See \`config.log' for more details" "$LINENO" 5; } 3246 3254 fi 3247 3255 rm -f conftest.$ac_cv_objext conftest.$ac_ext … … 3253 3261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3254 3262 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3255 if test "${ac_cv_c_compiler_gnu+set}" = set; then :3263 if ${ac_cv_c_compiler_gnu+:} false; then : 3256 3264 $as_echo_n "(cached) " >&6 3257 3265 else … … 3290 3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3291 3299 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3292 if test "${ac_cv_prog_cc_g+set}" = set; then :3300 if ${ac_cv_prog_cc_g+:} false; then : 3293 3301 $as_echo_n "(cached) " >&6 3294 3302 else … … 3368 3376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3369 3377 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3370 if test "${ac_cv_prog_cc_c89+set}" = set; then :3378 if ${ac_cv_prog_cc_c89+:} false; then : 3371 3379 $as_echo_n "(cached) " >&6 3372 3380 else … … 3479 3487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3480 3488 $as_echo_n "checking for $ac_word... " >&6; } 3481 if test "${ac_cv_prog_CXX+set}" = set; then :3489 if ${ac_cv_prog_CXX+:} false; then : 3482 3490 $as_echo_n "(cached) " >&6 3483 3491 else … … 3523 3531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3524 3532 $as_echo_n "checking for $ac_word... " >&6; } 3525 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :3533 if ${ac_cv_prog_ac_ct_CXX+:} false; then : 3526 3534 $as_echo_n "(cached) " >&6 3527 3535 else … … 3601 3609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3602 3610 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3603 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :3611 if ${ac_cv_cxx_compiler_gnu+:} false; then : 3604 3612 $as_echo_n "(cached) " >&6 3605 3613 else … … 3638 3646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 3639 3647 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 3640 if test "${ac_cv_prog_cxx_g+set}" = set; then :3648 if ${ac_cv_prog_cxx_g+:} false; then : 3641 3649 $as_echo_n "(cached) " >&6 3642 3650 else … … 3737 3745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 3738 3746 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; } 3739 if test "${ac_cv_prog_cc_c99+set}" = set; then :3747 if ${ac_cv_prog_cc_c99+:} false; then : 3740 3748 $as_echo_n "(cached) " >&6 3741 3749 else … … 3912 3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3913 3921 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3914 if test "${ac_cv_prog_cc_c89+set}" = set; then :3922 if ${ac_cv_prog_cc_c89+:} false; then : 3915 3923 $as_echo_n "(cached) " >&6 3916 3924 else … … 4008 4016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 4009 4017 $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } 4010 if test "${ac_cv_prog_cc_stdc+set}" = set; then :4018 if ${ac_cv_prog_cc_stdc+:} false; then : 4011 4019 $as_echo_n "(cached) " >&6 4012 4020 fi … … 4042 4050 fi 4043 4051 if test -z "$CPP"; then 4044 if test "${ac_cv_prog_CPP+set}" = set; then :4052 if ${ac_cv_prog_CPP+:} false; then : 4045 4053 $as_echo_n "(cached) " >&6 4046 4054 else … … 4158 4166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4159 4167 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 4160 See \`config.log' for more details" "$LINENO" 5 4168 See \`config.log' for more details" "$LINENO" 5; } 4161 4169 fi 4162 4170 … … 4170 4178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4171 4179 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4172 if test "${ac_cv_path_GREP+set}" = set; then :4180 if ${ac_cv_path_GREP+:} false; then : 4173 4181 $as_echo_n "(cached) " >&6 4174 4182 else … … 4233 4241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 4234 4242 $as_echo_n "checking for egrep... " >&6; } 4235 if test "${ac_cv_path_EGREP+set}" = set; then :4243 if ${ac_cv_path_EGREP+:} false; then : 4236 4244 $as_echo_n "(cached) " >&6 4237 4245 else … … 4300 4308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4301 4309 $as_echo_n "checking for ANSI C header files... " >&6; } 4302 if test "${ac_cv_header_stdc+set}" = set; then :4310 if ${ac_cv_header_stdc+:} false; then : 4303 4311 $as_echo_n "(cached) " >&6 4304 4312 else … … 4429 4437 4430 4438 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 4431 if test "x$ac_cv_header_minix_config_h" = x ""yes; then :4439 if test "x$ac_cv_header_minix_config_h" = xyes; then : 4432 4440 MINIX=yes 4433 4441 else … … 4451 4459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 4452 4460 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 4453 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :4461 if ${ac_cv_safe_to_define___extensions__+:} false; then : 4454 4462 $as_echo_n "(cached) " >&6 4455 4463 else … … 4498 4506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features without additional flags" >&5 4499 4507 $as_echo_n "checking if g++ supports C++0x features without additional flags... " >&6; } 4500 if test "${ax_cv_cxx_compile_cxx0x_native+set}" = set; then :4508 if ${ax_cv_cxx_compile_cxx0x_native+:} false; then : 4501 4509 $as_echo_n "(cached) " >&6 4502 4510 else … … 4552 4560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=c++0x" >&5 4553 4561 $as_echo_n "checking if g++ supports C++0x features with -std=c++0x... " >&6; } 4554 if test "${ax_cv_cxx_compile_cxx0x_cxx+set}" = set; then :4562 if ${ax_cv_cxx_compile_cxx0x_cxx+:} false; then : 4555 4563 $as_echo_n "(cached) " >&6 4556 4564 else … … 4609 4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports C++0x features with -std=gnu++0x" >&5 4610 4618 $as_echo_n "checking if g++ supports C++0x features with -std=gnu++0x... " >&6; } 4611 if test "${ax_cv_cxx_compile_cxx0x_gxx+set}" = set; then :4619 if ${ax_cv_cxx_compile_cxx0x_gxx+:} false; then : 4612 4620 $as_echo_n "(cached) " >&6 4613 4621 else … … 4714 4722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4715 4723 $as_echo_n "checking build system type... " >&6; } 4716 if test "${ac_cv_build+set}" = set; then :4724 if ${ac_cv_build+:} false; then : 4717 4725 $as_echo_n "(cached) " >&6 4718 4726 else … … 4730 4738 case $ac_cv_build in 4731 4739 *-*-*) ;; 4732 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 4740 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 4733 4741 esac 4734 4742 build=$ac_cv_build … … 4748 4756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4749 4757 $as_echo_n "checking host system type... " >&6; } 4750 if test "${ac_cv_host+set}" = set; then :4758 if ${ac_cv_host+:} false; then : 4751 4759 $as_echo_n "(cached) " >&6 4752 4760 else … … 4763 4771 case $ac_cv_host in 4764 4772 *-*-*) ;; 4765 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 4773 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 4766 4774 esac 4767 4775 host=$ac_cv_host … … 4850 4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 4851 4859 $as_echo_n "checking for a sed that does not truncate output... " >&6; } 4852 if test "${ac_cv_path_SED+set}" = set; then :4860 if ${ac_cv_path_SED+:} false; then : 4853 4861 $as_echo_n "(cached) " >&6 4854 4862 else … … 4932 4940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 4933 4941 $as_echo_n "checking for fgrep... " >&6; } 4934 if test "${ac_cv_path_FGREP+set}" = set; then :4942 if ${ac_cv_path_FGREP+:} false; then : 4935 4943 $as_echo_n "(cached) " >&6 4936 4944 else … … 5063 5071 $as_echo_n "checking for non-GNU ld... " >&6; } 5064 5072 fi 5065 if test "${lt_cv_path_LD+set}" = set; then :5073 if ${lt_cv_path_LD+:} false; then : 5066 5074 $as_echo_n "(cached) " >&6 5067 5075 else … … 5103 5111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 5104 5112 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 5105 if test "${lt_cv_prog_gnu_ld+set}" = set; then :5113 if ${lt_cv_prog_gnu_ld+:} false; then : 5106 5114 $as_echo_n "(cached) " >&6 5107 5115 else … … 5130 5138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 5131 5139 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 5132 if test "${lt_cv_path_NM+set}" = set; then :5140 if ${lt_cv_path_NM+:} false; then : 5133 5141 $as_echo_n "(cached) " >&6 5134 5142 else … … 5193 5201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5194 5202 $as_echo_n "checking for $ac_word... " >&6; } 5195 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :5203 if ${ac_cv_prog_DUMPBIN+:} false; then : 5196 5204 $as_echo_n "(cached) " >&6 5197 5205 else … … 5237 5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5238 5246 $as_echo_n "checking for $ac_word... " >&6; } 5239 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :5247 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : 5240 5248 $as_echo_n "(cached) " >&6 5241 5249 else … … 5309 5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5310 5318 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5311 if test "${lt_cv_nm_interface+set}" = set; then :5319 if ${lt_cv_nm_interface+:} false; then : 5312 5320 $as_echo_n "(cached) " >&6 5313 5321 else … … 5344 5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 5345 5353 $as_echo_n "checking the maximum length of command line arguments... " >&6; } 5346 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :5354 if ${lt_cv_sys_max_cmd_len+:} false; then : 5347 5355 $as_echo_n "(cached) " >&6 5348 5356 else … … 5541 5549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 5542 5550 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } 5543 if test "${lt_cv_to_host_file_cmd+set}" = set; then :5551 if ${lt_cv_to_host_file_cmd+:} false; then : 5544 5552 $as_echo_n "(cached) " >&6 5545 5553 else … … 5588 5596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 5589 5597 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } 5590 if test "${lt_cv_to_tool_file_cmd+set}" = set; then :5598 if ${lt_cv_to_tool_file_cmd+:} false; then : 5591 5599 $as_echo_n "(cached) " >&6 5592 5600 else … … 5615 5623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 5616 5624 $as_echo_n "checking for $LD option to reload object files... " >&6; } 5617 if test "${lt_cv_ld_reload_flag+set}" = set; then :5625 if ${lt_cv_ld_reload_flag+:} false; then : 5618 5626 $as_echo_n "(cached) " >&6 5619 5627 else … … 5656 5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5657 5665 $as_echo_n "checking for $ac_word... " >&6; } 5658 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :5666 if ${ac_cv_prog_OBJDUMP+:} false; then : 5659 5667 $as_echo_n "(cached) " >&6 5660 5668 else … … 5696 5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5697 5705 $as_echo_n "checking for $ac_word... " >&6; } 5698 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :5706 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : 5699 5707 $as_echo_n "(cached) " >&6 5700 5708 else … … 5755 5763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 5756 5764 $as_echo_n "checking how to recognize dependent libraries... " >&6; } 5757 if test "${lt_cv_deplibs_check_method+set}" = set; then :5765 if ${lt_cv_deplibs_check_method+:} false; then : 5758 5766 $as_echo_n "(cached) " >&6 5759 5767 else … … 6002 6010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6003 6011 $as_echo_n "checking for $ac_word... " >&6; } 6004 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :6012 if ${ac_cv_prog_DLLTOOL+:} false; then : 6005 6013 $as_echo_n "(cached) " >&6 6006 6014 else … … 6042 6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6043 6051 $as_echo_n "checking for $ac_word... " >&6; } 6044 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :6052 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : 6045 6053 $as_echo_n "(cached) " >&6 6046 6054 else … … 6102 6110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 6103 6111 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } 6104 if test "${lt_cv_sharedlib_from_linklib_cmd+set}" = set; then :6112 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : 6105 6113 $as_echo_n "(cached) " >&6 6106 6114 else … … 6145 6153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6146 6154 $as_echo_n "checking for $ac_word... " >&6; } 6147 if test "${ac_cv_prog_AR+set}" = set; then :6155 if ${ac_cv_prog_AR+:} false; then : 6148 6156 $as_echo_n "(cached) " >&6 6149 6157 else … … 6189 6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6190 6198 $as_echo_n "checking for $ac_word... " >&6; } 6191 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :6199 if ${ac_cv_prog_ac_ct_AR+:} false; then : 6192 6200 $as_echo_n "(cached) " >&6 6193 6201 else … … 6253 6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 6254 6262 $as_echo_n "checking for archiver @FILE support... " >&6; } 6255 if test "${lt_cv_ar_at_file+set}" = set; then :6263 if ${lt_cv_ar_at_file+:} false; then : 6256 6264 $as_echo_n "(cached) " >&6 6257 6265 else … … 6314 6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6315 6323 $as_echo_n "checking for $ac_word... " >&6; } 6316 if test "${ac_cv_prog_STRIP+set}" = set; then :6324 if ${ac_cv_prog_STRIP+:} false; then : 6317 6325 $as_echo_n "(cached) " >&6 6318 6326 else … … 6354 6362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6355 6363 $as_echo_n "checking for $ac_word... " >&6; } 6356 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :6364 if ${ac_cv_prog_ac_ct_STRIP+:} false; then : 6357 6365 $as_echo_n "(cached) " >&6 6358 6366 else … … 6413 6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6414 6422 $as_echo_n "checking for $ac_word... " >&6; } 6415 if test "${ac_cv_prog_RANLIB+set}" = set; then :6423 if ${ac_cv_prog_RANLIB+:} false; then : 6416 6424 $as_echo_n "(cached) " >&6 6417 6425 else … … 6453 6461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6454 6462 $as_echo_n "checking for $ac_word... " >&6; } 6455 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :6463 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : 6456 6464 $as_echo_n "(cached) " >&6 6457 6465 else … … 6557 6565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6558 6566 $as_echo_n "checking for $ac_word... " >&6; } 6559 if test "${ac_cv_prog_AWK+set}" = set; then :6567 if ${ac_cv_prog_AWK+:} false; then : 6560 6568 $as_echo_n "(cached) " >&6 6561 6569 else … … 6624 6632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 6625 6633 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } 6626 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :6634 if ${lt_cv_sys_global_symbol_pipe+:} false; then : 6627 6635 $as_echo_n "(cached) " >&6 6628 6636 else … … 7057 7065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 7058 7066 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } 7059 if test "${lt_cv_cc_needs_belf+set}" = set; then :7067 if ${lt_cv_cc_needs_belf+:} false; then : 7060 7068 $as_echo_n "(cached) " >&6 7061 7069 else … … 7130 7138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7131 7139 $as_echo_n "checking for $ac_word... " >&6; } 7132 if test "${ac_cv_prog_MANIFEST_TOOL+set}" = set; then :7140 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : 7133 7141 $as_echo_n "(cached) " >&6 7134 7142 else … … 7170 7178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7171 7179 $as_echo_n "checking for $ac_word... " >&6; } 7172 if test "${ac_cv_prog_ac_ct_MANIFEST_TOOL+set}" = set; then :7180 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : 7173 7181 $as_echo_n "(cached) " >&6 7174 7182 else … … 7220 7228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 7221 7229 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } 7222 if test "${lt_cv_path_mainfest_tool+set}" = set; then :7230 if ${lt_cv_path_mainfest_tool+:} false; then : 7223 7231 $as_echo_n "(cached) " >&6 7224 7232 else … … 7250 7258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7251 7259 $as_echo_n "checking for $ac_word... " >&6; } 7252 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :7260 if ${ac_cv_prog_DSYMUTIL+:} false; then : 7253 7261 $as_echo_n "(cached) " >&6 7254 7262 else … … 7290 7298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7291 7299 $as_echo_n "checking for $ac_word... " >&6; } 7292 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :7300 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : 7293 7301 $as_echo_n "(cached) " >&6 7294 7302 else … … 7342 7350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7343 7351 $as_echo_n "checking for $ac_word... " >&6; } 7344 if test "${ac_cv_prog_NMEDIT+set}" = set; then :7352 if ${ac_cv_prog_NMEDIT+:} false; then : 7345 7353 $as_echo_n "(cached) " >&6 7346 7354 else … … 7382 7390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7383 7391 $as_echo_n "checking for $ac_word... " >&6; } 7384 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :7392 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : 7385 7393 $as_echo_n "(cached) " >&6 7386 7394 else … … 7434 7442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7435 7443 $as_echo_n "checking for $ac_word... " >&6; } 7436 if test "${ac_cv_prog_LIPO+set}" = set; then :7444 if ${ac_cv_prog_LIPO+:} false; then : 7437 7445 $as_echo_n "(cached) " >&6 7438 7446 else … … 7474 7482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7475 7483 $as_echo_n "checking for $ac_word... " >&6; } 7476 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :7484 if ${ac_cv_prog_ac_ct_LIPO+:} false; then : 7477 7485 $as_echo_n "(cached) " >&6 7478 7486 else … … 7526 7534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7527 7535 $as_echo_n "checking for $ac_word... " >&6; } 7528 if test "${ac_cv_prog_OTOOL+set}" = set; then :7536 if ${ac_cv_prog_OTOOL+:} false; then : 7529 7537 $as_echo_n "(cached) " >&6 7530 7538 else … … 7566 7574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7567 7575 $as_echo_n "checking for $ac_word... " >&6; } 7568 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :7576 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : 7569 7577 $as_echo_n "(cached) " >&6 7570 7578 else … … 7618 7626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7619 7627 $as_echo_n "checking for $ac_word... " >&6; } 7620 if test "${ac_cv_prog_OTOOL64+set}" = set; then :7628 if ${ac_cv_prog_OTOOL64+:} false; then : 7621 7629 $as_echo_n "(cached) " >&6 7622 7630 else … … 7658 7666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7659 7667 $as_echo_n "checking for $ac_word... " >&6; } 7660 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :7668 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : 7661 7669 $as_echo_n "(cached) " >&6 7662 7670 else … … 7733 7741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 7734 7742 $as_echo_n "checking for -single_module linker flag... " >&6; } 7735 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :7743 if ${lt_cv_apple_cc_single_mod+:} false; then : 7736 7744 $as_echo_n "(cached) " >&6 7737 7745 else … … 7762 7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 7763 7771 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } 7764 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :7772 if ${lt_cv_ld_exported_symbols_list+:} false; then : 7765 7773 $as_echo_n "(cached) " >&6 7766 7774 else … … 7794 7802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 7795 7803 $as_echo_n "checking for -force_load linker flag... " >&6; } 7796 if test "${lt_cv_ld_force_load+set}" = set; then :7804 if ${lt_cv_ld_force_load+:} false; then : 7797 7805 $as_echo_n "(cached) " >&6 7798 7806 else … … 7863 7871 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default 7864 7872 " 7865 if test "x$ac_cv_header_dlfcn_h" = x ""yes; then :7873 if test "x$ac_cv_header_dlfcn_h" = xyes; then : 7866 7874 cat >>confdefs.h <<_ACEOF 7867 7875 #define HAVE_DLFCN_H 1 … … 8059 8067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 8060 8068 $as_echo_n "checking for objdir... " >&6; } 8061 if test "${lt_cv_objdir+set}" = set; then :8069 if ${lt_cv_objdir+:} false; then : 8062 8070 $as_echo_n "(cached) " >&6 8063 8071 else … … 8137 8145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 8138 8146 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } 8139 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :8147 if ${lt_cv_path_MAGIC_CMD+:} false; then : 8140 8148 $as_echo_n "(cached) " >&6 8141 8149 else … … 8203 8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 8204 8212 $as_echo_n "checking for file... " >&6; } 8205 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :8213 if ${lt_cv_path_MAGIC_CMD+:} false; then : 8206 8214 $as_echo_n "(cached) " >&6 8207 8215 else … … 8345 8353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 8346 8354 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } 8347 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :8355 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : 8348 8356 $as_echo_n "(cached) " >&6 8349 8357 else … … 8690 8698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 8691 8699 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 8692 if test "${lt_cv_prog_compiler_pic+set}" = set; then :8700 if ${lt_cv_prog_compiler_pic+:} false; then : 8693 8701 $as_echo_n "(cached) " >&6 8694 8702 else … … 8705 8713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 8706 8714 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } 8707 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :8715 if ${lt_cv_prog_compiler_pic_works+:} false; then : 8708 8716 $as_echo_n "(cached) " >&6 8709 8717 else … … 8769 8777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 8770 8778 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 8771 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :8779 if ${lt_cv_prog_compiler_static_works+:} false; then : 8772 8780 $as_echo_n "(cached) " >&6 8773 8781 else … … 8812 8820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8813 8821 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8814 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :8822 if ${lt_cv_prog_compiler_c_o+:} false; then : 8815 8823 $as_echo_n "(cached) " >&6 8816 8824 else … … 8867 8875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 8868 8876 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 8869 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :8877 if ${lt_cv_prog_compiler_c_o+:} false; then : 8870 8878 $as_echo_n "(cached) " >&6 8871 8879 else … … 9436 9444 aix_libpath=$lt_cv_aix_libpath 9437 9445 else 9438 if test "${lt_cv_aix_libpath_+set}" = set; then :9446 if ${lt_cv_aix_libpath_+:} false; then : 9439 9447 $as_echo_n "(cached) " >&6 9440 9448 else … … 9489 9497 aix_libpath=$lt_cv_aix_libpath 9490 9498 else 9491 if test "${lt_cv_aix_libpath_+set}" = set; then :9499 if ${lt_cv_aix_libpath_+:} false; then : 9492 9500 $as_echo_n "(cached) " >&6 9493 9501 else … … 9761 9769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 9762 9770 $as_echo_n "checking if $CC understands -b... " >&6; } 9763 if test "${lt_cv_prog_compiler__b+set}" = set; then :9771 if ${lt_cv_prog_compiler__b+:} false; then : 9764 9772 $as_echo_n "(cached) " >&6 9765 9773 else … … 9830 9838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 9831 9839 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } 9832 if test "${lt_cv_irix_exported_symbol+set}" = set; then :9840 if ${lt_cv_irix_exported_symbol+:} false; then : 9833 9841 $as_echo_n "(cached) " >&6 9834 9842 else … … 10146 10154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 10147 10155 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 10148 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :10156 if ${lt_cv_archive_cmds_need_lc+:} false; then : 10149 10157 $as_echo_n "(cached) " >&6 10150 10158 else … … 10848 10856 10849 10857 # Some binutils ld are patched to set DT_RUNPATH 10850 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :10858 if ${lt_cv_shlibpath_overrides_runpath+:} false; then : 10851 10859 $as_echo_n "(cached) " >&6 10852 10860 else … … 11280 11288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11281 11289 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11282 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :11290 if ${ac_cv_lib_dl_dlopen+:} false; then : 11283 11291 $as_echo_n "(cached) " >&6 11284 11292 else … … 11314 11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11315 11323 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11316 if test "x$ac_cv_lib_dl_dlopen" = x ""yes; then :11324 if test "x$ac_cv_lib_dl_dlopen" = xyes; then : 11317 11325 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11318 11326 else … … 11328 11336 *) 11329 11337 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" 11330 if test "x$ac_cv_func_shl_load" = x ""yes; then :11338 if test "x$ac_cv_func_shl_load" = xyes; then : 11331 11339 lt_cv_dlopen="shl_load" 11332 11340 else 11333 11341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 11334 11342 $as_echo_n "checking for shl_load in -ldld... " >&6; } 11335 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :11343 if ${ac_cv_lib_dld_shl_load+:} false; then : 11336 11344 $as_echo_n "(cached) " >&6 11337 11345 else … … 11367 11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 11368 11376 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } 11369 if test "x$ac_cv_lib_dld_shl_load" = x ""yes; then :11377 if test "x$ac_cv_lib_dld_shl_load" = xyes; then : 11370 11378 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" 11371 11379 else 11372 11380 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" 11373 if test "x$ac_cv_func_dlopen" = x ""yes; then :11381 if test "x$ac_cv_func_dlopen" = xyes; then : 11374 11382 lt_cv_dlopen="dlopen" 11375 11383 else 11376 11384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 11377 11385 $as_echo_n "checking for dlopen in -ldl... " >&6; } 11378 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :11386 if ${ac_cv_lib_dl_dlopen+:} false; then : 11379 11387 $as_echo_n "(cached) " >&6 11380 11388 else … … 11410 11418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 11411 11419 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } 11412 if test "x$ac_cv_lib_dl_dlopen" = x ""yes; then :11420 if test "x$ac_cv_lib_dl_dlopen" = xyes; then : 11413 11421 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 11414 11422 else 11415 11423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 11416 11424 $as_echo_n "checking for dlopen in -lsvld... " >&6; } 11417 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :11425 if ${ac_cv_lib_svld_dlopen+:} false; then : 11418 11426 $as_echo_n "(cached) " >&6 11419 11427 else … … 11449 11457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 11450 11458 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } 11451 if test "x$ac_cv_lib_svld_dlopen" = x ""yes; then :11459 if test "x$ac_cv_lib_svld_dlopen" = xyes; then : 11452 11460 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 11453 11461 else 11454 11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 11455 11463 $as_echo_n "checking for dld_link in -ldld... " >&6; } 11456 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :11464 if ${ac_cv_lib_dld_dld_link+:} false; then : 11457 11465 $as_echo_n "(cached) " >&6 11458 11466 else … … 11488 11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 11489 11497 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } 11490 if test "x$ac_cv_lib_dld_dld_link" = x ""yes; then :11498 if test "x$ac_cv_lib_dld_dld_link" = xyes; then : 11491 11499 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" 11492 11500 fi … … 11529 11537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 11530 11538 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 11531 if test "${lt_cv_dlopen_self+set}" = set; then :11539 if ${lt_cv_dlopen_self+:} false; then : 11532 11540 $as_echo_n "(cached) " >&6 11533 11541 else … … 11635 11643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 11636 11644 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 11637 if test "${lt_cv_dlopen_self_static+set}" = set; then :11645 if ${lt_cv_dlopen_self_static+:} false; then : 11638 11646 $as_echo_n "(cached) " >&6 11639 11647 else … … 11872 11880 $as_echo_n "checking how to run the C++ preprocessor... " >&6; } 11873 11881 if test -z "$CXXCPP"; then 11874 if test "${ac_cv_prog_CXXCPP+set}" = set; then :11882 if ${ac_cv_prog_CXXCPP+:} false; then : 11875 11883 $as_echo_n "(cached) " >&6 11876 11884 else … … 11988 11996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 11989 11997 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check 11990 See \`config.log' for more details" "$LINENO" 5 11998 See \`config.log' for more details" "$LINENO" 5; } 11991 11999 fi 11992 12000 … … 12175 12183 $as_echo_n "checking for non-GNU ld... " >&6; } 12176 12184 fi 12177 if test "${lt_cv_path_LD+set}" = set; then :12185 if ${lt_cv_path_LD+:} false; then : 12178 12186 $as_echo_n "(cached) " >&6 12179 12187 else … … 12215 12223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 12216 12224 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 12217 if test "${lt_cv_prog_gnu_ld+set}" = set; then :12225 if ${lt_cv_prog_gnu_ld+:} false; then : 12218 12226 $as_echo_n "(cached) " >&6 12219 12227 else … … 12387 12395 aix_libpath=$lt_cv_aix_libpath 12388 12396 else 12389 if test "${lt_cv_aix_libpath__CXX+set}" = set; then :12397 if ${lt_cv_aix_libpath__CXX+:} false; then : 12390 12398 $as_echo_n "(cached) " >&6 12391 12399 else … … 12441 12449 aix_libpath=$lt_cv_aix_libpath 12442 12450 else 12443 if test "${lt_cv_aix_libpath__CXX+set}" = set; then :12451 if ${lt_cv_aix_libpath__CXX+:} false; then : 12444 12452 $as_echo_n "(cached) " >&6 12445 12453 else … … 13847 13855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 13848 13856 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } 13849 if test "${lt_cv_prog_compiler_pic_CXX+set}" = set; then :13857 if ${lt_cv_prog_compiler_pic_CXX+:} false; then : 13850 13858 $as_echo_n "(cached) " >&6 13851 13859 else … … 13862 13870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 13863 13871 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } 13864 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :13872 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then : 13865 13873 $as_echo_n "(cached) " >&6 13866 13874 else … … 13920 13928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 13921 13929 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } 13922 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :13930 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then : 13923 13931 $as_echo_n "(cached) " >&6 13924 13932 else … … 13960 13968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 13961 13969 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 13962 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :13970 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : 13963 13971 $as_echo_n "(cached) " >&6 13964 13972 else … … 14012 14020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 14013 14021 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } 14014 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :14022 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : 14015 14023 $as_echo_n "(cached) " >&6 14016 14024 else … … 14154 14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 14155 14163 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } 14156 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :14164 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then : 14157 14165 $as_echo_n "(cached) " >&6 14158 14166 else … … 14697 14705 14698 14706 # Some binutils ld are patched to set DT_RUNPATH 14699 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :14707 if ${lt_cv_shlibpath_overrides_runpath+:} false; then : 14700 14708 $as_echo_n "(cached) " >&6 14701 14709 else … … 15117 15125 $as_echo_n "checking for a BSD-compatible install... " >&6; } 15118 15126 if test -z "$INSTALL"; then 15119 if test "${ac_cv_path_install+set}" = set; then :15127 if ${ac_cv_path_install+:} false; then : 15120 15128 $as_echo_n "(cached) " >&6 15121 15129 else … … 15204 15212 case `pwd` in 15205 15213 *[\\\"\#\$\&\'\`$am_lf]*) 15206 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 15214 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 15207 15215 esac 15208 15216 case $srcdir in 15209 15217 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 15210 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 15218 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 15211 15219 esac 15212 15220 … … 15294 15302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 15295 15303 $as_echo_n "checking for $ac_word... " >&6; } 15296 if test "${ac_cv_prog_STRIP+set}" = set; then :15304 if ${ac_cv_prog_STRIP+:} false; then : 15297 15305 $as_echo_n "(cached) " >&6 15298 15306 else … … 15334 15342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 15335 15343 $as_echo_n "checking for $ac_word... " >&6; } 15336 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :15344 if ${ac_cv_prog_ac_ct_STRIP+:} false; then : 15337 15345 $as_echo_n "(cached) " >&6 15338 15346 else … … 15387 15395 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 15388 15396 if test -z "$MKDIR_P"; then 15389 if test "${ac_cv_path_mkdir+set}" = set; then :15397 if ${ac_cv_path_mkdir+:} false; then : 15390 15398 $as_echo_n "(cached) " >&6 15391 15399 else … … 15436 15444 set x ${MAKE-make} 15437 15445 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 15438 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :15446 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 15439 15447 $as_echo_n "(cached) " >&6 15440 15448 else … … 15602 15610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 15603 15611 $as_echo_n "checking dependency style of $depcc... " >&6; } 15604 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :15612 if ${am_cv_CC_dependencies_compiler_type+:} false; then : 15605 15613 $as_echo_n "(cached) " >&6 15606 15614 else … … 15729 15737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 15730 15738 $as_echo_n "checking dependency style of $depcc... " >&6; } 15731 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :15739 if ${am_cv_CXX_dependencies_compiler_type+:} false; then : 15732 15740 $as_echo_n "(cached) " >&6 15733 15741 else … … 15875 15883 set dummy $CC; ac_cc=`$as_echo "$2" | 15876 15884 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 15877 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :15885 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : 15878 15886 $as_echo_n "(cached) " >&6 15879 15887 else … … 16073 16081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16074 16082 $as_echo_n "checking for $ac_word... " >&6; } 16075 if test "${ac_cv_path_DX_DOXYGEN+set}" = set; then :16083 if ${ac_cv_path_DX_DOXYGEN+:} false; then : 16076 16084 $as_echo_n "(cached) " >&6 16077 16085 else … … 16116 16124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16117 16125 $as_echo_n "checking for $ac_word... " >&6; } 16118 if test "${ac_cv_path_ac_pt_DX_DOXYGEN+set}" = set; then :16126 if ${ac_cv_path_ac_pt_DX_DOXYGEN+:} false; then : 16119 16127 $as_echo_n "(cached) " >&6 16120 16128 else … … 16179 16187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16180 16188 $as_echo_n "checking for $ac_word... " >&6; } 16181 if test "${ac_cv_path_DX_PERL+set}" = set; then :16189 if ${ac_cv_path_DX_PERL+:} false; then : 16182 16190 $as_echo_n "(cached) " >&6 16183 16191 else … … 16222 16230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16223 16231 $as_echo_n "checking for $ac_word... " >&6; } 16224 if test "${ac_cv_path_ac_pt_DX_PERL+set}" = set; then :16232 if ${ac_cv_path_ac_pt_DX_PERL+:} false; then : 16225 16233 $as_echo_n "(cached) " >&6 16226 16234 else … … 16351 16359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16352 16360 $as_echo_n "checking for $ac_word... " >&6; } 16353 if test "${ac_cv_path_DX_DOT+set}" = set; then :16361 if ${ac_cv_path_DX_DOT+:} false; then : 16354 16362 $as_echo_n "(cached) " >&6 16355 16363 else … … 16394 16402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16395 16403 $as_echo_n "checking for $ac_word... " >&6; } 16396 if test "${ac_cv_path_ac_pt_DX_DOT+set}" = set; then :16404 if ${ac_cv_path_ac_pt_DX_DOT+:} false; then : 16397 16405 $as_echo_n "(cached) " >&6 16398 16406 else … … 16730 16738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16731 16739 $as_echo_n "checking for $ac_word... " >&6; } 16732 if test "${ac_cv_path_DX_HHC+set}" = set; then :16740 if ${ac_cv_path_DX_HHC+:} false; then : 16733 16741 $as_echo_n "(cached) " >&6 16734 16742 else … … 16773 16781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 16774 16782 $as_echo_n "checking for $ac_word... " >&6; } 16775 if test "${ac_cv_path_ac_pt_DX_HHC+set}" = set; then :16783 if ${ac_cv_path_ac_pt_DX_HHC+:} false; then : 16776 16784 $as_echo_n "(cached) " >&6 16777 16785 else … … 17049 17057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17050 17058 $as_echo_n "checking for $ac_word... " >&6; } 17051 if test "${ac_cv_path_DX_LATEX+set}" = set; then :17059 if ${ac_cv_path_DX_LATEX+:} false; then : 17052 17060 $as_echo_n "(cached) " >&6 17053 17061 else … … 17092 17100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17093 17101 $as_echo_n "checking for $ac_word... " >&6; } 17094 if test "${ac_cv_path_ac_pt_DX_LATEX+set}" = set; then :17102 if ${ac_cv_path_ac_pt_DX_LATEX+:} false; then : 17095 17103 $as_echo_n "(cached) " >&6 17096 17104 else … … 17155 17163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17156 17164 $as_echo_n "checking for $ac_word... " >&6; } 17157 if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :17165 if ${ac_cv_path_DX_MAKEINDEX+:} false; then : 17158 17166 $as_echo_n "(cached) " >&6 17159 17167 else … … 17198 17206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17199 17207 $as_echo_n "checking for $ac_word... " >&6; } 17200 if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :17208 if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then : 17201 17209 $as_echo_n "(cached) " >&6 17202 17210 else … … 17261 17269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17262 17270 $as_echo_n "checking for $ac_word... " >&6; } 17263 if test "${ac_cv_path_DX_DVIPS+set}" = set; then :17271 if ${ac_cv_path_DX_DVIPS+:} false; then : 17264 17272 $as_echo_n "(cached) " >&6 17265 17273 else … … 17304 17312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17305 17313 $as_echo_n "checking for $ac_word... " >&6; } 17306 if test "${ac_cv_path_ac_pt_DX_DVIPS+set}" = set; then :17314 if ${ac_cv_path_ac_pt_DX_DVIPS+:} false; then : 17307 17315 $as_echo_n "(cached) " >&6 17308 17316 else … … 17367 17375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17368 17376 $as_echo_n "checking for $ac_word... " >&6; } 17369 if test "${ac_cv_path_DX_EGREP+set}" = set; then :17377 if ${ac_cv_path_DX_EGREP+:} false; then : 17370 17378 $as_echo_n "(cached) " >&6 17371 17379 else … … 17410 17418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17411 17419 $as_echo_n "checking for $ac_word... " >&6; } 17412 if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :17420 if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then : 17413 17421 $as_echo_n "(cached) " >&6 17414 17422 else … … 17538 17546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17539 17547 $as_echo_n "checking for $ac_word... " >&6; } 17540 if test "${ac_cv_path_DX_PDFLATEX+set}" = set; then :17548 if ${ac_cv_path_DX_PDFLATEX+:} false; then : 17541 17549 $as_echo_n "(cached) " >&6 17542 17550 else … … 17581 17589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17582 17590 $as_echo_n "checking for $ac_word... " >&6; } 17583 if test "${ac_cv_path_ac_pt_DX_PDFLATEX+set}" = set; then :17591 if ${ac_cv_path_ac_pt_DX_PDFLATEX+:} false; then : 17584 17592 $as_echo_n "(cached) " >&6 17585 17593 else … … 17644 17652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17645 17653 $as_echo_n "checking for $ac_word... " >&6; } 17646 if test "${ac_cv_path_DX_MAKEINDEX+set}" = set; then :17654 if ${ac_cv_path_DX_MAKEINDEX+:} false; then : 17647 17655 $as_echo_n "(cached) " >&6 17648 17656 else … … 17687 17695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17688 17696 $as_echo_n "checking for $ac_word... " >&6; } 17689 if test "${ac_cv_path_ac_pt_DX_MAKEINDEX+set}" = set; then :17697 if ${ac_cv_path_ac_pt_DX_MAKEINDEX+:} false; then : 17690 17698 $as_echo_n "(cached) " >&6 17691 17699 else … … 17750 17758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17751 17759 $as_echo_n "checking for $ac_word... " >&6; } 17752 if test "${ac_cv_path_DX_EGREP+set}" = set; then :17760 if ${ac_cv_path_DX_EGREP+:} false; then : 17753 17761 $as_echo_n "(cached) " >&6 17754 17762 else … … 17793 17801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 17794 17802 $as_echo_n "checking for $ac_word... " >&6; } 17795 if test "${ac_cv_path_ac_pt_DX_EGREP+set}" = set; then :17803 if ${ac_cv_path_ac_pt_DX_EGREP+:} false; then : 17796 17804 $as_echo_n "(cached) " >&6 17797 17805 else … … 17949 17957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5 17950 17958 $as_echo_n "checking for cos in -lm... " >&6; } 17951 if test "${ac_cv_lib_m_cos+set}" = set; then :17959 if ${ac_cv_lib_m_cos+:} false; then : 17952 17960 $as_echo_n "(cached) " >&6 17953 17961 else … … 17983 17991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5 17984 17992 $as_echo "$ac_cv_lib_m_cos" >&6; } 17985 if test "x$ac_cv_lib_m_cos" = x ""yes; then :17993 if test "x$ac_cv_lib_m_cos" = xyes; then : 17986 17994 cat >>confdefs.h <<_ACEOF 17987 17995 #define HAVE_LIBM 1 … … 18122 18130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 18123 18131 $as_echo_n "checking for $ac_word... " >&6; } 18124 if test "${ac_cv_prog_ax_pthread_config+set}" = set; then :18132 if ${ac_cv_prog_ax_pthread_config+:} false; then : 18125 18133 $as_echo_n "(cached) " >&6 18126 18134 else … … 18274 18282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5 18275 18283 $as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; } 18276 if test "${ax_cv_PTHREAD_PRIO_INHERIT+set}" = set; then :18284 if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false; then : 18277 18285 $as_echo_n "(cached) " >&6 18278 18286 else … … 18317 18325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 18318 18326 $as_echo_n "checking for $ac_word... " >&6; } 18319 if test "${ac_cv_prog_PTHREAD_CC+set}" = set; then :18327 if ${ac_cv_prog_PTHREAD_CC+:} false; then : 18320 18328 $as_echo_n "(cached) " >&6 18321 18329 else … … 18464 18472 do : 18465 18473 ac_fn_c_check_header_mongrel "$LINENO" "panel.h" "ac_cv_header_panel_h" "$ac_includes_default" 18466 if test "x$ac_cv_header_panel_h" = x ""yes; then :18474 if test "x$ac_cv_header_panel_h" = xyes; then : 18467 18475 cat >>confdefs.h <<_ACEOF 18468 18476 #define HAVE_PANEL_H 1 … … 18479 18487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for update_panels in -lpanel" >&5 18480 18488 $as_echo_n "checking for update_panels in -lpanel... " >&6; } 18481 if test "${ac_cv_lib_panel_update_panels+set}" = set; then :18489 if ${ac_cv_lib_panel_update_panels+:} false; then : 18482 18490 $as_echo_n "(cached) " >&6 18483 18491 else … … 18513 18521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_panel_update_panels" >&5 18514 18522 $as_echo "$ac_cv_lib_panel_update_panels" >&6; } 18515 if test "x$ac_cv_lib_panel_update_panels" = x ""yes; then :18523 if test "x$ac_cv_lib_panel_update_panels" = xyes; then : 18516 18524 cat >>confdefs.h <<_ACEOF 18517 18525 #define HAVE_LIBPANEL 1 … … 18541 18549 else 18542 18550 case $x_includes,$x_libraries in #( 18543 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 18544 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :18551 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( 18552 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : 18545 18553 $as_echo_n "(cached) " >&6 18546 18554 else … … 18819 18827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 18820 18828 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 18821 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :18829 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : 18822 18830 $as_echo_n "(cached) " >&6 18823 18831 else … … 18853 18861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 18854 18862 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 18855 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x ""yes; then :18863 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : 18856 18864 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 18857 18865 fi … … 18860 18868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 18861 18869 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } 18862 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :18870 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : 18863 18871 $as_echo_n "(cached) " >&6 18864 18872 else … … 18894 18902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 18895 18903 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 18896 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x ""yes; then :18904 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : 18897 18905 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 18898 18906 fi … … 18913 18921 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 18914 18922 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 18915 if test "x$ac_cv_func_gethostbyname" = x ""yes; then :18923 if test "x$ac_cv_func_gethostbyname" = xyes; then : 18916 18924 18917 18925 fi … … 18920 18928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 18921 18929 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } 18922 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :18930 if ${ac_cv_lib_nsl_gethostbyname+:} false; then : 18923 18931 $as_echo_n "(cached) " >&6 18924 18932 else … … 18954 18962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 18955 18963 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } 18956 if test "x$ac_cv_lib_nsl_gethostbyname" = x ""yes; then :18964 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : 18957 18965 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 18958 18966 fi … … 18961 18969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 18962 18970 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } 18963 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :18971 if ${ac_cv_lib_bsd_gethostbyname+:} false; then : 18964 18972 $as_echo_n "(cached) " >&6 18965 18973 else … … 18995 19003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 18996 19004 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } 18997 if test "x$ac_cv_lib_bsd_gethostbyname" = x ""yes; then :19005 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : 18998 19006 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 18999 19007 fi … … 19010 19018 # if connect needs -lnsl, so does gethostbyname. 19011 19019 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect" 19012 if test "x$ac_cv_func_connect" = x ""yes; then :19020 if test "x$ac_cv_func_connect" = xyes; then : 19013 19021 19014 19022 fi … … 19017 19025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 19018 19026 $as_echo_n "checking for connect in -lsocket... " >&6; } 19019 if test "${ac_cv_lib_socket_connect+set}" = set; then :19027 if ${ac_cv_lib_socket_connect+:} false; then : 19020 19028 $as_echo_n "(cached) " >&6 19021 19029 else … … 19051 19059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 19052 19060 $as_echo "$ac_cv_lib_socket_connect" >&6; } 19053 if test "x$ac_cv_lib_socket_connect" = x ""yes; then :19061 if test "x$ac_cv_lib_socket_connect" = xyes; then : 19054 19062 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 19055 19063 fi … … 19059 19067 # Guillermo Gomez says -lposix is necessary on A/UX. 19060 19068 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove" 19061 if test "x$ac_cv_func_remove" = x ""yes; then :19069 if test "x$ac_cv_func_remove" = xyes; then : 19062 19070 19063 19071 fi … … 19066 19074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 19067 19075 $as_echo_n "checking for remove in -lposix... " >&6; } 19068 if test "${ac_cv_lib_posix_remove+set}" = set; then :19076 if ${ac_cv_lib_posix_remove+:} false; then : 19069 19077 $as_echo_n "(cached) " >&6 19070 19078 else … … 19100 19108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 19101 19109 $as_echo "$ac_cv_lib_posix_remove" >&6; } 19102 if test "x$ac_cv_lib_posix_remove" = x ""yes; then :19110 if test "x$ac_cv_lib_posix_remove" = xyes; then : 19103 19111 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 19104 19112 fi … … 19108 19116 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 19109 19117 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat" 19110 if test "x$ac_cv_func_shmat" = x ""yes; then :19118 if test "x$ac_cv_func_shmat" = xyes; then : 19111 19119 19112 19120 fi … … 19115 19123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 19116 19124 $as_echo_n "checking for shmat in -lipc... " >&6; } 19117 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :19125 if ${ac_cv_lib_ipc_shmat+:} false; then : 19118 19126 $as_echo_n "(cached) " >&6 19119 19127 else … … 19149 19157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 19150 19158 $as_echo "$ac_cv_lib_ipc_shmat" >&6; } 19151 if test "x$ac_cv_lib_ipc_shmat" = x ""yes; then :19159 if test "x$ac_cv_lib_ipc_shmat" = xyes; then : 19152 19160 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 19153 19161 fi … … 19167 19175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 19168 19176 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } 19169 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :19177 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : 19170 19178 $as_echo_n "(cached) " >&6 19171 19179 else … … 19201 19209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 19202 19210 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 19203 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x ""yes; then :19211 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : 19204 19212 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 19205 19213 fi … … 19212 19220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libXp is available" >&5 19213 19221 $as_echo_n "checking whether libXp is available... " >&6; } 19214 if test "${lt_cv_libxp+set}" = set; then :19222 if ${lt_cv_libxp+:} false; then : 19215 19223 $as_echo_n "(cached) " >&6 19216 19224 else … … 19305 19313 # 19306 19314 if test "$motif_includes" = ""; then 19307 if test "${ac_cv_motif_includes+set}" = set; then :19315 if ${ac_cv_motif_includes+:} false; then : 19308 19316 $as_echo_n "(cached) " >&6 19309 19317 else … … 19379 19387 # 19380 19388 if test "$motif_libraries" = ""; then 19381 if test "${ac_cv_motif_libraries+set}" = set; then :19389 if ${ac_cv_motif_libraries+:} false; then : 19382 19390 $as_echo_n "(cached) " >&6 19383 19391 else … … 19464 19472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libXp is available" >&5 19465 19473 $as_echo_n "checking whether libXp is available... " >&6; } 19466 if test "${lt_cv_libxp+set}" = set; then :19474 if ${lt_cv_libxp+:} false; then : 19467 19475 $as_echo_n "(cached) " >&6 19468 19476 else … … 19624 19632 19625 19633 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" 19626 if test "x$ac_cv_header_zlib_h" = x ""yes; then :19634 if test "x$ac_cv_header_zlib_h" = xyes; then : 19627 19635 19628 19636 else … … 19633 19641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5 19634 19642 $as_echo_n "checking for inflateEnd in -lz... " >&6; } 19635 if test "${ac_cv_lib_z_inflateEnd+set}" = set; then :19643 if ${ac_cv_lib_z_inflateEnd+:} false; then : 19636 19644 $as_echo_n "(cached) " >&6 19637 19645 else … … 19667 19675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5 19668 19676 $as_echo "$ac_cv_lib_z_inflateEnd" >&6; } 19669 if test "x$ac_cv_lib_z_inflateEnd" = x ""yes; then :19677 if test "x$ac_cv_lib_z_inflateEnd" = xyes; then : 19670 19678 cat >>confdefs.h <<_ACEOF 19671 19679 #define HAVE_LIBZ 1 … … 19740 19748 19741 19749 ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default" 19742 if test "x$ac_cv_header_GL_gl_h" = x ""yes; then :19750 if test "x$ac_cv_header_GL_gl_h" = xyes; then : 19743 19751 19744 19752 else … … 19749 19757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glLoadIdentity in -lGL" >&5 19750 19758 $as_echo_n "checking for glLoadIdentity in -lGL... " >&6; } 19751 if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then :19759 if ${ac_cv_lib_GL_glLoadIdentity+:} false; then : 19752 19760 $as_echo_n "(cached) " >&6 19753 19761 else … … 19783 19791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glLoadIdentity" >&5 19784 19792 $as_echo "$ac_cv_lib_GL_glLoadIdentity" >&6; } 19785 if test "x$ac_cv_lib_GL_glLoadIdentity" = x ""yes; then :19793 if test "x$ac_cv_lib_GL_glLoadIdentity" = xyes; then : 19786 19794 cat >>confdefs.h <<_ACEOF 19787 19795 #define HAVE_LIBGL 1 … … 19854 19862 19855 19863 ac_fn_c_check_header_mongrel "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "$ac_includes_default" 19856 if test "x$ac_cv_header_GL_glu_h" = x ""yes; then :19864 if test "x$ac_cv_header_GL_glu_h" = xyes; then : 19857 19865 19858 19866 else … … 19863 19871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluNewTess in -lGLU" >&5 19864 19872 $as_echo_n "checking for gluNewTess in -lGLU... " >&6; } 19865 if test "${ac_cv_lib_GLU_gluNewTess+set}" = set; then :19873 if ${ac_cv_lib_GLU_gluNewTess+:} false; then : 19866 19874 $as_echo_n "(cached) " >&6 19867 19875 else … … 19897 19905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluNewTess" >&5 19898 19906 $as_echo "$ac_cv_lib_GLU_gluNewTess" >&6; } 19899 if test "x$ac_cv_lib_GLU_gluNewTess" = x ""yes; then :19907 if test "x$ac_cv_lib_GLU_gluNewTess" = xyes; then : 19900 19908 cat >>confdefs.h <<_ACEOF 19901 19909 #define HAVE_LIBGLU 1 … … 19981 19989 19982 19990 ac_fn_c_check_header_mongrel "$LINENO" "fitsio.h" "ac_cv_header_fitsio_h" "$ac_includes_default" 19983 if test "x$ac_cv_header_fitsio_h" = x ""yes; then :19991 if test "x$ac_cv_header_fitsio_h" = xyes; then : 19984 19992 19985 19993 else … … 19990 19998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ffpss in -lcfitsio" >&5 19991 19999 $as_echo_n "checking for ffpss in -lcfitsio... " >&6; } 19992 if test "${ac_cv_lib_cfitsio_ffpss+set}" = set; then :20000 if ${ac_cv_lib_cfitsio_ffpss+:} false; then : 19993 20001 $as_echo_n "(cached) " >&6 19994 20002 else … … 20024 20032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cfitsio_ffpss" >&5 20025 20033 $as_echo "$ac_cv_lib_cfitsio_ffpss" >&6; } 20026 if test "x$ac_cv_lib_cfitsio_ffpss" = x ""yes; then :20034 if test "x$ac_cv_lib_cfitsio_ffpss" = xyes; then : 20027 20035 cat >>confdefs.h <<_ACEOF 20028 20036 #define HAVE_LIBCFITSIO 1 … … 20108 20116 20109 20117 ac_fn_cxx_check_header_mongrel "$LINENO" "CCfits/CCfits" "ac_cv_header_CCfits_CCfits" "$ac_includes_default" 20110 if test "x$ac_cv_header_CCfits_CCfits" = x ""yes; then :20118 if test "x$ac_cv_header_CCfits_CCfits" = xyes; then : 20111 20119 20112 20120 else … … 20117 20125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lCCfits" >&5 20118 20126 $as_echo_n "checking for main in -lCCfits... " >&6; } 20119 if test "${ac_cv_lib_CCfits_main+set}" = set; then :20127 if ${ac_cv_lib_CCfits_main+:} false; then : 20120 20128 $as_echo_n "(cached) " >&6 20121 20129 else … … 20145 20153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_CCfits_main" >&5 20146 20154 $as_echo "$ac_cv_lib_CCfits_main" >&6; } 20147 if test "x$ac_cv_lib_CCfits_main" = x ""yes; then :20155 if test "x$ac_cv_lib_CCfits_main" = xyes; then : 20148 20156 cat >>confdefs.h <<_ACEOF 20149 20157 #define HAVE_LIBCCFITS 1 … … 20215 20223 case "$MYSQL_C_INC_DIR" in 20216 20224 /* ) ;; 20217 * ) as_fn_error $? "The MySQL include directory ($MYSQL_C_INC_DIR) must be an absolute path." "$LINENO" 5 20225 * ) as_fn_error $? "The MySQL include directory ($MYSQL_C_INC_DIR) must be an absolute path." "$LINENO" 5 ;; 20218 20226 esac 20219 20227 … … 20251 20259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MySQL++ library location" >&5 20252 20260 $as_echo_n "checking for MySQL++ library location... " >&6; } 20253 if test "${ac_cv_mysqlpp_lib+set}" = set; then :20261 if ${ac_cv_mysqlpp_lib+:} false; then : 20254 20262 $as_echo_n "(cached) " >&6 20255 20263 else … … 20273 20281 case "$ac_cv_mysqlpp_lib" in 20274 20282 /* ) ;; 20275 * ) as_fn_error $? "The MySQL++ library directory ($ac_cv_mysqlpp_lib) must be an absolute path." "$LINENO" 5 20283 * ) as_fn_error $? "The MySQL++ library directory ($ac_cv_mysqlpp_lib) must be an absolute path." "$LINENO" 5 ;; 20276 20284 esac 20277 20285 … … 20284 20292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MySQL++ include path" >&5 20285 20293 $as_echo_n "checking for MySQL++ include path... " >&6; } 20286 if test "${ac_cv_mysqlpp_inc+set}" = set; then :20294 if ${ac_cv_mysqlpp_inc+:} false; then : 20287 20295 $as_echo_n "(cached) " >&6 20288 20296 else … … 20304 20312 case "$ac_cv_mysqlpp_inc" in 20305 20313 /* ) ;; 20306 * ) as_fn_error $? "The MySQL++ header directory ($ac_cv_mysqlpp_inc) must be an absolute path." "$LINENO" 5 20314 * ) as_fn_error $? "The MySQL++ header directory ($ac_cv_mysqlpp_inc) must be an absolute path." "$LINENO" 5 ;; 20307 20315 esac 20308 20316 … … 20659 20667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::System library is available" >&5 20660 20668 $as_echo_n "checking whether the Boost::System library is available... " >&6; } 20661 if test "${ax_cv_boost_system+set}" = set; then :20669 if ${ax_cv_boost_system+:} false; then : 20662 20670 $as_echo_n "(cached) " >&6 20663 20671 else … … 20713 20721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 20714 20722 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 20715 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :20723 if eval \${$as_ac_Lib+:} false; then : 20716 20724 $as_echo_n "(cached) " >&6 20717 20725 else … … 20761 20769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 20762 20770 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 20763 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :20771 if eval \${$as_ac_Lib+:} false; then : 20764 20772 $as_echo_n "(cached) " >&6 20765 20773 else … … 20810 20818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 20811 20819 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 20812 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :20820 if eval \${$as_ac_Lib+:} false; then : 20813 20821 $as_echo_n "(cached) " >&6 20814 20822 else … … 20903 20911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::ASIO library is available" >&5 20904 20912 $as_echo_n "checking whether the Boost::ASIO library is available... " >&6; } 20905 if test "${ax_cv_boost_asio+set}" = set; then :20913 if ${ax_cv_boost_asio+:} false; then : 20906 20914 $as_echo_n "(cached) " >&6 20907 20915 else … … 20960 20968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5 20961 20969 $as_echo_n "checking for main in -l$ax_lib... " >&6; } 20962 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :20970 if eval \${$as_ac_Lib+:} false; then : 20963 20971 $as_echo_n "(cached) " >&6 20964 20972 else … … 21001 21009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5 21002 21010 $as_echo_n "checking for main in -l$ax_lib... " >&6; } 21003 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21011 if eval \${$as_ac_Lib+:} false; then : 21004 21012 $as_echo_n "(cached) " >&6 21005 21013 else … … 21088 21096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Date_Time library is available" >&5 21089 21097 $as_echo_n "checking whether the Boost::Date_Time library is available... " >&6; } 21090 if test "${ax_cv_boost_date_time+set}" = set; then :21098 if ${ax_cv_boost_date_time+:} false; then : 21091 21099 $as_echo_n "(cached) " >&6 21092 21100 else … … 21137 21145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21138 21146 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21139 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21147 if eval \${$as_ac_Lib+:} false; then : 21140 21148 $as_echo_n "(cached) " >&6 21141 21149 else … … 21185 21193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21186 21194 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21187 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21195 if eval \${$as_ac_Lib+:} false; then : 21188 21196 $as_echo_n "(cached) " >&6 21189 21197 else … … 21234 21242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5 21235 21243 $as_echo_n "checking for main in -l$ax_lib... " >&6; } 21236 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21244 if eval \${$as_ac_Lib+:} false; then : 21237 21245 $as_echo_n "(cached) " >&6 21238 21246 else … … 21325 21333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Filesystem library is available" >&5 21326 21334 $as_echo_n "checking whether the Boost::Filesystem library is available... " >&6; } 21327 if test "${ax_cv_boost_filesystem+set}" = set; then :21335 if ${ax_cv_boost_filesystem+:} false; then : 21328 21336 $as_echo_n "(cached) " >&6 21329 21337 else … … 21374 21382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21375 21383 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21376 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21384 if eval \${$as_ac_Lib+:} false; then : 21377 21385 $as_echo_n "(cached) " >&6 21378 21386 else … … 21422 21430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21423 21431 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21424 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21432 if eval \${$as_ac_Lib+:} false; then : 21425 21433 $as_echo_n "(cached) " >&6 21426 21434 else … … 21470 21478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21471 21479 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21472 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21480 if eval \${$as_ac_Lib+:} false; then : 21473 21481 $as_echo_n "(cached) " >&6 21474 21482 else … … 21563 21571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Program_Options library is available" >&5 21564 21572 $as_echo_n "checking whether the Boost::Program_Options library is available... " >&6; } 21565 if test "${ax_cv_boost_program_options+set}" = set; then :21573 if ${ax_cv_boost_program_options+:} false; then : 21566 21574 $as_echo_n "(cached) " >&6 21567 21575 else … … 21612 21620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21613 21621 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21614 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21622 if eval \${$as_ac_Lib+:} false; then : 21615 21623 $as_echo_n "(cached) " >&6 21616 21624 else … … 21660 21668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21661 21669 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21662 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21670 if eval \${$as_ac_Lib+:} false; then : 21663 21671 $as_echo_n "(cached) " >&6 21664 21672 else … … 21708 21716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5 21709 21717 $as_echo_n "checking for main in -l$ax_lib... " >&6; } 21710 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21718 if eval \${$as_ac_Lib+:} false; then : 21711 21719 $as_echo_n "(cached) " >&6 21712 21720 else … … 21793 21801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Regex library is available" >&5 21794 21802 $as_echo_n "checking whether the Boost::Regex library is available... " >&6; } 21795 if test "${ax_cv_boost_regex+set}" = set; then :21803 if ${ax_cv_boost_regex+:} false; then : 21796 21804 $as_echo_n "(cached) " >&6 21797 21805 else … … 21841 21849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21842 21850 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21843 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21851 if eval \${$as_ac_Lib+:} false; then : 21844 21852 $as_echo_n "(cached) " >&6 21845 21853 else … … 21889 21897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 21890 21898 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 21891 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21899 if eval \${$as_ac_Lib+:} false; then : 21892 21900 $as_echo_n "(cached) " >&6 21893 21901 else … … 21938 21946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5 21939 21947 $as_echo_n "checking for main in -l$ax_lib... " >&6; } 21940 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :21948 if eval \${$as_ac_Lib+:} false; then : 21941 21949 $as_echo_n "(cached) " >&6 21942 21950 else … … 22025 22033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Thread library is available" >&5 22026 22034 $as_echo_n "checking whether the Boost::Thread library is available... " >&6; } 22027 if test "${ax_cv_boost_thread+set}" = set; then :22035 if ${ax_cv_boost_thread+:} false; then : 22028 22036 $as_echo_n "(cached) " >&6 22029 22037 else … … 22101 22109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 22102 22110 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 22103 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :22111 if eval \${$as_ac_Lib+:} false; then : 22104 22112 $as_echo_n "(cached) " >&6 22105 22113 else … … 22149 22157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 22150 22158 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 22151 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :22159 if eval \${$as_ac_Lib+:} false; then : 22152 22160 $as_echo_n "(cached) " >&6 22153 22161 else … … 22198 22206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5 22199 22207 $as_echo_n "checking for exit in -l$ax_lib... " >&6; } 22200 if eval "test \"\${$as_ac_Lib+set}\"" = set; then :22208 if eval \${$as_ac_Lib+:} false; then : 22201 22209 $as_echo_n "(cached) " >&6 22202 22210 else … … 22374 22382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 22375 22383 $as_echo_n "checking for $ac_word... " >&6; } 22376 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :22384 if ${ac_cv_path_PKG_CONFIG+:} false; then : 22377 22385 $as_echo_n "(cached) " >&6 22378 22386 else … … 22417 22425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 22418 22426 $as_echo_n "checking for $ac_word... " >&6; } 22419 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :22427 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : 22420 22428 $as_echo_n "(cached) " >&6 22421 22429 else … … 22668 22676 else 22669 22677 case $x_includes,$x_libraries in #( 22670 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 22671 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :22678 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( 22679 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : 22672 22680 $as_echo_n "(cached) " >&6 22673 22681 else … … 22946 22954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 22947 22955 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 22948 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :22956 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : 22949 22957 $as_echo_n "(cached) " >&6 22950 22958 else … … 22980 22988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 22981 22989 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 22982 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x ""yes; then :22990 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : 22983 22991 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" 22984 22992 fi … … 22987 22995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 22988 22996 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } 22989 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :22997 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then : 22990 22998 $as_echo_n "(cached) " >&6 22991 22999 else … … 23021 23029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 23022 23030 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } 23023 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x ""yes; then :23031 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : 23024 23032 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" 23025 23033 fi … … 23040 23048 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. 23041 23049 ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" 23042 if test "x$ac_cv_func_gethostbyname" = x ""yes; then :23050 if test "x$ac_cv_func_gethostbyname" = xyes; then : 23043 23051 23044 23052 fi … … 23047 23055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 23048 23056 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } 23049 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :23057 if ${ac_cv_lib_nsl_gethostbyname+:} false; then : 23050 23058 $as_echo_n "(cached) " >&6 23051 23059 else … … 23081 23089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5 23082 23090 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } 23083 if test "x$ac_cv_lib_nsl_gethostbyname" = x ""yes; then :23091 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : 23084 23092 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" 23085 23093 fi … … 23088 23096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 23089 23097 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } 23090 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :23098 if ${ac_cv_lib_bsd_gethostbyname+:} false; then : 23091 23099 $as_echo_n "(cached) " >&6 23092 23100 else … … 23122 23130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5 23123 23131 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } 23124 if test "x$ac_cv_lib_bsd_gethostbyname" = x ""yes; then :23132 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : 23125 23133 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" 23126 23134 fi … … 23137 23145 # if connect needs -lnsl, so does gethostbyname. 23138 23146 ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect" 23139 if test "x$ac_cv_func_connect" = x ""yes; then :23147 if test "x$ac_cv_func_connect" = xyes; then : 23140 23148 23141 23149 fi … … 23144 23152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 23145 23153 $as_echo_n "checking for connect in -lsocket... " >&6; } 23146 if test "${ac_cv_lib_socket_connect+set}" = set; then :23154 if ${ac_cv_lib_socket_connect+:} false; then : 23147 23155 $as_echo_n "(cached) " >&6 23148 23156 else … … 23178 23186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 23179 23187 $as_echo "$ac_cv_lib_socket_connect" >&6; } 23180 if test "x$ac_cv_lib_socket_connect" = x ""yes; then :23188 if test "x$ac_cv_lib_socket_connect" = xyes; then : 23181 23189 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" 23182 23190 fi … … 23186 23194 # Guillermo Gomez says -lposix is necessary on A/UX. 23187 23195 ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove" 23188 if test "x$ac_cv_func_remove" = x ""yes; then :23196 if test "x$ac_cv_func_remove" = xyes; then : 23189 23197 23190 23198 fi … … 23193 23201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 23194 23202 $as_echo_n "checking for remove in -lposix... " >&6; } 23195 if test "${ac_cv_lib_posix_remove+set}" = set; then :23203 if ${ac_cv_lib_posix_remove+:} false; then : 23196 23204 $as_echo_n "(cached) " >&6 23197 23205 else … … 23227 23235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5 23228 23236 $as_echo "$ac_cv_lib_posix_remove" >&6; } 23229 if test "x$ac_cv_lib_posix_remove" = x ""yes; then :23237 if test "x$ac_cv_lib_posix_remove" = xyes; then : 23230 23238 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" 23231 23239 fi … … 23235 23243 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. 23236 23244 ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat" 23237 if test "x$ac_cv_func_shmat" = x ""yes; then :23245 if test "x$ac_cv_func_shmat" = xyes; then : 23238 23246 23239 23247 fi … … 23242 23250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 23243 23251 $as_echo_n "checking for shmat in -lipc... " >&6; } 23244 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :23252 if ${ac_cv_lib_ipc_shmat+:} false; then : 23245 23253 $as_echo_n "(cached) " >&6 23246 23254 else … … 23276 23284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5 23277 23285 $as_echo "$ac_cv_lib_ipc_shmat" >&6; } 23278 if test "x$ac_cv_lib_ipc_shmat" = x ""yes; then :23286 if test "x$ac_cv_lib_ipc_shmat" = xyes; then : 23279 23287 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" 23280 23288 fi … … 23294 23302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 23295 23303 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } 23296 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :23304 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then : 23297 23305 $as_echo_n "(cached) " >&6 23298 23306 else … … 23328 23336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 23329 23337 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } 23330 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x ""yes; then :23338 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : 23331 23339 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" 23332 23340 fi … … 23339 23347 yes) LIBS="$X_PRE_LIBS $LIBS $X_LIBS -lX11 $X_EXTRA_LIBS" 23340 23348 CPPFLAGS="$CPPFLAGS $X_CFLAGS";; 23341 no) as_fn_error $? "Cannot find X window libraries and/or headers." "$LINENO" 5 23349 no) as_fn_error $? "Cannot find X window libraries and/or headers." "$LINENO" 5;; 23342 23350 disable) ;; 23343 23351 esac … … 23367 23375 $as_echo_n "checking for Qt 4 library name... " >&6; } 23368 23376 23369 if test "${qt4_cv_libname+set}" = set; then :23377 if ${qt4_cv_libname+:} false; then : 23370 23378 $as_echo_n "(cached) " >&6 23371 23379 else … … 23478 23486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Qt 4 version" >&5 23479 23487 $as_echo_n "checking Qt 4 version... " >&6; } 23480 if test "${lyx_cv_qt4version+set}" = set; then :23488 if ${lyx_cv_qt4version+:} false; then : 23481 23489 $as_echo_n "(cached) " >&6 23482 23490 else … … 23492 23500 23493 23501 cat > conftest.$ac_ext <<EOF 23494 #line 23 494"configure"23502 #line 23502 "configure" 23495 23503 #include "confdefs.h" 23496 23504 #include <qglobal.h> … … 23519 23527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 23520 23528 $as_echo_n "checking for $ac_word... " >&6; } 23521 if test "${ac_cv_path_MOC4+set}" = set; then :23529 if ${ac_cv_path_MOC4+:} false; then : 23522 23530 $as_echo_n "(cached) " >&6 23523 23531 else … … 23565 23573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 23566 23574 $as_echo_n "checking for $ac_word... " >&6; } 23567 if test "${ac_cv_path_UIC4+set}" = set; then :23575 if ${ac_cv_path_UIC4+:} false; then : 23568 23576 $as_echo_n "(cached) " >&6 23569 23577 else … … 23611 23619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 23612 23620 $as_echo_n "checking for $ac_word... " >&6; } 23613 if test "${ac_cv_path_RCC4+set}" = set; then :23621 if ${ac_cv_path_RCC4+:} false; then : 23614 23622 $as_echo_n "(cached) " >&6 23615 23623 else … … 23700 23708 23701 23709 ac_fn_cxx_check_header_mongrel "$LINENO" "QtOpenGL/QGLWidget" "ac_cv_header_QtOpenGL_QGLWidget" "$ac_includes_default" 23702 if test "x$ac_cv_header_QtOpenGL_QGLWidget" = x ""yes; then :23710 if test "x$ac_cv_header_QtOpenGL_QGLWidget" = xyes; then : 23703 23711 23704 23712 else … … 23722 23730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QGLWidget qgl in -lQtOpenGL" >&5 23723 23731 $as_echo_n "checking for QGLWidget qgl in -lQtOpenGL... " >&6; } 23724 if test "${ac_cv_lib_QtOpenGL_QGLWidget_qgl+set}" = set; then :23732 if ${ac_cv_lib_QtOpenGL_QGLWidget_qgl+:} false; then : 23725 23733 $as_echo_n "(cached) " >&6 23726 23734 else … … 23833 23841 23834 23842 ac_fn_cxx_check_header_mongrel "$LINENO" "qwt_plot.h" "ac_cv_header_qwt_plot_h" "$ac_includes_default" 23835 if test "x$ac_cv_header_qwt_plot_h" = x ""yes; then :23843 if test "x$ac_cv_header_qwt_plot_h" = xyes; then : 23836 23844 23837 23845 else … … 23855 23863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for QwtPlot qwt in -lqwt-qt4" >&5 23856 23864 $as_echo_n "checking for QwtPlot qwt in -lqwt-qt4... " >&6; } 23857 if test "${ac_cv_lib_qwt_qt4_QwtPlot_qwt+set}" = set; then :23865 if ${ac_cv_lib_qwt_qt4_QwtPlot_qwt+:} false; then : 23858 23866 $as_echo_n "(cached) " >&6 23859 23867 else … … 23959 23967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 23960 23968 $as_echo_n "checking for $ac_word... " >&6; } 23961 if test "${ac_cv_path_ROOTCONF+set}" = set; then :23969 if ${ac_cv_path_ROOTCONF+:} false; then : 23962 23970 $as_echo_n "(cached) " >&6 23963 23971 else … … 24000 24008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 24001 24009 $as_echo_n "checking for $ac_word... " >&6; } 24002 if test "${ac_cv_path_ROOTEXEC+set}" = set; then :24010 if ${ac_cv_path_ROOTEXEC+:} false; then : 24003 24011 $as_echo_n "(cached) " >&6 24004 24012 else … … 24041 24049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 24042 24050 $as_echo_n "checking for $ac_word... " >&6; } 24043 if test "${ac_cv_path_ROOTCINT+set}" = set; then :24051 if ${ac_cv_path_ROOTCINT+:} false; then : 24044 24052 $as_echo_n "(cached) " >&6 24045 24053 else … … 24176 24184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 24177 24185 $as_echo_n "checking for $ac_word... " >&6; } 24178 if test "${ac_cv_prog_COLORDIFF+set}" = set; then :24186 if ${ac_cv_prog_COLORDIFF+:} false; then : 24179 24187 $as_echo_n "(cached) " >&6 24180 24188 else … … 24214 24222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 24215 24223 $as_echo_n "checking for $ac_word... " >&6; } 24216 if test "${ac_cv_prog_GROFF+set}" = set; then :24224 if ${ac_cv_prog_GROFF+:} false; then : 24217 24225 $as_echo_n "(cached) " >&6 24218 24226 else … … 24252 24260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 24253 24261 $as_echo_n "checking for $ac_word... " >&6; } 24254 if test "${ac_cv_prog_PS2PDF+set}" = set; then :24262 if ${ac_cv_prog_PS2PDF+:} false; then : 24255 24263 $as_echo_n "(cached) " >&6 24256 24264 else … … 24290 24298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 24291 24299 $as_echo_n "checking for $ac_word... " >&6; } 24292 if test "${ac_cv_prog_HELP2MAN+set}" = set; then :24300 if ${ac_cv_prog_HELP2MAN+:} false; then : 24293 24301 $as_echo_n "(cached) " >&6 24294 24302 else … … 24618 24626 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 24619 24627 if test -w "$cache_file"; then 24620 test "x$cache_file" != "x/dev/null" &&24628 if test "x$cache_file" != "x/dev/null"; then 24621 24629 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 24622 24630 $as_echo "$as_me: updating cache $cache_file" >&6;} 24623 cat confcache >$cache_file 24631 if test ! -f "$cache_file" || test -h "$cache_file"; then 24632 cat confcache >"$cache_file" 24633 else 24634 case $cache_file in #( 24635 */* | ?:*) 24636 mv -f confcache "$cache_file"$$ && 24637 mv -f "$cache_file"$$ "$cache_file" ;; #( 24638 *) 24639 mv -f confcache "$cache_file" ;; 24640 esac 24641 fi 24642 fi 24624 24643 else 24625 24644 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 … … 24893 24912 fi 24894 24913 24895 : ${CONFIG_STATUS=./config.status}24914 : "${CONFIG_STATUS=./config.status}" 24896 24915 ac_write_fail=0 24897 24916 ac_clean_files_save=$ac_clean_files … … 24994 25013 24995 25014 # Find who we are. Look in the path if we contain no directory separator. 25015 as_myself= 24996 25016 case $0 in #(( 24997 25017 *[\\/]* ) as_myself=$0 ;; … … 25301 25321 ac_log=" 25302 25322 This file was extended by FACT++ $as_me 1.0, which was 25303 generated by GNU Autoconf 2.6 7. Invocation command line was25323 generated by GNU Autoconf 2.68. Invocation command line was 25304 25324 25305 25325 CONFIG_FILES = $CONFIG_FILES … … 25363 25383 ac_cs_version="\\ 25364 25384 FACT++ config.status 1.0 25365 configured by $0, generated by GNU Autoconf 2.6 7,25385 configured by $0, generated by GNU Autoconf 2.68, 25366 25386 with options \\"\$ac_cs_config\\" 25367 25387 … … 25863 25883 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 25864 25884 25865 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 25885 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 25866 25886 esac 25867 25887 done … … 25886 25906 $debug || 25887 25907 { 25888 tmp= 25908 tmp= ac_tmp= 25889 25909 trap 'exit_status=$? 25890 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 25910 : "${ac_tmp:=$tmp}" 25911 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 25891 25912 ' 0 25892 25913 trap 'as_fn_exit 1' 1 2 13 15 … … 25896 25917 { 25897 25918 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 25898 test - n "$tmp" && test -d "$tmp"25919 test -d "$tmp" 25899 25920 } || 25900 25921 { … … 25902 25923 (umask 077 && mkdir "$tmp") 25903 25924 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 25925 ac_tmp=$tmp 25904 25926 25905 25927 # Set up the scripts for CONFIG_FILES section. … … 25923 25945 fi 25924 25946 25925 echo 'BEGIN {' >"$ tmp/subs1.awk" &&25947 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 25926 25948 _ACEOF 25927 25949 … … 25951 25973 25952 25974 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 25953 cat >>"\$ tmp/subs1.awk" <<\\_ACAWK &&25975 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 25954 25976 _ACEOF 25955 25977 sed -n ' … … 25999 26021 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 26000 26022 _ACAWK 26001 cat >>"\$ tmp/subs1.awk" <<_ACAWK &&26023 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 26002 26024 for (key in S) S_is_set[key] = 1 26003 26025 FS = "" … … 26031 26053 else 26032 26054 cat 26033 fi < "$ tmp/subs1.awk" > "$tmp/subs.awk" \26055 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 26034 26056 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 26035 26057 _ACEOF … … 26071 26093 case $ac_mode$ac_tag in 26072 26094 :[FHL]*:*);; 26073 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 26095 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 26074 26096 :[FH]-) ac_tag=-:-;; 26075 26097 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 26090 26112 do 26091 26113 case $ac_f in 26092 -) ac_f="$ tmp/stdin";;26114 -) ac_f="$ac_tmp/stdin";; 26093 26115 *) # Look for the file first in the build tree, then in the source tree 26094 26116 # (if the path is not absolute). The absolute path cannot be DOS-style, … … 26099 26121 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 26100 26122 esac || 26101 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 26123 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 26102 26124 esac 26103 26125 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac … … 26125 26147 26126 26148 case $ac_tag in 26127 *:-:* | *:-) cat >"$ tmp/stdin" \26128 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 26149 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 26150 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 26129 26151 esac 26130 26152 ;; … … 26262 26284 $ac_datarootdir_hack 26263 26285 " 26264 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ tmp/subs.awk" >$tmp/out\26265 || as_fn_error $? "could not create $ac_file" "$LINENO" 526286 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 26287 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 26266 26288 26267 26289 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 26268 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 26269 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 26290 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 26291 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 26292 "$ac_tmp/out"`; test -z "$ac_out"; } && 26270 26293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 26271 26294 which seems to be undefined. Please make sure it is defined" >&5 … … 26273 26296 which seems to be undefined. Please make sure it is defined" >&2;} 26274 26297 26275 rm -f "$ tmp/stdin"26298 rm -f "$ac_tmp/stdin" 26276 26299 case $ac_file in 26277 -) cat "$ tmp/out" && rm -f "$tmp/out";;26278 *) rm -f "$ac_file" && mv "$ tmp/out" "$ac_file";;26300 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 26301 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 26279 26302 esac \ 26280 26303 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
Note:
See TracChangeset
for help on using the changeset viewer.