IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8869


Ignore:
Timestamp:
Sep 21, 2006, 12:45:38 PM (20 years ago)
Author:
eugene
Message:

fixed DOXYGEN-less install options

File:
1 edited

Legend:

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

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