Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance


Modified Files:
        configure.in 


Log Message:
- Linker options should be in Makefile, not configure.in. Long day.
- Check most recent versions of Esmart and Edje


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- configure.in        5 May 2004 06:31:15 -0000       1.28
+++ configure.in        5 May 2004 06:50:55 -0000       1.29
@@ -115,7 +115,7 @@
 AC_SUBST(ecore_libs)
 AC_SUBST(ecore_cflags)
 
-AC_PATH_GENERIC(edje, 0.0.1, [
+AC_PATH_GENERIC(edje, 0.5.0, [
        AC_SUBST(edje_libs)
        AC_SUBST(edje_cflags) ],
        AC_MSG_ERROR(Cannot find edje: Is edje-config in path?))
@@ -124,11 +124,11 @@
 AC_SUBST(edje_libs)
 AC_SUBST(edje_cflags)
 
-AC_PATH_GENERIC(esmart, 0.0.2, [
+AC_PATH_GENERIC(esmart, 0.9.0, [
        AC_SUBST(esmart_libs)
        AC_SUBST(esmart_cflags) ],
        AC_MSG_ERROR(Cannot find esmart: Is esmart-config in path?))
-esmart_libs="`esmart-config --libs` -lesmart_container"
+esmart_libs=`esmart-config --libs`
 esmart_cflags=`esmart-config --cflags`
 AC_SUBST(esmart_libs)
 AC_SUBST(esmart_cflags)




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to