summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-07-26 21:58:42 +1000
committerBrendan O'Dea <bod@debian.org>2014-07-26 21:58:42 +1000
commit6b27ee17d1bebc50050081842d65b37c16295b2a (patch)
tree02f4f1df0fbd886041e86f8f55629fdc84bbf18f /configure.ac
parent981ba44c57cae737209bee69245e55e80674994d (diff)
downloadhelp2man-6b27ee17d1bebc50050081842d65b37c16295b2a.tar.gz
Add helper scripts to clean up texinfo translations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 62e19bd..61967d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ AC_INIT([GNU help2man], m4_esyscmd_s([./help2man.PL --version]),
AC_CONFIG_SRCDIR(help2man.PL)
AC_CONFIG_AUX_DIR([build-aux])
+AC_SUBST(auxdir, $ac_aux_dir)
LOCAL_PROG_PERL(5.008)
test -z "$PERL" && AC_MSG_ERROR([perl 5.8 required])
@@ -58,8 +59,6 @@ then
fi
AC_PROG_INSTALL
-AC_SUBST(FIND_VPATH, $ac_aux_dir/find-vpath)
-AC_SUBST(MKINSTALLDIRS, $ac_aux_dir/mkinstalldirs)
LOCAL_PROG_OR_MISSING(makeinfo)
LOCAL_PROG_OR_MISSING(install-info)
LOCAL_PROG_OR_MISSING(msgmerge)