Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c11eb85a
Commit
c11eb85a
authored
Oct 04, 2000
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.in Add check for pdftex
Docs/Makefile.am Do not compile manual.pdf if pdftex not present
parent
054d7c9a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/Makefile.am
Docs/Makefile.am
+1
-1
configure.in
configure.in
+1
-0
No files found.
BitKeeper/etc/logging_ok
View file @
c11eb85a
...
...
@@ -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
Docs/Makefile.am
View file @
c11eb85a
...
...
@@ -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
...
...
configure.in
View file @
c11eb85a
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment