IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2005, 4:00:17 PM (21 years ago)
Author:
jhoblitt
Message:

add autotest support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r3908 r4002  
    99AM_CONFIG_HEADER([config.h])
    1010AM_MAINTAINER_MODE
     11
     12AC_CONFIG_TESTDIR([tests])
     13AC_CONFIG_FILES([tests/Makefile])
     14AM_MISSING_PROG([AUTOM4TE], [autom4te])
    1115
    1216AC_LANG(C)
     
    2125AC_SUBST([[% pkg_name %]_CFLAGS])
    2226
    23 AC_CONFIG_FILES([% pkg_name %].pc Makefile src/Makefile)
     27AC_CONFIG_FILES([
     28  Makefile
     29  src/Makefile
     30  [% pkg_name %].pc
     31])
    2432AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.