summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-07 10:49:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-07 10:49:53 +0000
commitfa94e399e78544fb77abd60e1b0090b6248d6d1d (patch)
tree5d8bf807fbb359b43ef2a0144a4193a3f0778b5b /Build/source/texk/xdvik
parentca7b5c3464b1daa17a18ba5a512b36a11fd0561e (diff)
Rename program_invocation_*name => kpse_invocation_*name
(1) to avoid conflict with /usr/include/sys/error.h from Cygwin, and (2) to indicate that these are not the variables from glibc. git-svn-id: svn://tug.org/texlive/trunk@21624 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik')
-rw-r--r--Build/source/texk/xdvik/ChangeLog.TL5
-rw-r--r--Build/source/texk/xdvik/hypertex.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/ChangeLog.TL b/Build/source/texk/xdvik/ChangeLog.TL
index eaec8201f84..17c883fa7ba 100644
--- a/Build/source/texk/xdvik/ChangeLog.TL
+++ b/Build/source/texk/xdvik/ChangeLog.TL
@@ -1,6 +1,11 @@
ChangeLog.TL: Changes for xdvik (TeX Live)
==================================================
+2011-03-07 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * hypertex.c (launch_xdvi): `program_invocation_name' has been
+ renamed into `kpse_invocation_name'.
+
2010-05-25 Karl Berry <karl@tug.org>
* m4/xdvi-check-iconv.m4 (--with-iconv): new option to
diff --git a/Build/source/texk/xdvik/hypertex.c b/Build/source/texk/xdvik/hypertex.c
index 0ccc03bb94a..add3bc9f7ca 100644
--- a/Build/source/texk/xdvik/hypertex.c
+++ b/Build/source/texk/xdvik/hypertex.c
@@ -1906,7 +1906,7 @@ launch_xdvi(const char *filename, const char *anchor_name)
ASSERT(filename != NULL, "filename argument to launch_xdvi() mustn't be NULL");
- argv[i++] = program_invocation_name;
+ argv[i++] = kpse_invocation_name;
/* FIXME: there's something broken with this and invoking xdvi.bin.
To reproduce the problem, invoke from the shell:
xdvi.bin -geometry 829x1172 /usr/share/texmf/doc/programs/kpathsea.dvi