If you want to be nice to cross-compilation environments,
AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH) edje_cc
is more advisable than
edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc" since in
the latter case it would probably point to the cross-compiled edje_cc
which we surely can't run during the build process.

Regards,

:M:
-- 
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de


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

Reply via email to