pidgin/purple-plugin-pack

Backport Pidgin revision 7477b26751dbf08e918a1f300fbd2697dd0c6369:
org.guifications.plugins
2008-11-25, deryni
d6db6b958a3b
Parents d9e5e550d132
Children 8ad63815f06d
Backport Pidgin revision 7477b26751dbf08e918a1f300fbd2697dd0c6369:
"It is good when documentation matches reality. I figured all the other env
vars for this sort of thing used _FLAGS so [configure] should also."

If you were using CONFIGURE_ARGS in autogen.args, please change to
CONFIGURE_FLAGS.
  • +2 -2
    autogen.sh
  • --- a/autogen.sh Tue Nov 25 16:59:10 2008 -0500
    +++ b/autogen.sh Tue Nov 25 17:01:18 2008 -0500
    @@ -147,5 +147,5 @@
    ###############################################################################
    # Run configure
    ###############################################################################
    -echo "running ./configure ${CONFIGURE_ARGS} $@"
    -./configure ${CONFIGURE_ARGS} $@
    +echo "running ./configure ${CONFIGURE_FLAGS} $@"
    +./configure ${CONFIGURE_FLAGS} $@