diff m4/acinclude.m4 @ 15247:e787ba62aacf

specify separate build dirs for texi2dvi and texi2pdf commands * acinclude.m4 (OCTAVE_PROG_TEXI2DVI): Append --build-dir option to TEXI2DVI. (OCTAVE_PROG_TEXI2PDF): Append --build-dir option to TEXI2PDF. * doc/interpreter/Makefile.am: Delete commented .NOTPARALLEL declaration.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Aug 2012 21:07:21 -0400
parents c4779a180134
children 87f337783d95
line wrap: on
line diff
--- a/m4/acinclude.m4	Tue Aug 28 16:20:43 2012 -0700
+++ b/m4/acinclude.m4	Tue Aug 28 21:07:21 2012 -0400
@@ -1506,6 +1506,7 @@
 "
     OCTAVE_CONFIGURE_WARNING([warn_texi2dvi])
   fi
+  TEXI2DVI="$TEXI2DVI"' --build-dir=texi2dvi-build.$$$$'
   AC_SUBST(TEXI2DVI)
 ])
 dnl
@@ -1532,6 +1533,7 @@
 "
     OCTAVE_CONFIGURE_WARNING([warn_texi2pdf])
   fi
+  TEXI2PDF="$TEXI2PDF"' --build-dir=texi2pdf-build.$$$$'
   AC_SUBST(TEXI2PDF)
 ])
 dnl