Changeset 14186 for trunk/glueforge/templates/psdb/configure_ac.tt
- Timestamp:
- Jul 12, 2007, 3:07:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/configure_ac.tt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/configure_ac.tt
r11533 r14186 5 5 dnl 6 6 7 AC_PREREQ(2. 59)7 AC_PREREQ(2.61) 8 8 9 9 AC_INIT([[% pkg_name %]], [[% pkg_version %]], [pan-starrs.ifa.hawaii.edu]) … … 19 19 20 20 AC_LANG(C) 21 AC_PROG_CC 21 AC_PROG_CC_C99 22 22 AC_PROG_INSTALL 23 23 AC_PROG_LIBTOOL … … 35 35 dnl is this the best was to setup recursive CFLAGS? 36 36 IPP_STDOPTS 37 [% pkg_name %]_CFLAGS="-Wall -Werror -pedantic - std=c99 -fno-strict-aliasing"37 [% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -fno-strict-aliasing" 38 38 AC_SUBST([[% pkg_name %]_CFLAGS]) 39 39
Note:
See TracChangeset
for help on using the changeset viewer.
