IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 9:57:00 AM (14 years ago)
Author:
eugene
Message:

configure.ac changes: invoke LDFLAGS *before* probes, invoke CFLAGS *after* probes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/glueforge/templates/psdb/configure_ac.tt

    r23454 r34076  
    1313AM_CONFIG_HEADER([config.h])
    1414AM_MAINTAINER_MODE
     15
     16IPP_STDLDFLAGS
    1517
    1618AC_CONFIG_TESTDIR([tests])
     
    5456dnl is this the best was to setup recursive CFLAGS?
    5557IPP_STDOPTS
    56 dnl -Werror causes problems on OSX as inttypes.h uses some non standard C types
    57 [% pkg_name %]_CFLAGS="-Wall -pedantic -fno-strict-aliasing"
     58IPP_STDCFLAGS
     59
     60[% pkg_name %]_CFLAGS="-pedantic -fno-strict-aliasing"
    5861AC_SUBST([[% pkg_name %]_CFLAGS])
    5962
Note: See TracChangeset for help on using the changeset viewer.