Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13481] itask-module spell

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13481] itask-module spell
  • Date: 31 Jan 2007 05:10:29 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13481





------- Additional Comments From jblosser-smgl AT firinn.org 2007-01-30 23:10
-------
autogen.sh is a pretty standard thing; the way to handle this is like he said,
but autogen.sh in PRE_BUILD. But set NOCONFIGURE first so it doesn't run
./configure itself:

NOCONFIGURE=Y ./autogen.sh

You do this in PRE_BUILD so that ./configure exists when sorcery runs the
CONFIG_LOC check (done between PRE_BUILD and BUILD) it can prompt the user if
they want to add local options to ./configure.

Take a look at something like gaim's PRE_BUILD for an example.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page