> --- configure.in      21 Oct 2007 13:10:23 -0000      1.232
> +++ configure.in      3 Nov 2007 10:32:42 -0000       1.233
> @@ -95,9 +95,6 @@
> ENLIGHTENMENT_ROOT=`eval echo ${DATADIR}/e16`
> ENLIGHTENMENT_BIN=`eval echo ${bindir}`
> ENLIGHTENMENT_LIB=`eval echo ${libdir}`
> -AC_SUBST(ENLIGHTENMENT_ROOT)
> -AC_SUBST(ENLIGHTENMENT_BIN)
> -AC_SUBST(ENLIGHTENMENT_LIB)
> AC_DEFINE_UNQUOTED(ENLIGHTENMENT_ROOT, "$ENLIGHTENMENT_ROOT", [The 
> installation root directory])
> AC_DEFINE_UNQUOTED(ENLIGHTENMENT_BIN, "$ENLIGHTENMENT_BIN", [The installation 
> bin directory])
> AC_DEFINE_UNQUOTED(ENLIGHTENMENT_LIB, "$ENLIGHTENMENT_LIB", [The installation 
> lib directory])

You should pass bindir and al to the Makefile with -D. It's the 
recommended way (from autoconf manual: 
http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_mono/autoconf.html#SEC179).
 
The problem begin that they are based on ${prefix} and ${prefix} is not 
evaluated in configure.in

you can see how I did in edje/src/bin/Makefile.am

regards

Vincent

-------------------------------------------------------------------------
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