Enlightenment CVS committal Author : titan Project : e17 Module : proto
Dir : e17/proto/ephoto Modified Files: configure.in Log Message: Add a check for sqlite3 in the configure.in =================================================================== RCS file: /cvs/e/e17/proto/ephoto/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- configure.in 15 Oct 2006 22:05:35 -0000 1.10 +++ configure.in 24 Oct 2006 15:51:57 -0000 1.11 @@ -64,6 +64,13 @@ packagesrcdir=`cd $srcdir && pwd` AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory]) +AC_CHECK_HEADERS(sqlite3.h, + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3", + AC_MSG_ERROR([Ephoto needs sqlite3 to compile.]) + ) +AC_SUBST(SQLITE_LIBS) + + PROG="evas-config"; AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH) if test -z "$EVAS_CONFIG" ; then @@ -134,3 +141,37 @@ debian/changelog po/Makefile ]) + +echo +echo +echo +echo "------------------------------------------------------------------------" +echo "$PACKAGE $VERSION" +echo "------------------------------------------------------------------------" +echo +echo " ________ ________ ___ ___ ________ ________ ________" +echo " / _____/ / __ / / / / / / __ / /__ ___/ / __ /" +echo " / /____ / /_/ / / /_/ / / / / / / / / / / / " +echo " / _____/ / _____/ / __ / / / / / / / / / / / " +echo "/ /_____ / / / / / / / /_/ / / / / /_/ / " +echo "________/ /__/ /__/ /__/ /_______/ /_/ /_______/ " +echo +echo +echo "------------------------------------------------------------------------" +echo "$PACKAGE $VERSION" +echo "------------------------------------------------------------------------" +echo +echo "Configuration Options Summary:" +echo +echo " Sqlite3 .........: Yes" +echo " Evas ............: Yes" +echo " Ecore ...........: Yes" +echo " Edje ............: Yes" +echo " Epsilon .........: Yes" +echo " EWL .............: Yes" +echo +echo "Installation Path.........: $prefix" +echo +echo "Compilation...............: make" +echo "Installation..............: make install" +echo ------------------------------------------------------------------------- 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