Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Side by Side Diff: configure.ac

Issue 294030043: Add xdvipdfmx option for PDF destination names
Patch Set: Created 9 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | scripts/build/xetex-with-options.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dnl configure.ac -*-shell-script-*- 1 dnl configure.ac -*-shell-script-*-
2 dnl Process this file with autoconf to produce a configure script. 2 dnl Process this file with autoconf to produce a configure script.
3 3
4 AC_PREREQ(2.60) 4 AC_PREREQ(2.60)
5 5
6 # Bootstrap the init process. 6 # Bootstrap the init process.
7 AC_INIT 7 AC_INIT
8 8
9 # Bootstrap StepMake configure 9 # Bootstrap StepMake configure
10 AC_CONFIG_AUX_DIR([config]) 10 AC_CONFIG_AUX_DIR([config])
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 233
234 STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, $DOCUMENTATION_REQUIRED, 8.60) 234 STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, $DOCUMENTATION_REQUIRED, 8.60)
235 235
236 STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.11) 236 STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.11)
237 STEPMAKE_PROGS(TEXI2HTML, texi2html, $DOCUMENTATION_REQUIRED, 1.82) 237 STEPMAKE_PROGS(TEXI2HTML, texi2html, $DOCUMENTATION_REQUIRED, 1.82)
238 STEPMAKE_PROGS(DBLATEX, dblatex, $DOCUMENTATION_REQUIRED, 0.1.4) 238 STEPMAKE_PROGS(DBLATEX, dblatex, $DOCUMENTATION_REQUIRED, 0.1.4)
239 STEPMAKE_PROGS(BIBTEX, bibtex, $DOCUMENTATION_REQUIRED) 239 STEPMAKE_PROGS(BIBTEX, bibtex, $DOCUMENTATION_REQUIRED)
240 STEPMAKE_PROGS(PDFLATEX, xelatex pdflatex, $DOCUMENTATION_REQUIRED) 240 STEPMAKE_PROGS(PDFLATEX, xelatex pdflatex, $DOCUMENTATION_REQUIRED)
241 if test "$PDFLATEX" = "xelatex"; then 241 if test "$PDFLATEX" = "xelatex"; then
242 STEPMAKE_PROGS(PDFTEX, xetex, $DOCUMENTATION_REQUIRED) 242 STEPMAKE_PROGS(PDFTEX, xetex, $DOCUMENTATION_REQUIRED)
243 if test "$PDFTEX" = "xetex"; then
244 # For avoiding PDF destination name replacement.
245 PDFTEX=$ugh_ugh_autoconf250_builddir/scripts/build/out$CONFIGSUFFIX/xete x-with-options
246 fi
243 else 247 else
244 STEPMAKE_PROGS(PDFTEX, pdfetex pdftex etex, $DOCUMENTATION_REQUIRED) 248 STEPMAKE_PROGS(PDFTEX, pdfetex pdftex etex, $DOCUMENTATION_REQUIRED)
245 fi 249 fi
246 STEPMAKE_PROGS(TEXI2PDF, texi2pdf, $DOCUMENTATION_REQUIRED) 250 STEPMAKE_PROGS(TEXI2PDF, texi2pdf, $DOCUMENTATION_REQUIRED)
247 STEPMAKE_PROGS(TEXINDEX, texindex, $DOCUMENTATION_REQUIRED) 251 STEPMAKE_PROGS(TEXINDEX, texindex, $DOCUMENTATION_REQUIRED)
248 AC_MSG_CHECKING(for epsf.tex) 252 AC_MSG_CHECKING(for epsf.tex)
249 TEX_EPSF=`kpsewhich tex epsf` 253 TEX_EPSF=`kpsewhich tex epsf`
250 if test "$TEX_EPSF" = ""; then 254 if test "$TEX_EPSF" = ""; then
251 AC_MSG_RESULT(not found) 255 AC_MSG_RESULT(not found)
252 STEPMAKE_ADD_ENTRY($DOCUMENTATION_REQUIRED,epsf.tex) 256 STEPMAKE_ADD_ENTRY($DOCUMENTATION_REQUIRED,epsf.tex)
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 295
292 Type: 296 Type:
293 make$mc all to build LilyPond 297 make$mc all to build LilyPond
294 make$mc install to install LilyPond 298 make$mc install to install LilyPond
295 make$mc help to see all possible targets 299 make$mc help to see all possible targets
296 300
297 Edit local.make for local Makefile overrides. 301 Edit local.make for local Makefile overrides.
298 302
299 303
300 EOF 304 EOF
OLDNEW
« no previous file with comments | « no previous file | scripts/build/xetex-with-options.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b