Enlightenment CVS committal Author : englebass Project : e17 Module : proto
Dir : e17/proto/eflpp Modified Files: configure.ac Log Message: Use pkg-config to check for all required modules. No need to AC_SUBST after PKG_CHECK_MODULES =================================================================== RCS file: /cvs/e/e17/proto/eflpp/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- configure.ac 10 Jul 2007 21:38:08 -0000 1.4 +++ configure.ac 2 Aug 2007 05:25:33 -0000 1.5 @@ -52,10 +52,8 @@ dnl Checks for libraries dnl Check for pkg-config stuff -pkg_modules="$esmart_modules $emotion_modules evas ecore ecore-config ecore-evas sigc++-2.0 etk ewl" +pkg_modules="$esmart_modules $emotion_modules evas ecore ecore-config ecore-evas ecore-fb ecore-ipc ecore-txt ecore-con ecore-job sigc++-2.0 etk ewl" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) -AC_SUBST(PACKAGE_CFLAGS) -AC_SUBST(PACKAGE_LIBS) dnl Check for headers ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs