Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/examine

Dir     : e17/apps/examine


Modified Files:
        configure.in 


Log Message:
use pkgconfig to check for stuff

===================================================================
RCS file: /cvs/e/e17/apps/examine/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        11 Jun 2006 10:23:45 -0000      1.5
+++ configure.in        21 Mar 2007 17:41:12 -0000      1.6
@@ -83,15 +83,8 @@
 packagesrcdir=`cd $srcdir && pwd`
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Src dir])
 
-AC_PATH_GENERIC(ecore, 0.9.9,
-  [ ],
-  [ AC_MSG_ERROR(Ecore isn't installed) ]
-)
-
-AC_PATH_GENERIC(ewl, 0.0.4,
-  [ ],
-  [ AC_MSG_ERROR(Ewl isn't installed) ]
-)
+PKG_CHECK_MODULES(ECORE, [ecore >= 0.9.9])
+PKG_CHECK_MODULES(EWL, [ewl >= 0.0.4])
 
 save_CFLAGS="$CFLAGS"
 save_LIBS="$LIBS"



-------------------------------------------------------------------------
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