# HG changeset patch # User Etan Reisner # Date 1207263478 0 # Node ID 185b37776140037d94421e7aaab6aacee16b06b1 # Parent 0f8fe131008a22ef17e5570c2487e4f1f9c3055e It is good when documentation matches reality. I figured all the other env vars for this sort of thing used _FLAGS so this should also. diff -r 0f8fe131008a -r 185b37776140 autogen.sh --- a/autogen.sh Wed Apr 02 16:45:07 2008 +0000 +++ b/autogen.sh Thu Apr 03 22:57:58 2008 +0000 @@ -134,5 +134,5 @@ ############################################################################### # Run configure ############################################################################### -echo "running ./configure ${CONFIGURE_ARGS} $@" -./configure ${CONFIGURE_ARGS} $@ +echo "running ./configure ${CONFIGURE_FLAGS} $@" +./configure ${CONFIGURE_FLAGS} $@