IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 12:56:40 PM (20 years ago)
Author:
jhoblitt
Message:

fix doxygen manpage generation

File:
1 edited

Legend:

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

    r8869 r9023  
    3030fi
    3131
    32 AC_CHECK_PROG(doxygen,[doxygen],[true],[false])
    33 AM_CONDITIONAL([DOXYGEN], test x$doxygen = xtrue)
     32AC_PATH_PROG([DOXYGEN], [doxygen], [missing])
     33AM_CONDITIONAL([HAVE_DOXYGEN], test "x$doxygen" != "xmissing")
    3434
    3535dnl is this the best was to setup recursive CFLAGS?
Note: See TracChangeset for help on using the changeset viewer.