Enlightenment CVS committal Author : mej Project : eterm Module : Eterm
Dir : eterm/Eterm Modified Files: autogen.sh Log Message: Thu Sep 1 02:12:29 2005 Michael Jennings (mej) Fix abort stuff. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/autogen.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- autogen.sh 31 Aug 2005 22:07:10 -0000 1.10 +++ autogen.sh 1 Sep 2005 06:12:32 -0000 1.11 @@ -1,6 +1,6 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -# $Id: autogen.sh,v 1.10 2005/08/31 22:07:10 vapier Exp $ +# $Id: autogen.sh,v 1.11 2005/09/01 06:12:32 mej Exp $ broken() { echo @@ -61,10 +61,10 @@ # Run the stuff. (set -x && $LIBTOOLIZE -c -f) || abort libtool -(set -x && $ACLOCAL -I . $ACLOCAL_FLAGS) || abort libtool -(set -x && $AUTOCONF) || abort libtool -(set -x && $AUTOHEADER) || abort libtool -(set -x && $AUTOMAKE -a -c) || abort libtool +(set -x && $ACLOCAL -I . $ACLOCAL_FLAGS) || abort aclocal +(set -x && $AUTOCONF) || abort autoconf +(set -x && $AUTOHEADER) || abort autoheader +(set -x && $AUTOMAKE -a -c) || abort automake # Run configure. if test x"$NOCONFIGURE" = x; then ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs