diff options
author | unknown <serg@serg.mysql.com> | 2000-10-04 19:07:59 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2000-10-04 19:07:59 +0200 |
commit | 47d38f680b5ec271a5eb88577c4c343c56db2740 (patch) | |
tree | 74ae6eea14227327c2aaa0c877d1a0274ba74306 /configure.in | |
parent | 674eea5ff40765898a85a6e8004423095963a2b6 (diff) | |
download | mariadb-git-47d38f680b5ec271a5eb88577c4c343c56db2740.tar.gz |
configure.in Add check for pdftex
Docs/Makefile.am Do not compile manual.pdf if pdftex not present
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Docs/Makefile.am:
Do not compile manual.pdf if pdftex not present
configure.in:
Add check for pdftex
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 394b4f83a89..e8a112b8d6d 100644 --- a/configure.in +++ b/configure.in @@ -123,6 +123,7 @@ AM_PROG_LIBTOOL AC_PROG_INSTALL # Not critical since the generated file is distributed AC_PROG_YACC +AC_CHECK_PROG(PDFMANUAL, pdftex, manual.pdf) AC_MSG_CHECKING("return type of sprintf") |