Changeset 14186 for trunk/glueforge
- Timestamp:
- Jul 12, 2007, 3:07:49 PM (19 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
templates/psdb/configure_ac.tt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/configure.ac
r12164 r14186 1 1 AC_PREREQ(2.59) 2 2 3 AC_INIT([glueforge], [1.0 1], [ipp-support@ifa.hawaii.edu])3 AC_INIT([glueforge], [1.02], [ipp-support@ifa.hawaii.edu]) 4 4 AC_CONFIG_SRCDIR([glueforge.in]) 5 5 -
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.
