texinfo-commits
[Top][All Lists]
Advanced

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

[7587] configure MiscXS


From: gavinsmith0123
Subject: [7587] configure MiscXS
Date: Fri, 30 Dec 2016 22:48:30 +0000 (UTC)

Revision: 7587
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7587
Author:   gavin
Date:     2016-12-30 22:48:29 +0000 (Fri, 30 Dec 2016)
Log Message:
-----------
configure MiscXS

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.ac

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-12-29 20:07:44 UTC (rev 7586)
+++ trunk/ChangeLog     2016-12-30 22:48:29 UTC (rev 7587)
@@ -1,3 +1,8 @@
+2016-12-30  Gavin Smith  <address@hidden>
+
+       * configure.ac: If XS modules are enabled, configure in 
+       tp/Texinfo/MiscXS directory.
+
 2016-12-29  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/XSParagraph/fail.pl: Change path given for 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2016-12-29 20:07:44 UTC (rev 7586)
+++ trunk/configure.ac  2016-12-30 22:48:29 UTC (rev 7587)
@@ -405,7 +405,11 @@
 
 AM_CONDITIONAL([DISABLE_XS], [test "z$enable_xs" = zno])
 
+if test $enable_xs = yes; then
+  AC_CONFIG_SUBDIRS([tp/Texinfo/MiscXS])
+fi
 
+
 # Tests.
 AC_CONFIG_FILES([install-info/tests/defs])
 dnl We cannot enable the TeX-related tests, so don't waste time




reply via email to

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