summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-06-12 12:58:01 +0000
committerBruno Haible <bruno@clisp.org>2001-06-12 12:58:01 +0000
commit4e32a886f0dd4749e4a0fcf2c63a1339621fb957 (patch)
treec41d355d9749b7501a981854505d0e993ef59fd9 /configure.in
parent5bc3a0c93c433ad981a616bf9b404d624968f0b3 (diff)
downloadexternal_gettext-4e32a886f0dd4749e4a0fcf2c63a1339621fb957.zip
external_gettext-4e32a886f0dd4749e4a0fcf2c63a1339621fb957.tar.gz
external_gettext-4e32a886f0dd4749e4a0fcf2c63a1339621fb957.tar.bz2
Generate man pages for the programs using help2man.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index be26b04..944cf95 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.31 $)
+AC_REVISION($Revision: 1.32 $)
AC_INIT(src/msgfmt.c)
AM_INIT_AUTOMAKE(gettext, 0.11)
RELEASE_DATE=2001-05-23 dnl in "date +%Y-%m-%d" format
@@ -99,6 +99,11 @@ AC_PATH_PROG(DVIPS, dvips, $ac_aux_dir_abs/missing dvips)
AC_PATH_PROG(TEXI2PDF, texi2pdf, $ac_aux_dir_abs/missing texi2pdf)
AC_PATH_PROG(TEXI2HTML, texi2html, $ac_aux_dir_abs/missing texi2html)
+dnl Check for tools needed for formatting man pages.
+CROSS_COMPILING=$cross_compiling
+AC_SUBST(CROSS_COMPILING)
+AC_PATH_PROG(PERL, perl, $ac_aux_dir_abs/missing perl)
+
dnl Generate the version information file in the intl/ directory.
test -d intl || mkdir intl
echo "GNU gettext library from $PACKAGE-$VERSION" > intl/VERSION