summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-09 12:17:25 +0200
committerBruno Haible <bruno@clisp.org>2009-04-09 12:17:25 +0200
commit2f5ba37e26608fb39f701c2c674305798ef26125 (patch)
tree8cdf88aba13f34a86a09f3a9ee5f24d5eef1efd9 /configure.ac
parent97e59cd448f5420f94050aa927ba0a3e0e010735 (diff)
downloadlibunistring-2f5ba37e26608fb39f701c2c674305798ef26125.tar.gz
Build and install the documentation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 627d66b..eb0e868 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,15 @@ dnl Checks for types, header files, functions and declarations.
gl_INIT
+dnl Check for tools needed for formatting the documentation.
+ac_aux_dir_abs=`cd $ac_aux_dir && pwd`
+AC_PATH_PROG([TEXI2DVI], [texi2dvi], [$ac_aux_dir_abs/missing texi2dvi])
+AC_PATH_PROG([DVIPS], [dvips], [$ac_aux_dir_abs/missing dvips])
+AC_PATH_PROG([PERL], [perl], [$ac_aux_dir_abs/missing perl])
+
AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([doc/Makefile],
+ [FIX_MAKEFILE_DISTRIB])
AC_CONFIG_FILES([lib/Makefile])
AC_CONFIG_FILES([tests/Makefile])
AC_OUTPUT