Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (36e11349103a8549f7826d504044b33060d45466)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (36e11349103a8549f7826d504044b33060d45466)
  • Date: Sun, 16 Mar 2008 20:20:15 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

chat-im/ekiga/HISTORY | 7 +++++--
chat-im/ekiga/PRE_BUILD | 6 ++++--
2 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 1b2f56056a256e147dc3544c65ee606d7c30fbb2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ekiga: use a subshell to call autogen.sh with new ACLOCAL_PATH

commit 1b00b2b47b886728a3493d169e3fdb3a99c8eb03
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

revert ec762f3d6065c562c879598de74fa6f5260f4bac

diff --git a/chat-im/ekiga/HISTORY b/chat-im/ekiga/HISTORY
index 6f241c0..5aebb47 100644
--- a/chat-im/ekiga/HISTORY
+++ b/chat-im/ekiga/HISTORY
@@ -1,5 +1,8 @@
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * PRE_BUILD: use persistent_add instead of export
+2008-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: use a subshell to call autogen.sh with new ACLOCAL_PATH
+
+2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: avoid the usage of export

2007-12-06 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: long desc formatting cleaned up
diff --git a/chat-im/ekiga/PRE_BUILD b/chat-im/ekiga/PRE_BUILD
index f91e3bd..904e8ef 100755
--- a/chat-im/ekiga/PRE_BUILD
+++ b/chat-im/ekiga/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
if [ "$CVS" == "y" ]; then
cd $SOURCE_DIRECTORY
-
ACLOCAL_PATH="$ACLOCAL_PATH:/usr/share/aclocal:/usr/share/aclocal-1.9:/usr/share/aclocal-1.8:/usr/share/aclocal-1.7:/usr/share/aclocal-1.4"
\
- NOCONFIGURE=Y ./autogen.sh
+ (
+ export
ACLOCAL_PATH="$ACLOCAL_PATH:/usr/share/aclocal:/usr/share/aclocal-1.9:/usr/share/aclocal-1.8:/usr/share/aclocal-1.7:/usr/share/aclocal-1.4"
+ NOCONFIGURE=Y ./autogen.sh
+ )
fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (36e11349103a8549f7826d504044b33060d45466), Ismael Luceno, 03/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page