Enlightenment CVS committal Author : vapier Module : e_modules
Dir : e_modules Modified Files: configure.in Log Message: pass up the failure rather than normalizing to 1 =================================================================== RCS file: /cvs/e/e_modules/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- configure.in 21 Jan 2006 00:36:01 -0000 1.2 +++ configure.in 15 Nov 2007 12:11:22 -0000 1.3 @@ -4,7 +4,7 @@ test -d "$d" || continue test -x "${d}/configure" || continue echo "CONFIGURE: $d" - (cd $d && ./configure "$@") || exit 1 + (cd $d && ./configure "$@") || exit $? done cp -p Makefile.in Makefile ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs