Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6ce57b97a3ce68402e781903051505b83725cd2c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: Ismael Luceno <ismael AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6ce57b97a3ce68402e781903051505b83725cd2c)
  • Date: Tue, 11 Mar 2008 18:28:48 +0100

On Tue, Mar 11, 2008 at 12:00:44AM -0500, Ismael Luceno wrote:
> GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
[...]
> diff --git a/chat-im/ekiga/PRE_BUILD b/chat-im/ekiga/PRE_BUILD
> index d82004f..f91e3bd 100755
> --- a/chat-im/ekiga/PRE_BUILD
> +++ b/chat-im/ekiga/PRE_BUILD
> @@ -1,6 +1,6 @@
> default_pre_build &&
> if [ "$CVS" == "y" ]; then
> cd $SOURCE_DIRECTORY
> - 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"
> +
> 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
> diff --git a/chat-im/gaim-encryption-1.x/BUILD
> b/chat-im/gaim-encryption-1.x/BUILD

This needs the export because otherwise autogen.sh won't get the value
because it uses subshells. The correct solution would be to put the
whole call in its own subshell and use export inside that. (The same
goes for all exports before configure calls)

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page