Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
        ChangeLog configure.in 


Log Message:
Mon Apr 25 15:34:49 2005                        Michael Jennings (mej)

Added --enable-escreen-fx flag to ./configure to enable/disable the
Escreen startup effects (bosconian, matrix, etc.).

Fixed some warnings.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -3 -r1.407 -r1.408
--- ChangeLog   20 Apr 2005 23:09:43 -0000      1.407
+++ ChangeLog   25 Apr 2005 19:37:18 -0000      1.408
@@ -5339,3 +5339,10 @@
 Patch from Tres <[EMAIL PROTECTED]> to fix window manager hints on 
 64bit systems.  http://bugs.gentoo.org/show_bug.cgi?id=76324
 ----------------------------------------------------------------------
+Mon Apr 25 15:34:49 2005                        Michael Jennings (mej)
+
+Added --enable-escreen-fx flag to ./configure to enable/disable the
+Escreen startup effects (bosconian, matrix, etc.).
+
+Fixed some warnings.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- configure.in        18 Apr 2005 20:01:54 -0000      1.89
+++ configure.in        25 Apr 2005 19:37:20 -0000      1.90
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.89 2005/04/18 20:01:54 mej Exp $
+dnl# $Id: configure.in,v 1.90 2005/04/25 19:37:20 mej Exp $
 
 
PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin
 export PATH
@@ -425,7 +425,19 @@
 )
 
 if test ! -z "$FOUND_SCREEN" || test ! -z "$FOUND_LIBTWIN"; then
-  AC_DEFINE(ESCREEN, , [Define for Escreen support.])
+    AC_DEFINE(ESCREEN, , [Define for Escreen support.])
+    AC_MSG_CHECKING(for Escreen startup effects)
+    AC_ARG_ENABLE(escreen-fx, [  --enable-escreen-fx     enable Escreen 
startup effects], [
+            if test "$enableval" = "yes"; then
+                AC_MSG_RESULT(yes)
+                AC_DEFINE(ESCREEN_FX, , [Define to enable Escreen startup 
effects.])
+            else
+                AC_MSG_RESULT(no)
+            fi
+        ], [
+            AC_MSG_RESULT(no)
+        ]
+    )
 fi
 
 AC_MSG_CHECKING(if profiling macros should be included)
@@ -927,7 +939,7 @@
 
 dnl# Enable/disable name reporting escape sequences
 AC_MSG_CHECKING(if we should enable name reporting escape sequences)
-AC_ARG_ENABLE(name-eporting-escapes, [  --enable-name-reporting-escapes  
Specify this to enable title/icon name reporting], [
+AC_ARG_ENABLE(name-reporting-escapes, [ --enable-name-reporting-escapes  
Specify this to enable title/icon name reporting], [
               if test "$enableval" = "yes"; then
                   AC_MSG_RESULT(yes)
                   AC_DEFINE(ENABLE_NAME_REPORTING_ESCAPES, 1, [Defined to 
enable title/icon name reporting escape sequences.])




-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to