texinfo-commits
[Top][All Lists]
Advanced

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

[8061] TestXS


From: gavinsmith0123
Subject: [8061] TestXS
Date: Tue, 14 Aug 2018 07:27:25 -0400 (EDT)

Revision: 8061
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8061
Author:   gavin
Date:     2018-08-14 07:27:25 -0400 (Tue, 14 Aug 2018)
Log Message:
-----------
TestXS

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.ac
    trunk/tp/Texinfo/XS/fail.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-14 11:01:18 UTC (rev 8060)
+++ trunk/ChangeLog     2018-08-14 11:27:25 UTC (rev 8061)
@@ -1,5 +1,11 @@
 2018-08-14  Gavin Smith  <address@hidden>
 
+       * configure.ac (xs_srcdir): Update path from XS builddir to 
+       srcdir.
+       * tp/Texinfo/XS/fail.pl: update path to TestXS module.
+
+2018-08-14  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/XS/Makefile.am (modulesdir): Change to new 
        location.
        (CLEANFILES, EXTRA_DIST, xs_LTLIBRARIES): Add MiscXS files.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2018-08-14 11:01:18 UTC (rev 8060)
+++ trunk/configure.ac  2018-08-14 11:27:25 UTC (rev 8061)
@@ -362,11 +362,11 @@
 # Set xs_srcdir to the path from XS builddir to srcdir
 case $srcdir in
   .)  # We are building in place.
-    xs_srcdir=../../.. ;;
+    xs_srcdir=../.. ;;
   [[\\/]]* | ?:[[\\/]]* )  # Absolute name.
     xs_srcdir=$srcdir/tp ;;
   *) # Relative name.
-    xs_srcdir=../../../../$srcdir/tp ;;
+    xs_srcdir=../../../$srcdir/tp ;;
 esac
 
 # Pass on all the options we were given to the subsidiary configure 

Modified: trunk/tp/Texinfo/XS/fail.pl
===================================================================
--- trunk/tp/Texinfo/XS/fail.pl 2018-08-14 11:01:18 UTC (rev 8060)
+++ trunk/tp/Texinfo/XS/fail.pl 2018-08-14 11:27:25 UTC (rev 8061)
@@ -1 +1 @@
-require Texinfo::Convert::XSParagraph::TestXS;
+require Texinfo::XS::TestXS;




reply via email to

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