grim/guifications3

don't run the commands if we fail to find on in gflib-autogen.sh
org.guifications.gf3
2009-10-03, Gary Kramlich
8f827273f40f
Parents db1048bf8b7c
Children 98b673e733a3
don't run the commands if we fail to find on in gflib-autogen.sh
--- a/gflib/gflib-autogen.sh Sun Sep 27 16:10:22 2009 -0500
+++ b/gflib/gflib-autogen.sh Sat Oct 03 15:27:32 2009 -0500
@@ -287,7 +287,10 @@
check_platform
check_commands
+ test $? != 0 && exit -1
+
run_commands
+ test $? != 0 && exit -1
run_configure "${@}"
}