Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        autogen.sh 


Log Message:
make sure we abort if autotools fail
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- autogen.sh  26 Apr 2005 22:55:54 -0000      1.5
+++ autogen.sh  3 Aug 2005 00:34:08 -0000       1.6
@@ -3,11 +3,11 @@
 rm -rf autom4te.cache
 rm -f aclocal.m4
 
-echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
-&& echo "Running autoheader..."; autoheader \
-&& echo "Running autoconf..."; autoconf \
-&& echo "Running libtoolize..."; (libtoolize --automake || glibtoolize 
--automake) \
-&& echo "Running automake..."; automake --add-missing --copy --gnu
+echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
+echo "Running autoheader..." ; autoheader || exit 1
+echo "Running autoconf..." ; autoconf || exit 1
+echo "Running libtoolize..." ; (libtoolize --automake || glibtoolize 
--automake) || exit 1
+echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then
        ./configure "$@"




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to