Enlightenment CVS committal
Author : englebass
Project : e_modules
Module : news
Dir : e_modules/news
Modified Files:
configure.in
Log Message:
find edje_cc in path
===================================================================
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in 13 Nov 2007 06:39:03 -0000 1.7
+++ configure.in 15 Nov 2007 19:36:55 -0000 1.8
@@ -30,15 +30,7 @@
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
AC_DEFINE_UNQUOTED(MODULE_VERSION, "0.1.0", "Module version")
-edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc"
-AC_ARG_WITH(edje-cc,
- AS_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
- [
- edje_cc=$withval;
- echo " Enlightenment edje_cc explicitly set to "$edje_cc;
- ]
-)
-AC_SUBST(edje_cc)
+AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
AC_ARG_WITH(enlightenment-config,
AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use
enlightenment-config specified]),
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs