Hi all,

I was getting some build fails, so I notice that the error was coming
from configure.ac.

The patch is attached, but I did not tested if the others libs need
this fix too.



Rodrigo Belem.
diff --git a/trunk/edje/configure.ac b/trunk/edje/configure.ac
index 750afcb..a5820fa 100644
--- a/trunk/edje/configure.ac
+++ b/trunk/edje/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT([edje], 0.9.92.060, [enlightenment-de...@lists.sourceforge.net])
+AC_INIT([edje], [0.9.92.060], [enlightenment-de...@lists.sourceforge.net])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/trunk/embryo/configure.ac b/trunk/embryo/configure.ac
index e15b75f..9f9b42b 100644
--- a/trunk/embryo/configure.ac
+++ b/trunk/embryo/configure.ac
@@ -1,7 +1,7 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT([embryo], 0.9.9.060, [enlightenment-de...@lists.sourceforge.net])
+AC_INIT([embryo], [0.9.9.060], [enlightenment-de...@lists.sourceforge.net])
 AC_PREREQ([2.52])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to