Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 5278] configure_optional

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 5278] configure_optional
  • Date: Fri, 23 Jul 2004 06:41:11 -0400

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





------- Additional Comments From vlmarek AT volny.cz 2004-07-23 06:41 -------
Well, I think you can :)

Either, you want to use OPTS a persistent variable, which means you have to
'persistent_add OPTS' before using config_* functions.

Or maybe OPTS is something which uses sorcery itself, and you don't wan't to
store it to config file, then you will have to use other variable to gather
information from user:

config_query_option OPTS_TMP ...
config_query_option OPTS_TMP ...
OPTS="$OPTS $OPTS_TMP"

In which case only OPTS_TMP are stored to config file.

I feel that this is not well documented, I'll write wiki about that (
http://wiki.sourcemage.org/index.php?page=CONFIGURE ) does not really go deep
enough. Notice about it will appear here.

Did it helped ? Keep me informed ;)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page