Enlightenment CVS committal Author : sndev Project : e_modules Module : language
Dir : e_modules/language Modified Files: TODO configure.in Log Message: todo -- =================================================================== RCS file: /cvs/e/e_modules/language/TODO,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- TODO 29 May 2006 21:09:43 -0000 1.17 +++ TODO 1 Jun 2006 23:09:46 -0000 1.18 @@ -1,6 +1 @@ -0. Fix the configure.in file in order to have dependencies to X11 and xkbfile - libraries. - -1. Remove all FIXMEs. - -2. Memleaks? forget somewere to clear list or remove an item from it? +0. Check for Memleaks? forget somewere to clear list or remove an item from it? =================================================================== RCS file: /cvs/e/e_modules/language/configure.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- configure.in 29 May 2006 21:09:43 -0000 1.5 +++ configure.in 1 Jun 2006 23:09:46 -0000 1.6 @@ -17,6 +17,12 @@ AM_ENABLE_SHARED AM_PROG_LIBTOOL +ALL_LINGUAS="" +AC_SUBST(ALL_LINGUAS) + +#AM_GNU_GETTEXT([external]) +#AM_GNU_GETTEXT_VERSION(0.14) + MODULE_ARCH="$host_os-$host_cpu" AC_SUBST(MODULE_ARCH) AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") @@ -94,10 +100,9 @@ AC_SUBST(LOCALEDIR, "${localedir}") AC_DEFINE_UNQUOTED(LOCALEDIR, "${localedir}", [Module Locale Directory]) -AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl) -AC_SUBST(dlopen_libs) +#AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl) +#AC_SUBST(dlopen_libs) -AC_CHECK_HEADERS(EXML.h,, AC_MSG_ERROR([Cannot find EXML.h. Make sure your CFLAGS environment variable contains include lines for the location of this file and EXML lib is installed])) AC_ARG_WITH(edje-config, [ --with-edje-config=EDJE_CONFIG use edje-config specified ], @@ -141,6 +146,12 @@ AC_SUBST(e_cflags) AC_SUBST(e_libs) AC_SUBST(e_modules) + +AC_CHECK_HEADERS(EXML.h,, AC_MSG_ERROR([Cannot find EXML.h. Make sure your CFLAGS environment variable contains include lines for the location of this file and EXML lib is installed])) + +AC_CHECK_HEADERS(X11/XKBlib.h,, AC_MSG_ERROR([Cannot find XKBlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file.])) + +AC_CHECK_HEADERS(X11/extensions/XKBrules.h,, AC_MSG_ERROR([Cannot find XKBrules.h. Make sure your CFLAGS environment variable contains include lines for the location of this file.])) AC_OUTPUT([ e_modules-language.spec _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs