added doxygen-webtester.sed do generate doxygen from webtester files

This commit is contained in:
Marc Wäckerlin
2015-05-06 14:51:14 +00:00
parent 89c77edae7
commit 6583fd29be
8 changed files with 133 additions and 31 deletions

View File

@@ -283,6 +283,11 @@ rpm: dist
EOF
])
# use this in configure.ac to support scripts, e.g. bash scripts
AC_DEFUN([AX_USE_SCRIPTS], [
AC_CONFIG_FILES([scripts/makefile])
])
# use this in configure.ac to support Doxygen documentation generation
AC_DEFUN([AX_USE_DOXYGEN], [
AC_CHECK_PROG(have_doxygen, doxygen, yes, no)