diff autogen.sh @ 22599:185b37776140

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.
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 03 Apr 2008 22:57:58 +0000
parents 4989639b6ede
children d146e87ba40d 3c26ef82d556
line wrap: on
line diff
--- 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} $@