1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Generate and install man-pages if Doxygen is installed

This commit is contained in:
Xorg 2016-06-05 12:09:59 +02:00
commit 8fda5a74f1
2 changed files with 28 additions and 0 deletions

View file

@ -39,6 +39,8 @@ AM_PROG_LIBTOOL
AM_CPPFLAGS="$CPPFLAGS"
AC_CHECK_HEADERS([stdint.h])
AC_CHECK_PROGS([DOXYGEN], [doxygen])
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
AM_LDFLAGS="$LDFLAGS"
if test "x$GCC" = "xyes"; then