Changeset 4002 for trunk/glueforge/templates/psdb/configure_ac.tt
- Timestamp:
- May 19, 2005, 4:00:17 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
r3908 r4002 9 9 AM_CONFIG_HEADER([config.h]) 10 10 AM_MAINTAINER_MODE 11 12 AC_CONFIG_TESTDIR([tests]) 13 AC_CONFIG_FILES([tests/Makefile]) 14 AM_MISSING_PROG([AUTOM4TE], [autom4te]) 11 15 12 16 AC_LANG(C) … … 21 25 AC_SUBST([[% pkg_name %]_CFLAGS]) 22 26 23 AC_CONFIG_FILES([% pkg_name %].pc Makefile src/Makefile) 27 AC_CONFIG_FILES([ 28 Makefile 29 src/Makefile 30 [% pkg_name %].pc 31 ]) 24 32 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
