Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage


Modified Files:
        configure.in 


Log Message:
Added 'below' mode for hugely faster response (but no windows shining through)
set 'options.mode' to 1 to use this feature
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        10 Apr 2004 21:38:14 -0000      1.3
+++ configure.in        11 Apr 2004 14:31:50 -0000      1.4
@@ -79,6 +79,20 @@
   AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${libdir}", [PACKAGE_LIB_DIR])
 fi
 
+PROG="esmart-config";
+AC_PATH_PROG(ESMART_CONFIG, $PROG, "", $PATH)
+if [ test -z $ESMART_CONFIG ]; then
+  echo $PROG " is not in your \$PATH. Please ensure it is.";
+  echo "Read the manual page for you shell as to how to extend your path.";
+  echo "FATAL ERROR. ABORT.";
+  exit -1;
+fi
+esmart_cflags=`$ESMART_CONFIG --cflags`
+esmart_libs=`$ESMART_CONFIG --libs`
+AC_SUBST(esmart_cflags)
+AC_SUBST(esmart_libs)
+
+
 dnl Set PACKAGE_SOURCE_DIR in config.h.
 #packagesrcdir=`cd $srcdir && pwd`
 #AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "$packagesrcdir", [PACKAGE_SOURCE_DIR]])
@@ -93,6 +107,13 @@
 AC_SUBST(ecore_cflags)
 AC_SUBST(ecore_libs)
 
+have_esmart_trans="no"
+dnl Make sure the esmart header/lib is available
+AC_CHECK_HEADER( Esmart/Esmart_Trans.h, 
+  [ AC_DEFINE(HAVE_TRANS_BG, [], [Esmart Pseudo-transparency support]) 
+    have_esmart_trans="yes"  
+  ])
+        
 AC_OUTPUT([
 Makefile
 src/Makefile




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to