16 lines
610 B
Text
16 lines
610 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2002/05/31 13:01:06 seb Exp $
|
|
|
|
--- texk/xdvik/withenable.ac.orig Wed May 30 22:19:29 2001
|
|
+++ texk/xdvik/withenable.ac Wed May 30 22:24:24 2001
|
|
@@ -57,9 +57,9 @@
|
|
esac)
|
|
|
|
# Check what command the user wants to use for print-out.
|
|
-XDVIPRINTCMD='$(scriptdir)/xdviprint'
|
|
+XDVIPRINTCMD='$(scriptdir)/vfxdviprint'
|
|
XDVIPRINT_DEF="-DXDVIPRINTCMD=\\\"$XDVIPRINTCMD\\\""
|
|
-AC_ARG_ENABLE(xdviprint,
|
|
+AC_ARG_ENABLE(vfxdviprint,
|
|
[ --enable-xdviprint=CMD set print-out script path or no; default /usr/local/bin/xdviprint],
|
|
[case $enableval in
|
|
yes) XDVIPRINTCMD='$(scriptdir)/xdviprint'
|