summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-07-26 14:21:55 +1000
committerBrendan O'Dea <bod@debian.org>2014-07-26 14:21:55 +1000
commitb4cbd8cd6e742fee1f3f5ca25a734756b1bfe0be (patch)
treec48382bebc5a07a112904af9879e54e881086769 /configure.ac
parent23c84e7a9f8fbe4b699e8cd50887e4c3670ba67d (diff)
downloadhelp2man-b4cbd8cd6e742fee1f3f5ca25a734756b1bfe0be.tar.gz
Move automake helper scripts to build-aux dir
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b70b15f..3e0b5fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@ AC_INIT([GNU help2man], m4_esyscmd_s([./help2man.PL --version]),
[bug-help2man@gnu.org])
AC_CONFIG_SRCDIR(help2man.PL)
+AC_CONFIG_AUX_DIR([build-aux])
LOCAL_PROG_PERL(5.008)
test -z "$PERL" && AC_MSG_ERROR([perl 5.8 required])
@@ -57,6 +58,7 @@ then
fi
AC_PROG_INSTALL
+AC_SUBST(MKINSTALLDIRS, $ac_aux_dir/mkinstalldirs)
LOCAL_PROG_OR_MISSING(makeinfo)
LOCAL_PROG_OR_MISSING(install-info)
LOCAL_PROG_OR_MISSING(msgmerge)