Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: Makefile.am autogen.sh configure.in Log Message: e17 now CAN be translated. i have done a partial japanese translation for amusement value (it works). we can add .po's for anything else we like :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- Makefile.am 25 Nov 2004 03:37:33 -0000 1.14 +++ Makefile.am 11 Apr 2005 20:25:50 -0000 1.15 @@ -1,4 +1,4 @@ -SUBDIRS = src data doc +SUBDIRS = src data doc po MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/autogen.sh,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- autogen.sh 22 Jan 2005 06:56:56 -0000 1.11 +++ autogen.sh 11 Apr 2005 20:25:51 -0000 1.12 @@ -7,7 +7,21 @@ && echo "Running autoheader..."; autoheader \ && echo "Running autoconf..."; autoconf \ && echo "Running libtoolize..."; ( libtoolize --automake || glibtoolize --automake ) \ -&& echo "Running automake..."; automake --add-missing --copy --gnu +&& echo "Running automake..."; automake --add-missing --copy --gnu \ +&& echo "Generating gettext enlightenment.pot template"; \ +xgettext \ +-s \ +-n \ +-C \ +-d enlightenment \ +-p po \ +--copyright-holder="Enlightenment development team" \ +--foreign-user \ +--msgid-bugs-address="enlightenment-devel@lists.sourceforge.net" \ +-k -k_ -kd_ \ +--from-code=UTF-8 \ +-o enlightenment.pot \ +`find . -name "*.[ch]" -print` ### If you want this, uncomment it. ./configure "$@" =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v retrieving revision 1.50 retrieving revision 1.51 diff -u -3 -r1.50 -r1.51 --- configure.in 11 Apr 2005 16:06:00 -0000 1.50 +++ configure.in 11 Apr 2005 20:25:51 -0000 1.51 @@ -81,13 +81,22 @@ if test "x${datadir}" = 'x${prefix}/share'; then if test "x${prefix}" = "xNONE"; then AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}", "Package installed data destination") + AC_DEFINE_UNQUOTED(LOCALE_DIR, "${ac_default_prefix}/share/locale", "Locale directory") else AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}", "Package installed data destination") + AC_DEFINE_UNQUOTED(LOCALE_DIR, "${prefix}/share/locale", "Locale directory") fi else AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}", "Package installed data destination") + AC_DEFINE_UNQUOTED(LOCALE_DIR, "${datadir}/locale", "Locale directory") fi - + +AM_GNU_GETTEXT +AM_GNU_GETTEXT_VERSION(0.12.1) +if test "x$LIBINTL" = "x"; then + LIBINTL="$INTLLIBS" +fi + AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl) AC_SUBST(dlopen_libs) @@ -153,7 +162,7 @@ embryo_cflags=`$EMBRYO_CONFIG --cflags` embryo_libs=`$EMBRYO_CONFIG --libs` -e_libs=$evas_libs" "$ecore_libs" "$edje_libs" "$eet_libs" "$embryo_libs" " +e_libs=$evas_libs" "$ecore_libs" "$edje_libs" "$eet_libs" "$embryo_libs" "$LIBINTL" " e_cflags=$evas_cflags" "$ecore_cflags" "$edje_cflags" "$eet_cflags" "$embryo_cflags" " AC_SUBST(e_libs) AC_SUBST(e_cflags) @@ -211,6 +220,7 @@ data/icons/images/Makefile data/other/Makefile doc/Makefile +po/Makefile enlightenment-config ],[ chmod +x enlightenment-config ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs