- Timestamp:
- 05/21/12 11:26:28 (12 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/.macro_dir/ac_check_package.m4
r11812 r13801 57 57 fi 58 58 59 no_good=no 60 59 61 AC_CHECK_HEADER($4,,no_good=yes) 60 62 AC_CHECK_LIB($3,$2,,no_good=yes) -
trunk/FACT++/configure
r13776 r13801 19640 19640 fi 19641 19641 19642 no_good=no 19643 19642 19644 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" 19643 19645 if test "x$ac_cv_header_zlib_h" = xyes; then : … … 19756 19758 fi 19757 19759 19760 no_good=no 19761 19758 19762 ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default" 19759 19763 if test "x$ac_cv_header_GL_gl_h" = xyes; then : … … 19870 19874 fi 19871 19875 19876 no_good=no 19877 19872 19878 ac_fn_c_check_header_mongrel "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "$ac_includes_default" 19873 19879 if test "x$ac_cv_header_GL_glu_h" = xyes; then : … … 19986 19992 fi 19987 19993 19994 no_good=no 19995 19988 19996 ac_fn_c_check_header_mongrel "$LINENO" "libnova/julian_day.h" "ac_cv_header_libnova_julian_day_h" "$ac_includes_default" 19989 19997 if test "x$ac_cv_header_libnova_julian_day_h" = xyes; then : … … 20113 20121 fi 20114 20122 20123 no_good=no 20124 20115 20125 ac_fn_c_check_header_mongrel "$LINENO" "fitsio.h" "ac_cv_header_fitsio_h" "$ac_includes_default" 20116 20126 if test "x$ac_cv_header_fitsio_h" = xyes; then : … … 20239 20249 CFLAGS="$CFLAGS -I${ccfits_include}" 20240 20250 fi 20251 20252 no_good=no 20241 20253 20242 20254 ac_fn_cxx_check_header_mongrel "$LINENO" "CCfits/CCfits" "ac_cv_header_CCfits_CCfits" "$ac_includes_default" … … 23625 23637 23626 23638 cat > conftest.$ac_ext <<EOF 23627 #line 236 27"configure"23639 #line 23639 "configure" 23628 23640 #include "confdefs.h" 23629 23641 #include <qglobal.h>
Note:
See TracChangeset
for help on using the changeset viewer.