Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : apps/edje_viewer

Dir     : e17/apps/edje_viewer


Modified Files:
        configure.in 


Log Message:
more autofoo sanitizing. etk api breakage fixes

===================================================================
RCS file: /cvs/e/e17/apps/edje_viewer/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        24 Mar 2007 11:04:22 -0000      1.3
+++ configure.in        24 Mar 2007 12:16:55 -0000      1.4
@@ -85,30 +85,10 @@
 packagesrcdir=`cd $srcdir && pwd`
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source Code 
Directory])
 
-PKG_CHECK_MODULES(EDJEVIEWER, [
-  ecore-config
-  evas
-  edje
-  etk
-])
-
-#check for E
-AC_PATH_EFL(
-   enlightenment,
-   0.16.999.022,
-   [
-     e_libs=`enlightenment-config --libs`
-     e_cflags=`enlightenment-config --cflags`     
-   ],
-   [
-     AC_MSG_WARN([No E, can't build E desktop support.])
-     e_libs=""
-     e_cflags=""
-   ]
-)
-
-AC_SUBST(e_cflags)
-AC_SUBST(e_libs)
+PKG_CHECK_MODULES(evas, [evas >= 0.9.9])
+PKG_CHECK_MODULES(ecore, [ecore >= 0.9.9 ecore-config >= 0.9.9.037])
+PKG_CHECK_MODULES(edje, [edje >= 0.5.0])
+PKG_CHECK_MODULES(etk, [etk >= 0.1.0.001])
 
 AC_OUTPUT([
 Makefile



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to