texinfo-commits
[Top][All Lists]
Advanced

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

[8062] autogen.sh


From: gavinsmith0123
Subject: [8062] autogen.sh
Date: Tue, 14 Aug 2018 08:17:04 -0400 (EDT)

Revision: 8062
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8062
Author:   gavin
Date:     2018-08-14 08:17:03 -0400 (Tue, 14 Aug 2018)
Log Message:
-----------
autogen.sh

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

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh    2018-08-14 11:27:25 UTC (rev 8061)
+++ trunk/autogen.sh    2018-08-14 12:17:03 UTC (rev 8062)
@@ -49,17 +49,11 @@
 $chicken eval $cmd "$@" || exit 1
 
 : ${LIBTOOLIZE=libtoolize}
-cmd="(cd tp/Texinfo/Convert/XSParagraph && ${LIBTOOLIZE} \
+cmd="(cd tp/Texinfo/XS && ${LIBTOOLIZE} \
  && autoreconf --force --verbose --install)"
 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]