Changeset 10346 for trunk/FACT++/configure
- Timestamp:
- 04/10/11 10:18:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r10230 r10346 747 747 LTLIBOBJS 748 748 LIBOBJS 749 HAS_COLORGCC_FALSE 750 HAS_COLORGCC_TRUE 751 HAS_DOT_FALSE 752 HAS_DOT_TRUE 753 HAS_DOXYGEN_FALSE 754 HAS_DOXYGEN_TRUE 755 HAS_HELP2MAN_FALSE 756 HAS_HELP2MAN_TRUE 757 HAS_PS2PDF_FALSE 758 HAS_PS2PDF_TRUE 759 HAS_GROFF_FALSE 760 HAS_GROFF_TRUE 761 HAS_COLORDIFF_FALSE 762 HAS_COLORDIFF_TRUE 763 HELP2MAN 764 PS2PDF 765 GROFF 749 766 COLORDIFF 750 767 BOOST_THREAD_LIB … … 759 776 MYSQLPP_INC_DIR 760 777 MYSQLPP_LIB_DIR 761 MYSQL_C_LIB_NAME762 MYSQL_C_LIB_DIR763 778 MYSQL_C_INC_DIR 764 779 MOTIF_LIBS … … 962 977 enable_doxygen_pdf 963 978 with_readline 979 with_cfitsio 980 with_cfitsio_include 981 with_cfitsio_libdir 982 with_ccfits 983 with_ccfits_include 984 with_ccfits_libdir 964 985 with_x 965 986 with_motif_includes … … 1646 1667 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1647 1668 --with-readline[=dir] Compile with readline/locate base dir 1669 --with-cfitsio=DIR root directory of cfitsio installation 1670 --with-cfitsio-include=DIR specify exact include dir for cfitsio headers 1671 --with-cfitsio-libdir=DIR specify exact library dir for cfitsio library 1672 --without-cfitsio disables cfitsio usage completely 1673 --with-ccfits=DIR root directory of ccfits installation 1674 --with-ccfits-include=DIR specify exact include dir for ccfits headers 1675 --with-ccfits-libdir=DIR specify exact library dir for ccfits library 1676 --without-ccfits disables ccfits usage completely 1648 1677 --with-x use the X Window System 1649 1678 --with-motif-includes=DIR Motif include files are in DIR … … 2261 2290 2262 2291 } # ac_fn_c_check_header_mongrel 2292 2293 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES 2294 # --------------------------------------------------------- 2295 # Tests whether HEADER exists, giving a warning if it cannot be compiled using 2296 # the include files in INCLUDES and setting the cache variable VAR 2297 # accordingly. 2298 ac_fn_cxx_check_header_mongrel () 2299 { 2300 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2301 if eval "test \"\${$3+set}\"" = set; then : 2302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2303 $as_echo_n "checking for $2... " >&6; } 2304 if eval "test \"\${$3+set}\"" = set; then : 2305 $as_echo_n "(cached) " >&6 2306 fi 2307 eval ac_res=\$$3 2308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2309 $as_echo "$ac_res" >&6; } 2310 else 2311 # Is the header compilable? 2312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 2313 $as_echo_n "checking $2 usability... " >&6; } 2314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2315 /* end confdefs.h. */ 2316 $4 2317 #include <$2> 2318 _ACEOF 2319 if ac_fn_cxx_try_compile "$LINENO"; then : 2320 ac_header_compiler=yes 2321 else 2322 ac_header_compiler=no 2323 fi 2324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 2326 $as_echo "$ac_header_compiler" >&6; } 2327 2328 # Is the header present? 2329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 2330 $as_echo_n "checking $2 presence... " >&6; } 2331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2332 /* end confdefs.h. */ 2333 #include <$2> 2334 _ACEOF 2335 if ac_fn_cxx_try_cpp "$LINENO"; then : 2336 ac_header_preproc=yes 2337 else 2338 ac_header_preproc=no 2339 fi 2340 rm -f conftest.err conftest.i conftest.$ac_ext 2341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 2342 $as_echo "$ac_header_preproc" >&6; } 2343 2344 # So? What about this header? 2345 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( 2346 yes:no: ) 2347 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 2348 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} 2349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 2350 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 2351 ;; 2352 no:yes:* ) 2353 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 2354 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 2355 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 2356 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} 2357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 2358 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 2359 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 2360 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 2361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 2362 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 2363 ( $as_echo "## ----------------------------------- ## 2364 ## Report this to thomas.bretz@epfl.ch ## 2365 ## ----------------------------------- ##" 2366 ) | sed "s/^/$as_me: WARNING: /" >&2 2367 ;; 2368 esac 2369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2370 $as_echo_n "checking for $2... " >&6; } 2371 if eval "test \"\${$3+set}\"" = set; then : 2372 $as_echo_n "(cached) " >&6 2373 else 2374 eval "$3=\$ac_header_compiler" 2375 fi 2376 eval ac_res=\$$3 2377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2378 $as_echo "$ac_res" >&6; } 2379 fi 2380 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2381 2382 } # ac_fn_cxx_check_header_mongrel 2263 2383 2264 2384 # ac_fn_cxx_check_func LINENO FUNC VAR … … 4250 4370 lt_cv_nm_interface="BSD nm" 4251 4371 echo "int some_variable = 0;" > conftest.$ac_ext 4252 (eval echo "\"\$as_me:4 252: $ac_compile\"" >&5)4372 (eval echo "\"\$as_me:4372: $ac_compile\"" >&5) 4253 4373 (eval "$ac_compile" 2>conftest.err) 4254 4374 cat conftest.err >&5 4255 (eval echo "\"\$as_me:4 255: $NM \\\"conftest.$ac_objext\\\"\"" >&5)4375 (eval echo "\"\$as_me:4375: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 4256 4376 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 4257 4377 cat conftest.err >&5 4258 (eval echo "\"\$as_me:4 258: output\"" >&5)4378 (eval echo "\"\$as_me:4378: output\"" >&5) 4259 4379 cat conftest.out >&5 4260 4380 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 5462 5582 *-*-irix6*) 5463 5583 # Find out which ABI we are using. 5464 echo '#line 5 464 "configure"' > conftest.$ac_ext5584 echo '#line 5584 "configure"' > conftest.$ac_ext 5465 5585 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 5466 5586 (eval $ac_compile) 2>&5 … … 7390 7510 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7391 7511 -e 's:$: $lt_compiler_flag:'` 7392 (eval echo "\"\$as_me:7 392: $lt_compile\"" >&5)7512 (eval echo "\"\$as_me:7512: $lt_compile\"" >&5) 7393 7513 (eval "$lt_compile" 2>conftest.err) 7394 7514 ac_status=$? 7395 7515 cat conftest.err >&5 7396 echo "$as_me:7 396: \$? = $ac_status" >&57516 echo "$as_me:7516: \$? = $ac_status" >&5 7397 7517 if (exit $ac_status) && test -s "$ac_outfile"; then 7398 7518 # The compiler can only warn and ignore the option if not recognized … … 7729 7849 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7730 7850 -e 's:$: $lt_compiler_flag:'` 7731 (eval echo "\"\$as_me:7 731: $lt_compile\"" >&5)7851 (eval echo "\"\$as_me:7851: $lt_compile\"" >&5) 7732 7852 (eval "$lt_compile" 2>conftest.err) 7733 7853 ac_status=$? 7734 7854 cat conftest.err >&5 7735 echo "$as_me:7 735: \$? = $ac_status" >&57855 echo "$as_me:7855: \$? = $ac_status" >&5 7736 7856 if (exit $ac_status) && test -s "$ac_outfile"; then 7737 7857 # The compiler can only warn and ignore the option if not recognized … … 7834 7954 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7835 7955 -e 's:$: $lt_compiler_flag:'` 7836 (eval echo "\"\$as_me:7 836: $lt_compile\"" >&5)7956 (eval echo "\"\$as_me:7956: $lt_compile\"" >&5) 7837 7957 (eval "$lt_compile" 2>out/conftest.err) 7838 7958 ac_status=$? 7839 7959 cat out/conftest.err >&5 7840 echo "$as_me:7 840: \$? = $ac_status" >&57960 echo "$as_me:7960: \$? = $ac_status" >&5 7841 7961 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7842 7962 then … … 7889 8009 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7890 8010 -e 's:$: $lt_compiler_flag:'` 7891 (eval echo "\"\$as_me: 7891: $lt_compile\"" >&5)8011 (eval echo "\"\$as_me:8011: $lt_compile\"" >&5) 7892 8012 (eval "$lt_compile" 2>out/conftest.err) 7893 8013 ac_status=$? 7894 8014 cat out/conftest.err >&5 7895 echo "$as_me: 7895: \$? = $ac_status" >&58015 echo "$as_me:8015: \$? = $ac_status" >&5 7896 8016 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7897 8017 then … … 10273 10393 lt_status=$lt_dlunknown 10274 10394 cat > conftest.$ac_ext <<_LT_EOF 10275 #line 10 275 "configure"10395 #line 10395 "configure" 10276 10396 #include "confdefs.h" 10277 10397 … … 10369 10489 lt_status=$lt_dlunknown 10370 10490 cat > conftest.$ac_ext <<_LT_EOF 10371 #line 10 371 "configure"10491 #line 10491 "configure" 10372 10492 #include "confdefs.h" 10373 10493 … … 12325 12445 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12326 12446 -e 's:$: $lt_compiler_flag:'` 12327 (eval echo "\"\$as_me:12 327: $lt_compile\"" >&5)12447 (eval echo "\"\$as_me:12447: $lt_compile\"" >&5) 12328 12448 (eval "$lt_compile" 2>conftest.err) 12329 12449 ac_status=$? 12330 12450 cat conftest.err >&5 12331 echo "$as_me:12 331: \$? = $ac_status" >&512451 echo "$as_me:12451: \$? = $ac_status" >&5 12332 12452 if (exit $ac_status) && test -s "$ac_outfile"; then 12333 12453 # The compiler can only warn and ignore the option if not recognized … … 12424 12544 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12425 12545 -e 's:$: $lt_compiler_flag:'` 12426 (eval echo "\"\$as_me:12 426: $lt_compile\"" >&5)12546 (eval echo "\"\$as_me:12546: $lt_compile\"" >&5) 12427 12547 (eval "$lt_compile" 2>out/conftest.err) 12428 12548 ac_status=$? 12429 12549 cat out/conftest.err >&5 12430 echo "$as_me:12 430: \$? = $ac_status" >&512550 echo "$as_me:12550: \$? = $ac_status" >&5 12431 12551 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12432 12552 then … … 12476 12596 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12477 12597 -e 's:$: $lt_compiler_flag:'` 12478 (eval echo "\"\$as_me:12 478: $lt_compile\"" >&5)12598 (eval echo "\"\$as_me:12598: $lt_compile\"" >&5) 12479 12599 (eval "$lt_compile" 2>out/conftest.err) 12480 12600 ac_status=$? 12481 12601 cat out/conftest.err >&5 12482 echo "$as_me:12 482: \$? = $ac_status" >&512602 echo "$as_me:12602: \$? = $ac_status" >&5 12483 12603 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12484 12604 then … … 13451 13571 #AC_PATH_XTRA 13452 13572 13453 13454 13573 ###################################################################### 13574 # Automake initial setup 13575 ###################################################################### 13455 13576 13456 13577 am__api_version='1.11' … … 14400 14521 14401 14522 DX_ENV="$DX_ENV ALL_GRAPHS='NO'" 14402 # change to ye tto switch on call(er) graphs14523 # change to yes to switch on call(er) graphs 14403 14524 14404 14525 #DX_DOXYGEN_FEATURE(ON) … … 16343 16464 16344 16465 16345 16466 # Needed to compile dim 16346 16467 16347 16468 … … 16695 16816 16696 16817 16818 # Needed to compile FACT++ 16697 16819 16698 16820 … … 16778 16900 # 16779 16901 16902 # Needed to compile FACT++ 16780 16903 for ac_header in panel.h 16781 16904 do : … … 16787 16910 16788 16911 else 16789 16790 echo "Error! Ncurses panel.h not properly installed in default include paths." 16791 exit -1 16792 16793 16912 as_fn_error $? "ncurses header not found" "$LINENO" 5 16794 16913 fi 16795 16914 16796 16915 done 16797 16916 16917 16918 # Needed to compile FACT++ 16798 16919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for update_panels in -lpanel" >&5 16799 16920 $as_echo_n "checking for update_panels in -lpanel... " >&6; } … … 16840 16961 16841 16962 else 16842 16843 echo "Error! Ncurses libpanel not properly installed in the default libarary paths." 16844 exit -1 16845 16846 16847 fi 16848 16963 as_fn_error $? "ncurses panel library not found" "$LINENO" 5 16964 fi 16965 16966 16967 # Needed to compile FACT++ 16968 16969 16970 16971 # Check whether --with-cfitsio was given. 16972 if test "${with_cfitsio+set}" = set; then : 16973 withval=$with_cfitsio; with_cfitsio=$withval 16974 if test "${with_cfitsio}" != yes; then 16975 cfitsio_include="$withval/include" 16976 cfitsio_libdir="$withval/lib" 16977 fi 16978 16979 fi 16980 16981 16982 16983 # Check whether --with-cfitsio-include was given. 16984 if test "${with_cfitsio_include+set}" = set; then : 16985 withval=$with_cfitsio_include; cfitsio_include="$withval" 16986 fi 16987 16988 16989 16990 # Check whether --with-cfitsio-libdir was given. 16991 if test "${with_cfitsio_libdir+set}" = set; then : 16992 withval=$with_cfitsio_libdir; cfitsio_libdir="$withval" 16993 fi 16994 16995 16996 if test "${with_cfitsio}" != no ; then 16997 OLD_LIBS=$LIBS 16998 OLD_LDFLAGS=$LDFLAGS 16999 OLD_CFLAGS=$CFLAGS 17000 OLD_CPPFLAGS=$CPPFLAGS 17001 17002 if test "${cfitsio_libdir}" ; then 17003 LDFLAGS="$LDFLAGS -L${cfitsio_libdir}" 17004 fi 17005 if test "${cfitsio_include}" ; then 17006 CPPFLAGS="$CPPFLAGS -I${cfitsio_include}" 17007 CFLAGS="$CFLAGS -I${cfitsio_include}" 17008 fi 17009 17010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ffpss in -lcfitsio" >&5 17011 $as_echo_n "checking for ffpss in -lcfitsio... " >&6; } 17012 if test "${ac_cv_lib_cfitsio_ffpss+set}" = set; then : 17013 $as_echo_n "(cached) " >&6 17014 else 17015 ac_check_lib_save_LIBS=$LIBS 17016 LIBS="-lcfitsio $LIBS" 17017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 17018 /* end confdefs.h. */ 17019 17020 /* Override any GCC internal prototype to avoid an error. 17021 Use char because int might match the return type of a GCC 17022 builtin and then its argument prototype would still apply. */ 17023 #ifdef __cplusplus 17024 extern "C" 17025 #endif 17026 char ffpss (); 17027 int 17028 main () 17029 { 17030 return ffpss (); 17031 ; 17032 return 0; 17033 } 17034 _ACEOF 17035 if ac_fn_c_try_link "$LINENO"; then : 17036 ac_cv_lib_cfitsio_ffpss=yes 17037 else 17038 ac_cv_lib_cfitsio_ffpss=no 17039 fi 17040 rm -f core conftest.err conftest.$ac_objext \ 17041 conftest$ac_exeext conftest.$ac_ext 17042 LIBS=$ac_check_lib_save_LIBS 17043 fi 17044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cfitsio_ffpss" >&5 17045 $as_echo "$ac_cv_lib_cfitsio_ffpss" >&6; } 17046 if test "x$ac_cv_lib_cfitsio_ffpss" = x""yes; then : 17047 cat >>confdefs.h <<_ACEOF 17048 #define HAVE_LIBCFITSIO 1 17049 _ACEOF 17050 17051 LIBS="-lcfitsio $LIBS" 17052 17053 else 17054 no_good=yes 17055 fi 17056 17057 ac_fn_c_check_header_mongrel "$LINENO" "fitsio.h" "ac_cv_header_fitsio_h" "$ac_includes_default" 17058 if test "x$ac_cv_header_fitsio_h" = x""yes; then : 17059 17060 else 17061 no_good=yes 17062 fi 17063 17064 17065 if test "$no_good" = yes; then 17066 as_fn_error $? "cfitsio not properly installed/not found." "$LINENO" 5 17067 17068 LIBS=$OLD_LIBS 17069 LDFLAGS=$OLD_LDFLAGS 17070 CPPFLAGS=$OLD_CPPFLAGS 17071 CFLAGS=$OLD_CFLAGS 17072 else 17073 17074 17075 $as_echo "#define HAVE_PKG_cfitsio 1" >>confdefs.h 17076 17077 fi 17078 17079 fi 17080 17081 17082 17083 #AC_CHECK_HEADERS([fitsio.h],,AC_MSG_ERROR([cfitsio headers not found])) 17084 #AC_CHECK_LIB([cfitsio], main,,AC_MSG_ERROR([cfitsio library not found])) 16849 17085 16850 17086 ac_ext=cpp … … 16855 17091 16856 17092 17093 # Needed to compile FACT++ 17094 17095 17096 17097 17098 # Check whether --with-ccfits was given. 17099 if test "${with_ccfits+set}" = set; then : 17100 withval=$with_ccfits; with_ccfits=$withval 17101 if test "${with_ccfits}" != yes; then 17102 ccfits_include="$withval/include" 17103 ccfits_libdir="$withval/lib" 17104 fi 17105 17106 fi 17107 17108 17109 17110 # Check whether --with-ccfits-include was given. 17111 if test "${with_ccfits_include+set}" = set; then : 17112 withval=$with_ccfits_include; ccfits_include="$withval" 17113 fi 17114 17115 17116 17117 # Check whether --with-ccfits-libdir was given. 17118 if test "${with_ccfits_libdir+set}" = set; then : 17119 withval=$with_ccfits_libdir; ccfits_libdir="$withval" 17120 fi 17121 17122 17123 if test "${with_ccfits}" != no ; then 17124 OLD_LIBS=$LIBS 17125 OLD_LDFLAGS=$LDFLAGS 17126 OLD_CFLAGS=$CFLAGS 17127 OLD_CPPFLAGS=$CPPFLAGS 17128 17129 if test "${ccfits_libdir}" ; then 17130 LDFLAGS="$LDFLAGS -L${ccfits_libdir}" 17131 fi 17132 if test "${ccfits_include}" ; then 17133 CPPFLAGS="$CPPFLAGS -I${ccfits_include}" 17134 CFLAGS="$CFLAGS -I${ccfits_include}" 17135 fi 17136 17137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lCCfits" >&5 17138 $as_echo_n "checking for main in -lCCfits... " >&6; } 17139 if test "${ac_cv_lib_CCfits_main+set}" = set; then : 17140 $as_echo_n "(cached) " >&6 17141 else 17142 ac_check_lib_save_LIBS=$LIBS 17143 LIBS="-lCCfits $LIBS" 17144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 17145 /* end confdefs.h. */ 17146 17147 17148 int 17149 main () 17150 { 17151 return main (); 17152 ; 17153 return 0; 17154 } 17155 _ACEOF 17156 if ac_fn_cxx_try_link "$LINENO"; then : 17157 ac_cv_lib_CCfits_main=yes 17158 else 17159 ac_cv_lib_CCfits_main=no 17160 fi 17161 rm -f core conftest.err conftest.$ac_objext \ 17162 conftest$ac_exeext conftest.$ac_ext 17163 LIBS=$ac_check_lib_save_LIBS 17164 fi 17165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_CCfits_main" >&5 17166 $as_echo "$ac_cv_lib_CCfits_main" >&6; } 17167 if test "x$ac_cv_lib_CCfits_main" = x""yes; then : 17168 cat >>confdefs.h <<_ACEOF 17169 #define HAVE_LIBCCFITS 1 17170 _ACEOF 17171 17172 LIBS="-lCCfits $LIBS" 17173 17174 else 17175 no_good=yes 17176 fi 17177 17178 ac_fn_cxx_check_header_mongrel "$LINENO" "CCfits/CCfits" "ac_cv_header_CCfits_CCfits" "$ac_includes_default" 17179 if test "x$ac_cv_header_CCfits_CCfits" = x""yes; then : 17180 17181 else 17182 no_good=yes 17183 fi 17184 17185 17186 if test "$no_good" = yes; then 17187 as_fn_error $? "CCfits not properly installed/not found." "$LINENO" 5 17188 17189 LIBS=$OLD_LIBS 17190 LDFLAGS=$OLD_LDFLAGS 17191 CPPFLAGS=$OLD_CPPFLAGS 17192 CFLAGS=$OLD_CFLAGS 17193 else 17194 17195 17196 $as_echo "#define HAVE_PKG_ccfits 1" >>confdefs.h 17197 17198 fi 17199 17200 fi 17201 17202 17203 17204 #AC_CHECK_HEADERS([CCfits/CCfits],, 17205 # AC_MSG_ERROR(CCfits headers not found)) 17206 #AC_CHECK_LIB(CCfits, main,, 17207 # AC_MSG_ERROR(CCfits library not found)) 17208 17209 16857 17210 ###################################################################### 16858 17211 # Xm.h (lesstif/motif, needed by did) 16859 17212 ###################################################################### 16860 17213 16861 17214 # Needed to compile dim 16862 17215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 16863 17216 $as_echo_n "checking for X... " >&6; } … … 17917 18270 ###################################################################### 17918 18271 18272 # Needed to compile FACT++ 17919 18273 17920 18274 MYSQL_inc_check="/usr/include/mysql /usr/local/include/mysql /usr/local/mysql/include /usr/local/mysql/include/mysql /usr/mysql/include/mysql /opt/mysql/include/mysql /sw/include/mysql" … … 17955 18309 17956 18310 CPPFLAGS="$CPPFLAGS -I${MYSQL_C_INC_DIR}" 17957 17958 17959 18311 17960 18312 … … 18081 18433 ###################################################################### 18082 18434 18435 # Needed to compile FACT++ 18083 18436 18084 18437 … … 19912 20265 fi 19913 20266 19914 # ax_boost_iostreams19915 # ax_boost_python19916 # ax_boost_serialization19917 # ax_boost_signals19918 # ax_boost_test_exec_monitor19919 # ax_boost_unit_test_framework19920 # ax_boost_wave19921 # ax_boost_wserialization20267 #AX_BOOST_IOSTREAMS 20268 #AX_BOOST_PYTHON 20269 #AX_BOOST_SERIALIZATION 20270 #AX_BOOST_SIGNALS 20271 #AX_BOOST_TEST_EXEC_MONITOR 20272 #AX_BOOST_UNIT_TEST_FRAMEWORK 20273 #AX_BOOST_WAVE 20274 #AX_BOOST_WSERIALIZATION 19922 20275 19923 20276 LDFLAGS+=" -lboost_date_time" … … 19976 20329 ###################################################################### 19977 20330 20331 # Nice to have to support colored diff 19978 20332 # Extract the first word of "colordiff", so it can be a program name with args. 19979 20333 set dummy colordiff; ac_word=$2 … … 20014 20368 20015 20369 20016 20017 ########################################################################### 20018 20019 #AC_C_CONST 20020 #AC_TYPE_PID_T 20021 #AC_HEADER_STDC 20370 # Extract the first word of "groff", so it can be a program name with args. 20371 set dummy groff; ac_word=$2 20372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 20373 $as_echo_n "checking for $ac_word... " >&6; } 20374 if test "${ac_cv_prog_GROFF+set}" = set; then : 20375 $as_echo_n "(cached) " >&6 20376 else 20377 if test -n "$GROFF"; then 20378 ac_cv_prog_GROFF="$GROFF" # Let the user override the test. 20379 else 20380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20381 for as_dir in $PATH 20382 do 20383 IFS=$as_save_IFS 20384 test -z "$as_dir" && as_dir=. 20385 for ac_exec_ext in '' $ac_executable_extensions; do 20386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 20387 ac_cv_prog_GROFF="yes" 20388 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 20389 break 2 20390 fi 20391 done 20392 done 20393 IFS=$as_save_IFS 20394 20395 test -z "$ac_cv_prog_GROFF" && ac_cv_prog_GROFF="no" 20396 fi 20397 fi 20398 GROFF=$ac_cv_prog_GROFF 20399 if test -n "$GROFF"; then 20400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GROFF" >&5 20401 $as_echo "$GROFF" >&6; } 20402 else 20403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 20404 $as_echo "no" >&6; } 20405 fi 20406 20407 20408 # Extract the first word of "ps2pdf", so it can be a program name with args. 20409 set dummy ps2pdf; ac_word=$2 20410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 20411 $as_echo_n "checking for $ac_word... " >&6; } 20412 if test "${ac_cv_prog_PS2PDF+set}" = set; then : 20413 $as_echo_n "(cached) " >&6 20414 else 20415 if test -n "$PS2PDF"; then 20416 ac_cv_prog_PS2PDF="$PS2PDF" # Let the user override the test. 20417 else 20418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20419 for as_dir in $PATH 20420 do 20421 IFS=$as_save_IFS 20422 test -z "$as_dir" && as_dir=. 20423 for ac_exec_ext in '' $ac_executable_extensions; do 20424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 20425 ac_cv_prog_PS2PDF="yes" 20426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 20427 break 2 20428 fi 20429 done 20430 done 20431 IFS=$as_save_IFS 20432 20433 test -z "$ac_cv_prog_PS2PDF" && ac_cv_prog_PS2PDF="no" 20434 fi 20435 fi 20436 PS2PDF=$ac_cv_prog_PS2PDF 20437 if test -n "$PS2PDF"; then 20438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PS2PDF" >&5 20439 $as_echo "$PS2PDF" >&6; } 20440 else 20441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 20442 $as_echo "no" >&6; } 20443 fi 20444 20445 20446 # Extract the first word of "help2man", so it can be a program name with args. 20447 set dummy help2man; ac_word=$2 20448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 20449 $as_echo_n "checking for $ac_word... " >&6; } 20450 if test "${ac_cv_prog_HELP2MAN+set}" = set; then : 20451 $as_echo_n "(cached) " >&6 20452 else 20453 if test -n "$HELP2MAN"; then 20454 ac_cv_prog_HELP2MAN="$HELP2MAN" # Let the user override the test. 20455 else 20456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20457 for as_dir in $PATH 20458 do 20459 IFS=$as_save_IFS 20460 test -z "$as_dir" && as_dir=. 20461 for ac_exec_ext in '' $ac_executable_extensions; do 20462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 20463 ac_cv_prog_HELP2MAN="yes" 20464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 20465 break 2 20466 fi 20467 done 20468 done 20469 IFS=$as_save_IFS 20470 20471 test -z "$ac_cv_prog_HELP2MAN" && ac_cv_prog_HELP2MAN="no" 20472 fi 20473 fi 20474 HELP2MAN=$ac_cv_prog_HELP2MAN 20475 if test -n "$HELP2MAN"; then 20476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HELP2MAN" >&5 20477 $as_echo "$HELP2MAN" >&6; } 20478 else 20479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 20480 $as_echo "no" >&6; } 20481 fi 20482 20483 20022 20484 20023 20485 ########################################################################## … … 20041 20503 #fi 20042 20504 # 20043 ########################################################################### 20044 #To get the changed compiler flags distributed among your final Makefiles you have to add the following line somewhere afterwards: 20045 # 20046 #AC_SUBST([AM_CXXFLAGS]) 20047 20048 20505 20506 ########################################################################## 20507 # produce conditionals for Makefile.am and for summary 20508 ########################################################################## 20509 20510 if test "$COLORDIFF" = colordiff; then 20511 HAS_COLORDIFF_TRUE= 20512 HAS_COLORDIFF_FALSE='#' 20513 else 20514 HAS_COLORDIFF_TRUE='#' 20515 HAS_COLORDIFF_FALSE= 20516 fi 20517 20518 if test "$GROFF" = yes; then 20519 HAS_GROFF_TRUE= 20520 HAS_GROFF_FALSE='#' 20521 else 20522 HAS_GROFF_TRUE='#' 20523 HAS_GROFF_FALSE= 20524 fi 20525 20526 if test "$PS2PDF" = yes; then 20527 HAS_PS2PDF_TRUE= 20528 HAS_PS2PDF_FALSE='#' 20529 else 20530 HAS_PS2PDF_TRUE='#' 20531 HAS_PS2PDF_FALSE= 20532 fi 20533 20534 if test "$HELP2MAN" = yes; then 20535 HAS_HELP2MAN_TRUE= 20536 HAS_HELP2MAN_FALSE='#' 20537 else 20538 HAS_HELP2MAN_TRUE='#' 20539 HAS_HELP2MAN_FALSE= 20540 fi 20541 20542 if test -n "$DX_DOXYGEN"; then 20543 HAS_DOXYGEN_TRUE= 20544 HAS_DOXYGEN_FALSE='#' 20545 else 20546 HAS_DOXYGEN_TRUE='#' 20547 HAS_DOXYGEN_FALSE= 20548 fi 20549 20550 if test -n "$DX_DOT"; then 20551 HAS_DOT_TRUE= 20552 HAS_DOT_FALSE='#' 20553 else 20554 HAS_DOT_TRUE='#' 20555 HAS_DOT_FALSE= 20556 fi 20557 20558 if test "$GCC" = colorgcc; then 20559 HAS_COLORGCC_TRUE= 20560 HAS_COLORGCC_FALSE='#' 20561 else 20562 HAS_COLORGCC_TRUE='#' 20563 HAS_COLORGCC_FALSE= 20564 fi 20565 20566 20567 ########################################################################## 20568 # print summary 20569 ########################################################################## 20049 20570 20050 20571 cat >confcache <<\_ACEOF … … 20296 20817 if test -z "${Have_Libxp_TRUE}" && test -z "${Have_Libxp_FALSE}"; then 20297 20818 as_fn_error $? "conditional \"Have_Libxp\" was never defined. 20819 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20820 fi 20821 if test -z "${HAS_COLORDIFF_TRUE}" && test -z "${HAS_COLORDIFF_FALSE}"; then 20822 as_fn_error $? "conditional \"HAS_COLORDIFF\" was never defined. 20823 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20824 fi 20825 if test -z "${HAS_GROFF_TRUE}" && test -z "${HAS_GROFF_FALSE}"; then 20826 as_fn_error $? "conditional \"HAS_GROFF\" was never defined. 20827 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20828 fi 20829 if test -z "${HAS_PS2PDF_TRUE}" && test -z "${HAS_PS2PDF_FALSE}"; then 20830 as_fn_error $? "conditional \"HAS_PS2PDF\" was never defined. 20831 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20832 fi 20833 if test -z "${HAS_HELP2MAN_TRUE}" && test -z "${HAS_HELP2MAN_FALSE}"; then 20834 as_fn_error $? "conditional \"HAS_HELP2MAN\" was never defined. 20835 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20836 fi 20837 if test -z "${HAS_DOXYGEN_TRUE}" && test -z "${HAS_DOXYGEN_FALSE}"; then 20838 as_fn_error $? "conditional \"HAS_DOXYGEN\" was never defined. 20839 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20840 fi 20841 if test -z "${HAS_DOT_TRUE}" && test -z "${HAS_DOT_FALSE}"; then 20842 as_fn_error $? "conditional \"HAS_DOT\" was never defined. 20843 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20844 fi 20845 if test -z "${HAS_COLORGCC_TRUE}" && test -z "${HAS_COLORGCC_FALSE}"; then 20846 as_fn_error $? "conditional \"HAS_COLORGCC\" was never defined. 20298 20847 Usually this means the macro was only invoked conditionally." "$LINENO" 5 20299 20848 fi … … 22597 23146 fi 22598 23147 23148 23149 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23150 $as_echo "$as_me: " >&6;} 23151 { $as_echo "$as_me:${as_lineno-$LINENO}: ============================== summary =============================" >&5 23152 $as_echo "$as_me: ============================== summary =============================" >&6;} 23153 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23154 $as_echo "$as_me: " >&6;} 23155 23156 if test "$COLORDIFF" = colordiff; then 23157 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: yes" >&5 23158 $as_echo "$as_me: colored svn diff / 'colordiff' found: yes" >&6;} 23159 else 23160 { $as_echo "$as_me:${as_lineno-$LINENO}: colored svn diff / 'colordiff' found: no" >&5 23161 $as_echo "$as_me: colored svn diff / 'colordiff' found: no" >&6;} 23162 23163 fi 23164 if test "$HELP2MAN" = yes; then 23165 23166 { $as_echo "$as_me:${as_lineno-$LINENO}: man-pages enabled / 'help2man' found: $HELP2MAN" >&5 23167 $as_echo "$as_me: man-pages enabled / 'help2man' found: $HELP2MAN" >&6;} 23168 if test "$GROFF" = yes; then 23169 { $as_echo "$as_me:${as_lineno-$LINENO}: build of html enabled / 'groff' found: yes" >&5 23170 $as_echo "$as_me: build of html enabled / 'groff' found: yes" >&6;} 23171 { $as_echo "$as_me:${as_lineno-$LINENO}: build of pdf enabled / 'ps2pdf' found: $PS2PDF" >&5 23172 $as_echo "$as_me: build of pdf enabled / 'ps2pdf' found: $PS2PDF" >&6;} 23173 else 23174 { $as_echo "$as_me:${as_lineno-$LINENO}: build of html and pdf / 'groff' found: no" >&5 23175 $as_echo "$as_me: build of html and pdf / 'groff' found: no" >&6;} 23176 23177 fi 23178 23179 else 23180 23181 { $as_echo "$as_me:${as_lineno-$LINENO}: man, html, pdf enabled / 'help2man' found: no" >&5 23182 $as_echo "$as_me: man, html, pdf enabled / 'help2man' found: no" >&6;} 23183 23184 fi 23185 23186 if test -n "$DX_DOXYGEN"; then 23187 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&5 23188 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: $DX_DOXYGEN" >&6;} 23189 else 23190 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen docu enabled / 'doxygen' found: no" >&5 23191 $as_echo "$as_me: doxygen docu enabled / 'doxygen' found: no" >&6;} 23192 23193 fi 23194 if test -n "$DX_DOT"; then 23195 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&5 23196 $as_echo "$as_me: doxygen graphs enabled / 'dot' (graphviz) found: $DX_DOT" >&6;} 23197 else 23198 { $as_echo "$as_me:${as_lineno-$LINENO}: doxagen graphs enabled / 'dot' (graphviz) found: no" >&5 23199 $as_echo "$as_me: doxagen graphs enabled / 'dot' (graphviz) found: no" >&6;} 23200 23201 fi 23202 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23203 $as_echo "$as_me: " >&6;} 23204 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 23205 $as_echo "$as_me: --------------------------------------------------------------------" >&6;} 23206 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23207 $as_echo "$as_me: " >&6;} 23208 { $as_echo "$as_me:${as_lineno-$LINENO}: Suggestions and hits:" >&5 23209 $as_echo "$as_me: Suggestions and hits:" >&6;} 23210 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23211 $as_echo "$as_me: " >&6;} 23212 { $as_echo "$as_me:${as_lineno-$LINENO}: - Add 'V=1' to you make-call to switch on verbose output." >&5 23213 $as_echo "$as_me: - Add 'V=1' to you make-call to switch on verbose output." >&6;} 23214 { $as_echo "$as_me:${as_lineno-$LINENO}: - Do not try to create man-pages with doxygen," >&5 23215 $as_echo "$as_me: - Do not try to create man-pages with doxygen," >&6;} 23216 { $as_echo "$as_me:${as_lineno-$LINENO}: it does most probably not work." >&5 23217 $as_echo "$as_me: it does most probably not work." >&6;} 23218 if test "$GCC" = colorgcc; then 23219 : 23220 else 23221 { $as_echo "$as_me:${as_lineno-$LINENO}: - Install colorgcc to get colored compiler output." >&5 23222 $as_echo "$as_me: - Install colorgcc to get colored compiler output." >&6;} 23223 23224 fi 23225 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23226 $as_echo "$as_me: " >&6;} 23227 { $as_echo "$as_me:${as_lineno-$LINENO}: --------------------------------------------------------------------" >&5 23228 $as_echo "$as_me: --------------------------------------------------------------------" >&6;} 23229 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23230 $as_echo "$as_me: " >&6;} 23231 { $as_echo "$as_me:${as_lineno-$LINENO}: Some interesting build targets:" >&5 23232 $as_echo "$as_me: Some interesting build targets:" >&6;} 23233 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23234 $as_echo "$as_me: " >&6;} 23235 { $as_echo "$as_me:${as_lineno-$LINENO}: diff: colored 'svn diff' if colordiff is installed" >&5 23236 $as_echo "$as_me: diff: colored 'svn diff' if colordiff is installed" >&6;} 23237 if test "$HELP2MAN" = yes; then 23238 23239 { $as_echo "$as_me:${as_lineno-$LINENO}: program.man: build man-page from 'program --help'" >&5 23240 $as_echo "$as_me: program.man: build man-page from 'program --help'" >&6;} 23241 { $as_echo "$as_me:${as_lineno-$LINENO}: (display with 'man ./program.man')" >&5 23242 $as_echo "$as_me: (display with 'man ./program.man')" >&6;} 23243 if test "$GROFF" = yes; then 23244 23245 { $as_echo "$as_me:${as_lineno-$LINENO}: program.html: build html page from man-page" >&5 23246 $as_echo "$as_me: program.html: build html page from man-page" >&6;} 23247 if test "$PS2PDF" = yes; then 23248 { $as_echo "$as_me:${as_lineno-$LINENO}: program.pdf: build pdf documentation from man page" >&5 23249 $as_echo "$as_me: program.pdf: build pdf documentation from man page" >&6;} 23250 23251 fi 23252 23253 fi 23254 23255 fi 23256 if test -n "$DX_DOXYGEN"; then 23257 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen-run: build html documentation with doxygen" >&5 23258 $as_echo "$as_me: doxygen-run: build html documentation with doxygen" >&6;} 23259 { $as_echo "$as_me:${as_lineno-$LINENO}: doxygen-doc: build html and pdf documentation with doxygen" >&5 23260 $as_echo "$as_me: doxygen-doc: build html and pdf documentation with doxygen" >&6;} 23261 23262 fi 23263 { $as_echo "$as_me:${as_lineno-$LINENO}: man: build all buildable documentation" >&5 23264 $as_echo "$as_me: man: build all buildable documentation" >&6;} 23265 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 23266 $as_echo "$as_me: " >&6;}
Note:
See TracChangeset
for help on using the changeset viewer.