grim/guifications3

it's CONFIGURE_FLAGS now not CONFIGURE_ARGS
org.guifications.gf3
2009-09-07, Gary Kramlich
8ba8a42655a6
Parents f66a32169fa9
Children a4b4816affb2
it's CONFIGURE_FLAGS now not CONFIGURE_ARGS
--- a/guifications-gtk/autogen.sh Mon Sep 07 23:52:37 2009 -0500
+++ b/guifications-gtk/autogen.sh Mon Sep 07 23:52:55 2009 -0500
@@ -182,5 +182,5 @@
###############################################################################
# Run configure
###############################################################################
-echo "running ./configure ${CONFIGURE_ARGS} $@"
-./configure ${CONFIGURE_ARGS} $@
+echo "running ./configure ${CONFIGURE_FLAGS} $@"
+./configure ${CONFIGURE_FLAGS} $@