Enlightenment CVS committal Author : pfritz Project : e17 Module : apps/elitaire
Dir : e17/apps/elitaire Modified Files: autogen.sh configure.ac Log Message: remove pre, add $NOCONFIGURE, although the script is then pretty useless =================================================================== RCS file: /cvs/e/e17/apps/elitaire/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- autogen.sh 8 Jun 2007 17:32:47 -0000 1.1 +++ autogen.sh 9 Jun 2007 12:45:05 -0000 1.2 @@ -1,4 +1,7 @@ #!/bin/sh autoreconf -v --install || exit 1 -./configure "$@" + +if [ -z "$NOCONFIGURE" ]; then + ./configure "$@" +fi =================================================================== RCS file: /cvs/e/e17/apps/elitaire/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- configure.ac 8 Jun 2007 17:32:47 -0000 1.1 +++ configure.ac 9 Jun 2007 12:45:05 -0000 1.2 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(elitaire, 0.1-pre01, [Peter Wehrfritz <[EMAIL PROTECTED]>]) +AC_INIT(elitaire, 0.1, [Peter Wehrfritz <[EMAIL PROTECTED]>]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs