[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6708] look for loadable XS module in the right place
From: |
Gavin D. Smith |
Subject: |
[6708] look for loadable XS module in the right place |
Date: |
Sat, 17 Oct 2015 19:28:20 +0000 |
Revision: 6708
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6708
Author: gavin
Date: 2015-10-17 19:28:19 +0000 (Sat, 17 Oct 2015)
Log Message:
-----------
look for loadable XS module in the right place
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/texi2any.pl
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-10-17 11:44:04 UTC (rev 6707)
+++ trunk/ChangeLog 2015-10-17 19:28:19 UTC (rev 6708)
@@ -1,5 +1,10 @@
2015-10-17 Gavin Smith <address@hidden>
+ * tp/texi2any.pl (BEGIN): Look in @pkglibdir@ for loadable
+ modules, not @pkglibdir@/Texinfo.
+
+2015-10-17 Gavin Smith <address@hidden>
+
* doc/texinfo.tex (\image): Give \xprocessmacroarg a definition,
to try to stop an error when \image is used via a macro.
Modified: trunk/tp/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl 2015-10-17 11:44:04 UTC (rev 6707)
+++ trunk/tp/texi2any.pl 2015-10-17 19:28:19 UTC (rev 6708)
@@ -54,10 +54,10 @@
# These are substituted by the Makefile to create "texi2any".
my $datadir = '@datadir@';
my $package = '@PACKAGE@';
- my $packagedir = '@pkglibexecdir@/Texinfo';
+ my $packagedir = '@pkglibexecdir@';
if ($datadir eq '@' .'datadir@' or $package eq '@' . 'PACKAGE@'
- or $packagedir eq '@' .'pkglibexecdir@/Texinfo'
+ or $packagedir eq '@' .'pkglibexecdir@'
or defined($ENV{'TEXINFO_DEV_SOURCE'})
and $ENV{'TEXINFO_DEV_SOURCE'} ne '0')
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6708] look for loadable XS module in the right place,
Gavin D. Smith <=