Hi,

as shortly discussed on the channel I was not able to build the emu,
language, moon and taskbar module.
The problem is the missing call of autopoint within autogen.sh.

Attached is a trivial patch that solves that problem.

Cheers
--Chris
diff -ruN e_modules.orig/emu/autogen.sh e_modules/emu/autogen.sh
--- e_modules.orig/emu/autogen.sh	2000-01-01 00:00:00.000000000 +0100
+++ e_modules/emu/autogen.sh	2007-04-15 03:58:31.000000000 +0200
@@ -5,6 +5,7 @@
 
 touch README
 
+echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
diff -ruN e_modules.orig/language/autogen.sh e_modules/language/autogen.sh
--- e_modules.orig/language/autogen.sh	2000-01-01 00:00:00.000000000 +0100
+++ e_modules/language/autogen.sh	2007-04-15 03:57:09.000000000 +0200
@@ -5,6 +5,7 @@
 
 touch README
 
+echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
diff -ruN e_modules.orig/moon/autogen.sh e_modules/moon/autogen.sh
--- e_modules.orig/moon/autogen.sh	2000-01-01 00:00:00.000000000 +0100
+++ e_modules/moon/autogen.sh	2007-04-15 03:57:29.000000000 +0200
@@ -5,6 +5,7 @@
 
 touch README
 
+echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
diff -ruN e_modules.orig/taskbar/autogen.sh e_modules/taskbar/autogen.sh
--- e_modules.orig/taskbar/autogen.sh	2000-01-01 00:00:00.000000000 +0100
+++ e_modules/taskbar/autogen.sh	2007-04-15 03:57:52.000000000 +0200
@@ -5,6 +5,7 @@
 
 touch README
 
+echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1

Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to