texinfo-commits
[Top][All Lists]
Advanced

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

[7588] autogen.sh MiscXS


From: gavinsmith0123
Subject: [7588] autogen.sh MiscXS
Date: Fri, 30 Dec 2016 23:24:55 +0000 (UTC)

Revision: 7588
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7588
Author:   gavin
Date:     2016-12-30 23:24:55 +0000 (Fri, 30 Dec 2016)
Log Message:
-----------
autogen.sh MiscXS

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/autogen.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-12-30 22:48:29 UTC (rev 7587)
+++ trunk/ChangeLog     2016-12-30 23:24:55 UTC (rev 7588)
@@ -2,6 +2,7 @@
 
        * configure.ac: If XS modules are enabled, configure in 
        tp/Texinfo/MiscXS directory.
+       * autogen.sh: Run autoreconf in MiscXS directory.
 
 2016-12-29  Gavin Smith  <address@hidden>
 

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh    2016-12-30 22:48:29 UTC (rev 7587)
+++ trunk/autogen.sh    2016-12-30 23:24:55 UTC (rev 7588)
@@ -54,6 +54,12 @@
 echo "  $cmd"
 $chicken eval $cmd || exit 1
 
+: ${LIBTOOLIZE=libtoolize}
+cmd="(cd tp/Texinfo/MiscXS && ${LIBTOOLIZE} \
+ && autoreconf --force --verbose --install)"
+echo "  $cmd"
+$chicken eval $cmd || exit 1
+
 echo
 echo "Now run configure with your desired options, for instance:"
 echo "  ./configure CFLAGS='-g'"




reply via email to

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