Enlightenment CVS committal Author : kwo Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: autogen.sh Log Message: If autopoint fails there is no reason to continue. =================================================================== RCS file: /cvs/e/e17/apps/e/autogen.sh,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- autogen.sh 3 Nov 2006 00:55:22 -0000 1.21 +++ autogen.sh 3 Nov 2006 19:01:57 -0000 1.22 @@ -6,17 +6,11 @@ touch README touch ABOUT-NLS -# no more autopoint. cuases too many hassles. too bad gentoo users - go back -# to automake 1.9 :( -#echo "Running autopoint..." ; autopoint -f || exit 1 +echo "Running autopoint..." ; autopoint -f || exit 1 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 -#echo "Running gettextize..." ; gettextize -f --no-changelog& -# hack - gettextize is interactive and demands input from a user. "screw it". -#sleep 20 -#kill %1 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 if [ -z "$NOCONFIGURE" ]; then ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs