Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


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


Log Message:


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

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -3 -r1.85 -r1.86
--- configure.in        31 Aug 2004 03:19:27 -0000      1.85
+++ configure.in        9 Nov 2004 09:36:22 -0000       1.86
@@ -114,24 +114,21 @@
 AC_ARG_WITH(freetype-config,
 [  --with-freetype-config=FREETYPE_CONFIG    use freetype-config specified ],
 [ 
-  PROG_CONFIG=$withval;
-  echo "using "$PROG_CONFIG" for freetype-config";
+  FREETYPE_CONFIG=$withval;
+  echo "using "$FREETYPE_CONFIG" for freetype-config";
 ],[
  PROG="freetype-config";
- AC_PATH_PROG(PROG_CONFIG, $PROG, "", $PATH)
+ AC_PATH_PROG(FREETYPE_CONFIG, $PROG, "", $PATH)
 ])
-if [ test -n "$FREETYPE_CONFIG" ]; then
-  PROG_CONFIG=$FREETYPE_CONFIG;
-fi
-if [ test -z "$PROG_CONFIG" ]; then
+if [ test -z "$FREETYPE_CONFIG" ]; then
   echo $PROG " is not in your \$PATH. Please ensure it is.";
   echo "You may need to install the librarya and/or development packages";
   echo "that contain this configure-script.";
   echo "FATAL ERROR. ABORT.";
   exit -1;
 fi
-freetype_cflags=`$PROG_CONFIG --cflags`
-freetype_libs=`$PROG_CONFIG --libs`
+freetype_cflags=`$FREETYPE_CONFIG --cflags`
+freetype_libs=`$FREETYPE_CONFIG --libs`
 
 #####################################################################
 ## Engines




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