IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9157


Ignore:
Timestamp:
Oct 3, 2006, 12:57:52 PM (20 years ago)
Author:
magnier
Message:

fixed automake rules for --enable-doxygen, but doxygen missing

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.am

    r9013 r9157  
    1111    autogen.sh
    1212
    13 if DOXYGEN
     13if HAVE_DOXYGEN
    1414install-data-hook: doxygen
    1515        -$(mkdir_p) $(mandir)/man3
  • trunk/psLib/configure.ac

    r9085 r9157  
    384384  ]
    385385)
    386 AM_CONDITIONAL([DOXYGEN], test "x$doxygen" != "xmissing" -a "x$doxygen" != "xoff")
     386AM_CONDITIONAL([HAVE_DOXYGEN], test -n "$DOXYGEN" -a "x$doxygen" != "xoff")
    387387
    388388
Note: See TracChangeset for help on using the changeset viewer.