IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 3:37:23 PM (20 years ago)
Author:
jhoblitt
Message:

build doxygen docs in the build tree path
install doxygen man pages into the correct locations from the build tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r8925 r8964  
    373373  [AC_MSG_ERROR([The C99 function, atoll, is required; update your compiler version?])])
    374374
    375 AC_CHECK_PROG(doxygen,[doxygen],[true],[false])
    376 AM_CONDITIONAL(DOXYGEN, test x$doxygen = xtrue)
    377 
     375AC_PATH_PROG([DOXYGEN], [doxygen], [missing])
     376AM_CONDITIONAL([DOXYGEN], test "x$doxygen" != "xmissing")
    378377
    379378dnl ------- restore CFLAGS / LDFLAGS (tests done) --------
Note: See TracChangeset for help on using the changeset viewer.