configure.in Add check for pdftex
Docs/Makefile.am Do not compile manual.pdf if pdftex not present
This commit is contained in:
parent
054d7c9abf
commit
c11eb85a6f
@ -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 \
|
|||||||
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
|
|||||||
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")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user