Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (69902122bc52b8f8d4e0188e1bb35dff0bacba2d)
Date: Mon, 21 Aug 2006 19:15:03 +0200
On Fri, Aug 18, 2006 at 04:40:26PM -0500, Florian Franzmann wrote:
> GIT changes to master grimoire by Florian Franzmann
> <siflfran AT hawo.stw.uni-erlangen.de>:
[...]
> diff --git a/chat-irc/irssi/CONFIGURE b/chat-irc/irssi/CONFIGURE
> index 160abef..ee492eb 100755
> --- a/chat-irc/irssi/CONFIGURE
> +++ b/chat-irc/irssi/CONFIGURE
> @@ -1,2 +1,3 @@
> -config_query IRSSI_BOT "build with irssi-bot" n &&
> -config_query IRSSI_PROXY "build with irssi-proxy (to use irssi as a
> bouncer)" n
> +config_query_option IRSSI_OPTS "build with irssi-bot" n "--with-bot" &&
> +config_query_option IRSSI_OPTS \
> + "build with irssi-proxy (to use irssi as a bouncer)" n "--with-proxy"
config_query_option should always include both positive and negative
switches, so it remembers answers correctly. I.e. those above should
have a "--without-bot" and "--without-proxy" at the end.