Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils


Modified Files:
        configure.in 


Log Message:
- convert emblem to use Epsilon for its thumbnail creation. The initial load
  will still be slow, but after that subsequent restarts of emblem should be
  quick.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.in        9 Jun 2005 22:26:32 -0000       1.11
+++ configure.in        20 Jul 2005 02:10:38 -0000      1.12
@@ -212,6 +212,19 @@
 AC_SUBST(e_libs)
 AC_SUBST(e_config_apps_dir)
        
+AC_ARG_WITH(epsilon-config,
+[  --with-epsilon-config=EPSILON_CONFIG    use epsilon-config specified ],
+[
+  EPSILON_CONFIG=$withval;
+  echo "using "$EPSILON_CONFIG" for epsilon-config";
+    ],[
+  PROG="epsilon-config";
+  AC_PATH_PROG(EPSILON_CONFIG, $PROG, "", $PATH)
+])
+epsilon_cflags=`$EPSILON_CONFIG --cflags`
+epsilon_libs=`$EPSILON_CONFIG --libs`
+AC_SUBST(epsilon_cflags)
+AC_SUBST(epsilon_libs)
 
 AC_OUTPUT([
 Makefile




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to