From 2569c54743c887ec6fbbba74efe56fb113b933fc Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Fri, 10 May 2013 16:07:44 +0200 Subject: docs: make 'gmake dist-docs' work doc: buildsystem fixes - use correct pathes (make gmake dist-docs from toplevel directory work) - configure detects perl as tools/configure does Signed-off-by: Christoph Egger Reviewed-by: Matthew Wilson Acked-by: Ian Campbell [ ijc -- reran autogen.sh ] --- docs/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/configure.ac') diff --git a/docs/configure.ac b/docs/configure.ac index ea0552e43d..f0ebf00fa7 100644 --- a/docs/configure.ac +++ b/docs/configure.ac @@ -10,6 +10,7 @@ AC_CONFIG_AUX_DIR([../]) # M4 Macro includes m4_include([../m4/docs_tool.m4]) +m4_include([../m4/path_or_fail.m4]) AX_DOCS_TOOL_PROG([FIG2DEV], [fig2dev]) AX_DOCS_TOOL_PROG([POD2MAN], [pod2man]) @@ -17,4 +18,7 @@ AX_DOCS_TOOL_PROG([POD2HTML], [pod2html]) AX_DOCS_TOOL_PROG([POD2TEXT], [pod2text]) AX_DOCS_TOOL_PROGS([MARKDOWN], [markdown], [markdown markdown_py]) +AC_ARG_VAR([PERL], [Path to Perl parser]) +AX_PATH_PROG_OR_FAIL([PERL], [perl]) + AC_OUTPUT() -- cgit v1.2.3