Enlightenment CVS committal

Author  : mej
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        ChangeLog configure.in ewl.spec 


Log Message:
Fri Jul 23 14:14:43 2004                        Michael Jennings (mej)

Fixing "make distcheck" again.  If there's a problem with something
I've done, please talk to me before reverting it.  Thanks. :)
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- ChangeLog   28 Feb 2004 03:31:08 -0000      1.50
+++ ChangeLog   23 Jul 2004 18:15:29 -0000      1.51
@@ -341,3 +341,8 @@
          strings.
        * I introduced a new bug in the Ewl_Seeker widget when playing working
          with the Ewl_Button widget, and fixed it.
+Fri Jul 23 14:14:43 2004                        Michael Jennings (mej)
+
+Fixing "make distcheck" again.  If there's a problem with something
+I've done, please talk to me before reverting it.  Thanks. :)
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- configure.in        20 Jul 2004 18:37:26 -0000      1.37
+++ configure.in        23 Jul 2004 18:15:29 -0000      1.38
@@ -287,18 +287,21 @@
 AC_SUBST(emotion_cflags)
 AC_SUBST(emotion_libs)
 AC_SUBST(ewl_media_include)
-if [ test $EMOTION_CONFIG_IN_PATH = yes ]; then
+if test "x$EMOTION_CONFIG_IN_PATH" = "xyes"; then
   AC_CHECK_HEADERS(Emotion.h, [
-      AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, true)
+      SUPPORT_EMOTION=1
       emotion_cflags=`$EMOTION_CONFIG --cflags`
       emotion_libs=`$EMOTION_CONFIG --libs`
       ewl_media_include="#include <ewl_media.h>"
     ], [
-      AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, false)
+      SUPPORT_EMOTION=0
     ], [])
 else
-  AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, false)
+      SUPPORT_EMOTION=0
 fi
+AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, test "$SUPPORT_EMOTION" -eq 1)
+AC_SUBST(BUILD_EMOTION_SUPPORT_TRUE)
+AC_SUBST(BUILD_EMOTION_SUPPORT_FALSE)
 
 requirements="evas ecore edb etox edje emotion"
 AC_SUBST(requirements)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/ewl.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl.spec    8 Jul 2004 21:43:33 -0000       1.8
+++ ewl.spec    23 Jul 2004 18:15:29 -0000      1.9
@@ -1,7 +1,7 @@
 Summary: Enlightenment Widget Library
 Name: ewl
-Version: 0.0.3
-Release: 1
+Version: 0.0.4
+Release: 0.%(date '%Y%m%d')
 Copyright: BSD
 Group: User Interface/X
 URL: http://www.enlightenment.org/pages/ewl.html




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to