aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9d1fb9ab3..c97596971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,6 +248,11 @@ then
248fi 248fi
249AC_DEFINE_UNQUOTED([NEED_LIBGCRYPT_VERSION], "$NEED_LIBGCRYPT_VERSION", [required libgcrypt version]) 249AC_DEFINE_UNQUOTED([NEED_LIBGCRYPT_VERSION], "$NEED_LIBGCRYPT_VERSION", [required libgcrypt version])
250 250
251# TODO: add check for VERSION
252# TODO: add check for alternatives
253# TODO: add switch to skip documentation building
254AM_MISSING_PROG([MAKEINFO], [makeinfo])
255
251# Adam shostack suggests the following for Windows: 256# Adam shostack suggests the following for Windows:
252# -D_FORTIFY_SOURCE=2 -fstack-protector-all 257# -D_FORTIFY_SOURCE=2 -fstack-protector-all
253AC_ARG_ENABLE(gcc-hardening, 258AC_ARG_ENABLE(gcc-hardening,
@@ -1526,6 +1531,7 @@ contrib/Makefile
1526doc/Makefile 1531doc/Makefile
1527doc/man/Makefile 1532doc/man/Makefile
1528doc/doxygen/Makefile 1533doc/doxygen/Makefile
1534doc/documentation/Makefile
1529m4/Makefile 1535m4/Makefile
1530po/Makefile.in 1536po/Makefile.in
1531src/Makefile 1537src/Makefile