dont generate sourcecode documentation for binaries

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@561 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-22 21:48:12 +00:00
parent fa767abec2
commit f6efde7a1b
3 changed files with 1 additions and 42 deletions

View File

@@ -134,19 +134,6 @@ fi
AM_CONDITIONAL(WITH_CATS, test "x${enable_cats}" != "xno")
# Documentation (default: no)
AC_ARG_ENABLE([doc],AS_HELP_STRING([--enable-doc],[Enable documentation generation.]),[enable_doc=$enableval],[enable_doc="no"])
if test x"$enable_doc" = "xyes"
then
AC_PATH_PROG([DOXYGEN], [doxygen])
if test x$DOXYGEN = x
then
AC_MSG_ERROR([doxygen is mandatory.])
fi
fi
AM_CONDITIONAL(DOC_ENABLED, [test x"$enable_doc" = xyes])
# Checks for header files.
AC_CHECK_HEADERS([arpa/inet.h fcntl.h memory.h stdint.h stdlib.h string.h sys/ioctl.h unistd.h])
@@ -193,7 +180,6 @@ PCSC_LIBS: ${PCSC_LIBS}
CCID emulator: ${enable_ccid}
PACE support: ${enable_pace}
CAT-S/CAT-C Tool: ${enable_cats}
Documentation: ${enable_doc}
EOF