IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3732


Ignore:
Timestamp:
Apr 20, 2005, 5:28:31 PM (21 years ago)
Author:
jhoblitt
Message:

add foo_CFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r3727 r3732  
    1515PKG_CHECK_MODULES(PSLIB, pslib >= 0.5.0)
    1616
     17dnl is this the best was to setup recursive CFLAGS?
     18[% lib_name %]_CFLAGS="-Wall -pedantic -std=c99"
     19AC_SUBST([[% lib_name %]_CFLAGS])
     20
    1721AC_CONFIG_FILES([% lib_name %].pc Makefile src/Makefile)
    1822AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.