Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils


Modified Files:
        configure.in 


Log Message:
Add engrave to do image writing
fix warnings
allow eapp creation if file does not exist (needs engrave output to function 
correctly)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        16 Dec 2004 11:13:39 -0000      1.1
+++ configure.in        22 Dec 2004 21:35:19 -0000      1.2
@@ -107,6 +107,20 @@
 AC_SUBST(ewl_cflags)
 AC_SUBST(ewl_libs)
 
+AC_ARG_WITH(engrave-config,
+[  --with-engrave-config=ENGRAVE_CONFIG    use engrave-config specified ],
+[
+  ENGRAVE_CONFIG=$withval;
+  echo "using "$ENGRAVE_CONFIG" for engrave-config";
+],[
+  PROG="engrave-config";
+  AC_PATH_PROG(ENGRAVE_CONFIG, $PROG, "", $PATH)
+])
+engrave_cflags=`$ENGRAVE_CONFIG --cflags`
+engrave_libs=`$ENGRAVE_CONFIG --libs`
+AC_SUBST(engrave_cflags)
+AC_SUBST(engrave_libs)
+
 AC_OUTPUT([
 Makefile
 src/Makefile




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to