Changeset 9023
- Timestamp:
- Sep 28, 2006, 12:56:40 PM (20 years ago)
- Location:
- trunk/glueforge/templates/psdb
- Files:
-
- 2 edited
-
configure_ac.tt (modified) (1 diff)
-
top_makefile_am.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/configure_ac.tt
r8869 r9023 30 30 fi 31 31 32 AC_ CHECK_PROG(doxygen,[doxygen],[true],[false])33 AM_CONDITIONAL([ DOXYGEN], test x$doxygen = xtrue)32 AC_PATH_PROG([DOXYGEN], [doxygen], [missing]) 33 AM_CONDITIONAL([HAVE_DOXYGEN], test "x$doxygen" != "xmissing") 34 34 35 35 dnl is this the best was to setup recursive CFLAGS? -
trunk/glueforge/templates/psdb/top_makefile_am.tt
r6118 r9023 6 6 EXTRA_DIST = [% pkg_name %].pc.in Doxyfile.in 7 7 8 if DOXYGEN8 if HAVE_DOXYGEN 9 9 10 10 man_MANS = \
Note:
See TracChangeset
for help on using the changeset viewer.
