[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6531] libtoolize in autogen.sh
From: |
Gavin D. Smith |
Subject: |
[6531] libtoolize in autogen.sh |
Date: |
Sat, 15 Aug 2015 18:32:42 +0000 |
Revision: 6531
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6531
Author: gavin
Date: 2015-08-15 18:32:39 +0000 (Sat, 15 Aug 2015)
Log Message:
-----------
libtoolize in autogen.sh
Modified Paths:
--------------
trunk/ChangeLog
trunk/autogen.sh
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-08-14 20:42:54 UTC (rev 6530)
+++ trunk/ChangeLog 2015-08-15 18:32:39 UTC (rev 6531)
@@ -1,3 +1,7 @@
+2015-08-15 Gavin Smith <address@hidden>
+
+ * autogen.sh: Run libtoolize before autoreconf.
+
2015-08-14 Gavin Smith <address@hidden>
* makeinfo/README,
Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh 2015-08-14 20:42:54 UTC (rev 6530)
+++ trunk/autogen.sh 2015-08-15 18:32:39 UTC (rev 6531)
@@ -48,7 +48,9 @@
echo " $cmd $*"
$chicken eval $cmd "$@" || exit 1
-cmd="(cd tp/Texinfo/Convert/XSParagraph && autoreconf --install)"
+: ${LIBTOOLIZE=libtoolize}
+cmd="(cd tp/Texinfo/Convert/XSParagraph && ${LIBTOOLIZE} \
+ && autoreconf --force --verbose --install)"
echo " $cmd"
$chicken eval $cmd || exit 1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6531] libtoolize in autogen.sh,
Gavin D. Smith <=