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:
parent
240a862c45
commit
8fda5a74f1
2 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue