Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : alarm

Dir     : e_modules/alarm


Modified Files:
        Makefile.am configure.in 


Log Message:
find edje_cc in path

===================================================================
RCS file: /cvs/e/e_modules/alarm/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 7 Nov 2007 20:27:53 -0000       1.4
+++ Makefile.am 15 Nov 2007 19:36:53 -0000      1.5
@@ -2,7 +2,6 @@
 
 SUBDIRS = po
 
-EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v \
 -id $(top_srcdir) \
 -fd $(top_srcdir)/fonts
===================================================================
RCS file: /cvs/e/e_modules/alarm/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in        13 Nov 2007 06:51:33 -0000      1.10
+++ configure.in        15 Nov 2007 19:36:53 -0000      1.11
@@ -49,15 +49,7 @@
   [ datadir="${HOME}/.e/e/modules/${PACKAGE}" ]
 )
 
-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_OUTPUT([
 Makefile



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

Reply via email to