Changeset 8869
- Timestamp:
- Sep 21, 2006, 12:45:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/configure_ac.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/configure_ac.tt
r8685 r8869 30 30 fi 31 31 32 AC_ PATH_PROG([doxygen], [doxygen], [missing])33 AM_CONDITIONAL([DOXYGEN], test "x$doxygen" = "xmissing")32 AC_CHECK_PROG(doxygen,[doxygen],[true],[false]) 33 AM_CONDITIONAL([DOXYGEN], test x$doxygen = xtrue) 34 34 35 35 dnl is this the best was to setup recursive CFLAGS?
Note:
See TracChangeset
for help on using the changeset viewer.
