Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (781cdc75ce80c01730adc72c760c4d7fe0af0d69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (781cdc75ce80c01730adc72c760c4d7fe0af0d69)
  • Date: Tue, 29 Sep 2009 09:35:14 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/spine/HISTORY | 3 +++
net/spine/PRE_BUILD | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 781cdc75ce80c01730adc72c760c4d7fe0af0d69
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

spine: fixed compilation with newer autotools

diff --git a/net/spine/HISTORY b/net/spine/HISTORY
index 63f1531..99c5510 100644
--- a/net/spine/HISTORY
+++ b/net/spine/HISTORY
@@ -1,2 +1,5 @@
+2009-09-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: fixed configure stage with newer autotools
+
2009-09-26 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS, HISTORY, patches/*: spell created
diff --git a/net/spine/PRE_BUILD b/net/spine/PRE_BUILD
index 66c1eb8..4515a73 100755
--- a/net/spine/PRE_BUILD
+++ b/net/spine/PRE_BUILD
@@ -1,6 +1,9 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+libtoolize --force &&
+automake --add-missing &&
+
for patch in "$SPELL_DIRECTORY/patches"/*.patch; do
patch -p1 < $patch
done



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (781cdc75ce80c01730adc72c760c4d7fe0af0d69), Vlad Glagolev, 09/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page