Changeset 13801 for trunk/FACT++


Ignore:
Timestamp:
05/21/12 11:26:28 (12 years ago)
Author:
tbretz
Message:
Fixed a problem in the ac_check_package macro which made all following macros fail
Location:
trunk/FACT++
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.macro_dir/ac_check_package.m4

    r11812 r13801  
    5757        fi
    5858
     59        no_good=no
     60
    5961        AC_CHECK_HEADER($4,,no_good=yes)
    6062        AC_CHECK_LIB($3,$2,,no_good=yes)
  • trunk/FACT++/configure

    r13776 r13801  
    1964019640        fi
    1964119641
     19642        no_good=no
     19643
    1964219644        ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
    1964319645if test "x$ac_cv_header_zlib_h" = xyes; then :
     
    1975619758        fi
    1975719759
     19760        no_good=no
     19761
    1975819762        ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default"
    1975919763if test "x$ac_cv_header_GL_gl_h" = xyes; then :
     
    1987019874        fi
    1987119875
     19876        no_good=no
     19877
    1987219878        ac_fn_c_check_header_mongrel "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "$ac_includes_default"
    1987319879if test "x$ac_cv_header_GL_glu_h" = xyes; then :
     
    1998619992        fi
    1998719993
     19994        no_good=no
     19995
    1998819996        ac_fn_c_check_header_mongrel "$LINENO" "libnova/julian_day.h" "ac_cv_header_libnova_julian_day_h" "$ac_includes_default"
    1998919997if test "x$ac_cv_header_libnova_julian_day_h" = xyes; then :
     
    2011320121        fi
    2011420122
     20123        no_good=no
     20124
    2011520125        ac_fn_c_check_header_mongrel "$LINENO" "fitsio.h" "ac_cv_header_fitsio_h" "$ac_includes_default"
    2011620126if test "x$ac_cv_header_fitsio_h" = xyes; then :
     
    2023920249                CFLAGS="$CFLAGS -I${ccfits_include}"
    2024020250        fi
     20251
     20252        no_good=no
    2024120253
    2024220254        ac_fn_cxx_check_header_mongrel "$LINENO" "CCfits/CCfits" "ac_cv_header_CCfits_CCfits" "$ac_includes_default"
     
    2362523637
    2362623638                cat > conftest.$ac_ext <<EOF
    23627 #line 23627 "configure"
     23639#line 23639 "configure"
    2362823640#include "confdefs.h"
    2362923641#include <qglobal.h>
Note: See TracChangeset for help on using the changeset viewer.