> > > On Wed, 14 Nov 2007, Christopher Michael wrote: > >> Hey Seb, >> >> Just looking through configure.in & I wondered why you didn't use: >> >> AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH) >> >> instead of the: >> >> edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc" > > it is maybe possible that $(pkg-config --variable=prefix edje)/bin in not > in the PATH. With AC_PATH_PROG, you are sure tht edje_cc can be called. >
With edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc" you get the full path, so it will be executable anyway. With AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH) edje_cc must be in the path, which is possible that it isn't. Could be that people install library binaries in special folders? Sebastian ------------------------------------------------------------------------- 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