提交 8bd098d5 authored 作者: Travis Cross's avatar Travis Cross

Merge recent libzrtp autotools changes

...@@ -89,9 +89,11 @@ if test -z "$DOXYGEN"; ...@@ -89,9 +89,11 @@ if test -z "$DOXYGEN";
then AC_MSG_WARN([Doxygen not found - continuing without Doxygen support]) then AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])
fi fi
AM_CONDITIONAL([HAVE_DOXYGEN], if test -n "$DOXYGEN"; then
[test -n "$DOXYGEN"])AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile])]) AM_CONDITIONAL([HAVE_DOXYGEN], [true])
AC_CONFIG_FILES([doc/Doxyfile])
fi
# #
# Genearte Makefiles # Generate Makefiles
AC_OUTPUT([Makefile]) AC_OUTPUT([Makefile])
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论