Commit c11eb85a authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

configure.in Add check for pdftex

Docs/Makefile.am   Do not compile manual.pdf if pdftex not present
parent 054d7c9a
...@@ -23,3 +23,4 @@ tim@work.mysql.com ...@@ -23,3 +23,4 @@ tim@work.mysql.com
tonu@work.mysql.com tonu@work.mysql.com
spurr@nslinux.bedford.progress.com spurr@nslinux.bedford.progress.com
tim@threads.polyesthetic.msg tim@threads.polyesthetic.msg
serg@serg.mysql.com
...@@ -18,7 +18,7 @@ noinst_SCRIPTS = Support/texi2html Support/generate-text-files.pl \ ...@@ -18,7 +18,7 @@ noinst_SCRIPTS = Support/texi2html Support/generate-text-files.pl \
Support/generate-mirror-listing.pl Support/generate-mirror-listing.pl
info_TEXINFOS = manual.texi 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 BUILT_SOURCES = $(targets) manual_toc.html include.texi
EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY
......
...@@ -123,6 +123,7 @@ AM_PROG_LIBTOOL ...@@ -123,6 +123,7 @@ AM_PROG_LIBTOOL
AC_PROG_INSTALL AC_PROG_INSTALL
# Not critical since the generated file is distributed # Not critical since the generated file is distributed
AC_PROG_YACC AC_PROG_YACC
AC_CHECK_PROG(PDFMANUAL, pdftex, manual.pdf)
AC_MSG_CHECKING("return type of sprintf") AC_MSG_CHECKING("return type of sprintf")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment