Hey, autoconf 2.65 changed the behavior of some m4 macros that it distribute. Hence errors in evas (and ecore too, btw).
I have written a patch for autoconf 2.65. It seems to also work with autoconf 2.64. But I would like more report. Especially with older autoconf (2.59 to 2.64 woudl be nice). The patch is below. To test after having patched evas: make maintainer-clean ./autogen.sh verify that there is no warning or error during the configure script generation, and that the image loaders that you usually have are still detected (in the configure output) thank you Vincent Index: m4/evas_check_loader.m4 =================================================================== --- m4/evas_check_loader.m4 (revision 44049) +++ m4/evas_check_loader.m4 (working copy) @@ -312,8 +312,8 @@ AC_DEFUN([EVAS_CHECK_IMAGE_LOADER], [ -m4_pushdef([UP], m4_toupper([[$1]])) -m4_pushdef([DOWN], m4_tolower([[$1]])) +m4_pushdef([UP], m4_toupper([$1])) +m4_pushdef([DOWN], m4_tolower([$1])) want_loader="$2" want_static_loader="no" ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
