Changeset 3908 for trunk/glueforge/templates/psdb/configure_ac.tt
- Timestamp:
- May 12, 2005, 3:37:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/configure_ac.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/configure_ac.tt
r3860 r3908 3 3 AC_PREREQ(2.59) 4 4 5 AC_INIT([[% lib_name %]], [0.0.1], [pan-starrs.ifa.hawaii.edu])6 AC_CONFIG_SRCDIR([[% lib_name %].pc.in])5 AC_INIT([[% pkg_name %]], [0.0.1], [pan-starrs.ifa.hawaii.edu]) 6 AC_CONFIG_SRCDIR([[% pkg_name %].pc.in]) 7 7 8 8 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) … … 18 18 19 19 dnl is this the best was to setup recursive CFLAGS? 20 [% lib_name %]_CFLAGS="-Wall -pedantic -std=c99"21 AC_SUBST([[% lib_name %]_CFLAGS])20 [% pkg_name %]_CFLAGS="-Wall -pedantic -std=c99" 21 AC_SUBST([[% pkg_name %]_CFLAGS]) 22 22 23 AC_CONFIG_FILES([% lib_name %].pc Makefile src/Makefile)23 AC_CONFIG_FILES([% pkg_name %].pc Makefile src/Makefile) 24 24 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
