On Sun, 2003-03-16 at 18:53, Carsten Haitzler wrote:
> if it goes ok - lets apply to cvs and maybe roll out a release?

e16 cvs doesn't work with autoconf 2.5x (autoheader fails). This patch
is just enough to make it compile. 

Could someone test this with an old autoconf and see if it breaks? More
distros have switched to the latest autoconf since this was last
discussed, so a lot of people will need something like this.

-- 
BAM - "The only skills I have the patience to learn are those that have
no real application in life."
        -- Calvin
diff -ruN e16.orig/e/configure.in e16/e/configure.in
--- e16.orig/e/configure.in	2002-10-11 13:33:42.000000000 -0400
+++ e16/e/configure.in	2003-03-17 14:45:26.000000000 -0500
@@ -5,6 +5,7 @@
 ENLIGHTENMENT_MICRO=5
 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
 
+AC_DEFINE([VERSION], [], $ENLIGHTENMENT_VERSION)
 VERSION=$ENLIGHTENMENT_VERSION
 PACKAGE=enlightenment
 

Reply via email to