Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance


Modified Files:
        configure.in 


Log Message:
use pkgconfig to check for stuff

===================================================================
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- configure.in        13 Mar 2007 23:19:39 -0000      1.66
+++ configure.in        21 Mar 2007 17:33:07 -0000      1.67
@@ -65,25 +65,16 @@
 fi
 changequote([,])dnl
 
-AC_PATH_GENERIC(evas, 0.9.9,
-  [ ],
-  [ AC_MSG_ERROR(Evas isn't installed) ]
-)
-
-AC_PATH_GENERIC(ecore, 0.9.9,
-  [ ],
-  [ AC_MSG_ERROR(Ecore isn't installed) ]
-)
-
-AC_PATH_GENERIC(edje, 0.5.0,
-  [ ],
-  [ AC_MSG_ERROR(Edje isn't installed) ]
-)
-
-AC_PATH_GENERIC(esmart, 0.9.0,
-  [ ],
-  [ AC_MSG_ERROR(Esmart isn't installed) ]
-)
+PKG_CHECK_MODULES(EVAS, [evas >= 0.9.9])
+PKG_CHECK_MODULES(ECORE, [
+  ecore >= 0.9.9
+  ecore-evas >= 0.9.9
+  ecore-file >= 0.9.9
+  ecore-ipc >= 0.9.9
+  ecore-config >= 0.9.9
+])
+PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0])
+PKG_CHECK_MODULES(ESMART, [esmart >= 0.9.0])
 
 have_clearenv=no
 AC_CHECK_LIB(c, clearenv, [



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to