From 5e028b59bcd3c485cc034f491a0171f26b03ce3a Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Wed, 12 Oct 2016 20:47:07 +0200 Subject: Build: merge ipatests/man/configure.ac to top-level configure.ac At the same time, I removed unnecessary checks for mkdir etc. and added missing check for gzip. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik Reviewed-By: Stanislav Laznicka Reviewed-By: Christian Heimes --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 17bac9360..ba1b42b04 100644 --- a/configure.ac +++ b/configure.ac @@ -304,9 +304,13 @@ AC_CONFIG_FILES([ daemons/ipa-slapi-plugins/ipa-sidgen/Makefile daemons/ipa-slapi-plugins/ipa-range-check/Makefile daemons/ipa-slapi-plugins/topology/Makefile + ipatests/man/Makefile util/Makefile ]) +dnl GZIP is used for compressing manual pages +AC_CHECK_PROG([GZIP], [gzip], [yes], [AC_MSG_ERROR(gzip not found)]) + AC_OUTPUT echo " -- cgit