texinfo-commits
[Top][All Lists]
Advanced

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

[6980] configure repeat message for XS


From: Gavin D. Smith
Subject: [6980] configure repeat message for XS
Date: Tue, 02 Feb 2016 19:40:10 +0000

Revision: 6980
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6980
Author:   gavin
Date:     2016-02-02 19:40:09 +0000 (Tue, 02 Feb 2016)
Log Message:
-----------
configure repeat message for XS

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-02-02 19:02:59 UTC (rev 6979)
+++ trunk/ChangeLog     2016-02-02 19:40:09 UTC (rev 6980)
@@ -1,5 +1,13 @@
 2016-02-02  Gavin Smith  <address@hidden>
 
+       * configure.ac: Add "(XS)" after "Perl extension" in message to 
+       make it easier to find in configure output.  Repeat message 
+       after output from trying to build and run an extension module so 
+       it's clear what 'yes' or 'no' refers to.  Possible confusion 
+       reported by Karl Berry.
+
+2016-02-02  Gavin Smith  <address@hidden>
+
        * doc/texinfo.tex (\chapmacro): Allow this macro to occur inside 
        \titlepage, in case \setcontentsaftertitlepage is used.  Report 
        of error message from Akim Demaille.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2016-02-02 19:02:59 UTC (rev 6979)
+++ trunk/configure.ac  2016-02-02 19:40:09 UTC (rev 6980)
@@ -385,7 +385,8 @@
 subdirs=$save_subdirs
 
 if test $enable_xs = check; then
-  AC_MSG_CHECKING([whether we can build Perl extension modules])
+  AC_MSG_CHECKING([whether we can build Perl extension (XS) modules])
+  AC_MSG_RESULT([])
   enable_xs=no
   (cd tp/Texinfo/Convert/XSParagraph \
    && make clean \
@@ -395,6 +396,7 @@
               -w ${xs_srcdir}/fail.pl \
       | grep 'message from XS module') \
   && enable_xs=yes
+  AC_MSG_CHECKING([whether we can build Perl extension (XS) modules])
   AC_MSG_RESULT([$enable_xs])
 fi
 




reply via email to

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