texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7586] XS build fixes


From: gavinsmith0123
Subject: [7586] XS build fixes
Date: Thu, 29 Dec 2016 20:07:45 +0000 (UTC)

Revision: 7586
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7586
Author:   gavin
Date:     2016-12-29 20:07:44 +0000 (Thu, 29 Dec 2016)
Log Message:
-----------
XS build fixes

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/MANIFEST
    trunk/tp/Makefile.am
    trunk/tp/Texinfo/Convert/XSParagraph/fail.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-12-28 22:54:10 UTC (rev 7585)
+++ trunk/ChangeLog     2016-12-29 20:07:44 UTC (rev 7586)
@@ -1,3 +1,18 @@
+2016-12-29  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Convert/XSParagraph/fail.pl: Change path given for 
+       TestXS module so that it will be found when source is configured
+       for an out-of-source build.
+       * tp/Makefile.am (SUBDIRS, DIST_SUBDIRS): List MiscXS.pm and 
+       MiscXS subdirectory.
+
+2016-12-27  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Convert/XSParagraph/TestXS.pm: Use 
+       Texinfo::XSLoader module.
+       * configure.ac: Change path passed with "-I" to perl so 
+       Texinfo::XSLoader module can be found.
+
 2016-12-26  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/Plaintext.pm (_convert): Don't use method 

Modified: trunk/tp/MANIFEST
===================================================================
--- trunk/tp/MANIFEST   2016-12-28 22:54:10 UTC (rev 7585)
+++ trunk/tp/MANIFEST   2016-12-29 20:07:44 UTC (rev 7586)
@@ -67,6 +67,7 @@
 Texinfo/Convert/Unicode.pm
 Texinfo/Documentlanguages.pm
 Texinfo/Encoding.pm
+Texinfo/MiscXS.pm
 Texinfo/ModulePath.pm
 Texinfo/Parser.pm
 Texinfo/Report.pm

Modified: trunk/tp/Makefile.am
===================================================================
--- trunk/tp/Makefile.am        2016-12-28 22:54:10 UTC (rev 7585)
+++ trunk/tp/Makefile.am        2016-12-29 20:07:44 UTC (rev 7586)
@@ -29,12 +29,12 @@
 
 SUBDIRS =
 if ! DISABLE_XS
-SUBDIRS += Texinfo/Convert/XSParagraph
+SUBDIRS += Texinfo/Convert/XSParagraph Texinfo/MiscXS
 endif
 
 SUBDIRS += . tests
 
-DIST_SUBDIRS = Texinfo/Convert/XSParagraph tests
+DIST_SUBDIRS = Texinfo/Convert/XSParagraph Texinfo/MiscXS tests
 
 
 bin_SCRIPTS = texi2any
@@ -72,6 +72,7 @@
  Texinfo/Encoding.pm \
  Texinfo/Structuring.pm \
  Texinfo/Transformations.pm \
+ Texinfo/MiscXS.pm \
  Texinfo/XSLoader.pm \
  Texinfo/Documentlanguages.pm
 

Modified: trunk/tp/Texinfo/Convert/XSParagraph/fail.pl
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/fail.pl        2016-12-28 22:54:10 UTC 
(rev 7585)
+++ trunk/tp/Texinfo/Convert/XSParagraph/fail.pl        2016-12-29 20:07:44 UTC 
(rev 7586)
@@ -1 +1 @@
-require 'TestXS.pm';
+require Texinfo::Convert::XSParagraph::TestXS;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]