Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets


Modified Files:
        configure.in 


Log Message:
Pass data install path by function call in stead of by EROOT in epplet.h.
Look up images in epplet data dir.

===================================================================
RCS file: /cvs/e/e16/epplets/configure.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- configure.in        12 Apr 2006 18:20:44 -0000      1.41
+++ configure.in        13 Apr 2006 08:26:30 -0000      1.42
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.41 2006/04/12 18:20:44 kwo Exp $
+dnl# $Id: configure.in,v 1.42 2006/04/13 08:26:30 kwo Exp $
 
 AC_INIT(api/epplet.c)
 AM_INIT_AUTOMAKE(epplets, 0.9)
@@ -272,19 +272,8 @@
 )
 
 
-## If $EROOT is set use it, unless a make distcheck is being done
-## Makes the gratuitous assumption that "=inst" is neccessary and
-## sufficuent for a make distcheck
-#AC_MSG_CHECKING(for Enlightenment location)
-#if test -n "$EROOT" -a `echo "$prefix" | sed -e 's:[=_]inst::'` = "$prefix"
-#then
-#  AC_SUBST(EROOT)
-#  AC_MSG_RESULT($EROOT)
-#else
-  EROOT=`eval echo $ENLIGHTENMENT_ROOT`
-#  AC_MSG_RESULT(warning:  EROOT environment variable not detected.  Using 
$EROOT)
-  AC_SUBST(EROOT)
-#fi
+EROOT=`eval echo $ENLIGHTENMENT_ROOT`
+AC_SUBST(EROOT)
 
 # Should we install E-Mixer?
 # Probably not ;-) But we may as well check!




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to