From 5945988d7373d65d5a38b11ade84fabe9ac7bb68 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 13 Aug 2013 18:32:36 +0200 Subject: Add man pages for testing tools Add man pages for ipa-run-tests, ipa-test-task, and ipa-test-config. https://fedorahosted.org/freeipa/ticket/3855 (part 5) --- ipatests/man/configure.ac | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ipatests/man/configure.ac (limited to 'ipatests/man/configure.ac') diff --git a/ipatests/man/configure.ac b/ipatests/man/configure.ac new file mode 100644 index 00000000..8ddb93ab --- /dev/null +++ b/ipatests/man/configure.ac @@ -0,0 +1,24 @@ +AC_PREREQ(2.59) +m4_include(../../version.m4) +AC_INIT([ipa-tests], + IPA_VERSION, + [https://hosted.fedoraproject.org/projects/freeipa/newticket]) + +AM_INIT_AUTOMAKE([foreign]) + +AM_MAINTAINER_MODE + +AC_SUBST(VERSION) +AC_SUBST([INSTALL_DATA], ['$(INSTALL) -m 644 -p']) + +AC_PROG_MKDIR_P +AC_PROG_AWK +AC_PROG_SED + +# Files + +AC_CONFIG_FILES([ + Makefile +]) + +AC_OUTPUT -- cgit