Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] installwatch issues again

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] installwatch issues again
  • Date: Thu, 17 Jun 2004 09:19:43 -0700

Quoting Arwed von Merkatz <v.merkatz AT gmx.net>:
> Hi,
>
> it's me whining about running installwatch during BUILD again ;)
> Every spell using autogen.sh in BUILD tracks three files in
> /usr/share/automake-1.8, since autogen.sh links to them and that makes
> installwatch track them.
> I found two workarounds, both of which aren't very nice,
> 1.) use the following instead of autogen.sh:
> local OLD_LD_PRELOAD="$LD_PRELOAD" &&
> unset LD_PRELOAD &&
> ./autogen.sh &&
> export LD_PRELOAD="$OLD_LD_PRELOAD" &&
> 2.) run autogen.sh in PRE_BUILD (has the added side effect that sorcery
> asks about local configure options then)
>
> I'm not sure when that started, i think it may be related to the
> automake version. I'd say we should go for option 2.)

PRE_BUILD sounds like the appropriate place anyways since we want to generate
the configure information before building. ;)

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




Archive powered by MHonArc 2.6.24.

Top of Page