configure.in Add check for pdftex

Docs/Makefile.am   Do not compile manual.pdf if pdftex not present
This commit is contained in:
serg@serg.mysql.com 2000-10-04 19:07:59 +02:00
parent 054d7c9abf
commit c11eb85a6f
3 changed files with 3 additions and 1 deletions

View File

@ -23,3 +23,4 @@ tim@work.mysql.com
tonu@work.mysql.com
spurr@nslinux.bedford.progress.com
tim@threads.polyesthetic.msg
serg@serg.mysql.com

View File

@ -18,7 +18,7 @@ noinst_SCRIPTS = Support/texi2html Support/generate-text-files.pl \
Support/generate-mirror-listing.pl
info_TEXINFOS = manual.texi
targets = manual.txt mysql.info manual.html manual.pdf
targets = manual.txt mysql.info manual.html $(PDFMANUAL)
BUILT_SOURCES = $(targets) manual_toc.html include.texi
EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY

View File

@ -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")