Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/entice
Dir : e17/apps/entice Modified Files: configure.in Log Message: Make entice build with updated efl build config. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/configure.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- configure.in 30 Jul 2005 06:15:57 -0000 1.17 +++ configure.in 4 Sep 2005 19:57:56 -0000 1.18 @@ -64,65 +64,40 @@ packagesrcdir=`cd $srcdir && pwd` AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory]) -PROG="esmart-config"; -AC_PATH_PROG(ESMART_CONFIG, $PROG, "", $PATH) -if [ test -z $ESMART_CONFIG ]; then - echo $PROG " is not in your \$PATH. Please ensure it is."; - echo "Read the manual page for you shell as to how to extend your path."; - AC_MSG_ERROR(Cannot find $PROG) -fi -esmart_cflags=`$ESMART_CONFIG --cflags` -esmart_libs=`$ESMART_CONFIG --libs` -AC_SUBST(esmart_cflags) -AC_SUBST(esmart_libs) - -PROG="evas-config"; -AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH) -if [ test -z $EVAS_CONFIG ]; then - echo $PROG " is not in your \$PATH. Please ensure it is."; - echo "Read the manual page for you shell as to how to extend your path."; - AC_MSG_ERROR(Cannot find $PROG) -fi -evas_cflags=`$EVAS_CONFIG --cflags` -evas_libs=`$EVAS_CONFIG --libs` -AC_SUBST(evas_cflags) -AC_SUBST(evas_libs) - -PROG="edb-config"; -AC_PATH_PROG(EDB_CONFIG, $PROG, "", $PATH) -if [ test -z $EDB_CONFIG ]; then - echo $PROG " is not in your \$PATH. Please ensure it is."; - echo "Read the manual page for you shell as to how to extend your path."; - AC_MSG_ERROR(Cannot find $PROG) -fi -edb_cflags=`$EDB_CONFIG --cflags` -edb_libs=`$EDB_CONFIG --libs` -AC_SUBST(edb_cflags) -AC_SUBST(edb_libs) - -PROG="ecore-config"; -AC_PATH_PROG(ECORE_CONFIG, $PROG, "", $PATH) -if [ test -z $ECORE_CONFIG ]; then - echo $PROG " is not in your \$PATH. Please ensure it is."; - echo "Read the manual page for you shell as to how to extend your path."; - AC_MSG_ERROR(Cannot find $PROG) -fi -ecore_cflags=`$ECORE_CONFIG --cflags` -ecore_libs=`$ECORE_CONFIG --libs` -AC_SUBST(ecore_cflags) -AC_SUBST(ecore_libs) - -PROG="edje-config"; -AC_PATH_PROG(EDJE_CONFIG, $PROG, "", $PATH) -if [ test -z $EDJE_CONFIG ]; then - echo $PROG " is not in your \$PATH. Please ensure it is."; - echo "Read the manual page for you shell as to how to extend your path."; - AC_MSG_ERROR(Cannot find $PROG) -fi -edje_cflags=`$EDJE_CONFIG --cflags` -edje_libs=`$EDJE_CONFIG --libs` -AC_SUBST(edje_cflags) -AC_SUBST(edje_libs) +AC_PATH_GENERIC(imlib2, 1.0.0, + [ ], + [ AC_MSG_ERROR(Cannot find imlib2) ] +) + +AC_PATH_GENERIC(esmart, 0.9.0, + [ ], + [ AC_MSG_ERROR(Cannot find esmart) ] +) + +AC_PATH_GENERIC(evas, 0.9.9, + [ ], + [ AC_MSG_ERROR(Cannot find evas) ] +) + +AC_PATH_GENERIC(edb, 1.0.0, + [ ], + [ AC_MSG_ERROR(Cannot find edb) ] +) + +AC_PATH_GENERIC(ecore, 0.9.9, + [ ], + [ AC_MSG_ERROR(Cannot find ecore) ] +) + +AC_PATH_GENERIC(edje, 0.5.0, + [ ], + [ AC_MSG_ERROR(Cannot find edje) ] +) + +AC_PATH_GENERIC(epsilon, 0.3.0, + [ ], + [ AC_MSG_ERROR(Cannot find epsilon) ] +) AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH) if [ test -z $GIMP_REMOTE_BIN ]; 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