IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 10:06:02 PM (20 years ago)
Author:
jhoblitt
Message:

make doxygen optional

File:
1 edited

Legend:

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

    r4664 r6118  
    2424fi
    2525
    26 AC_PATH_PROG([DOXYGEN], [doxygen], [missing])
    27 if test "$DOXYGEN" = "missing" ; then
    28   AC_MSG_ERROR([doxygen is required])
    29 fi
     26AC_PATH_PROG([doxygen], [doxygen], [missing])
     27AM_CONDITIONAL([DOXYGEN], test "x$doxygen" = "xmissing")
    3028
    3129dnl is this the best was to setup recursive CFLAGS?
Note: See TracChangeset for help on using the changeset viewer.