Changeset 3727 for trunk/glueforge/templates/psdb/configure_ac.tt
- Timestamp:
- Apr 20, 2005, 4:53:08 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
r3726 r3727 2 2 3 3 AC_INIT([[% lib_name %]], [0.0.1], [pan-starrs.ifa.hawaii.edu]) 4 AC_CONFIG_SRCDIR([ ])4 AC_CONFIG_SRCDIR([[% lib_name %].pc.in]) 5 5 6 6 AM_INIT_AUTOMAKE … … 15 15 PKG_CHECK_MODULES(PSLIB, pslib >= 0.5.0) 16 16 17 AC_CONFIG_FILES( Makefile src/Makefile)17 AC_CONFIG_FILES([% lib_name %].pc Makefile src/Makefile) 18 18 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
