Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 
Added Files:
        ecore-native.oe ecore.oe 


Log Message:


openembedded build files... this makes life so easy to build efl for
embedded... :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- configure.in        8 Nov 2004 02:48:12 -0000       1.60
+++ configure.in        9 Nov 2004 09:36:36 -0000       1.61
@@ -334,18 +334,15 @@
 
 evas_cflags="";
 evas_libs="";
-
-
 AC_ARG_WITH(evas-config,
 [  --with-evas-config=EVAS_CONFIG    use evas-config specified ],
 [
-  PROG_CONFIG=$withval;
-  echo "using "$PROG_CONFIG" for evas-config";
+  EVAS_CONFIG=$withval;
+  echo "using "$EVAS_CONFIG" for evas-config";
 ],[
   PROG="evas-config";
-  AC_PATH_PROG(PROG_CONFIG, $PROG, "", $PATH)
+  AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH)
 ])
-if [ test -z "$EVAS_CONFIG" ]; then EVAS_CONFIG=$PROG_CONFIG; fi
 
 have_ecore_evas="no"
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to