blob: e111293bc96f81209ea46f6808fffb53c0e58e8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$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'
|