Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/etk


Modified Files:
        autogen.sh configure.in Makefile.am 
Added Files:
        ABOUT-NLS 


Log Message:
etk can speak french and can learn other languages
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- autogen.sh  1 Oct 2005 16:29:44 -0000       1.1
+++ autogen.sh  16 Oct 2005 00:05:57 -0000      1.2
@@ -8,8 +8,21 @@
 echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \
 && 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 libtoolize..."; (libtoolize --copy --automake || glibtoolize 
--automake) \
+&& echo "Running automake..."; automake --add-missing --copy --gnu \
+&& echo "Generating gettext etk.pot template"; \
+xgettext \
+-n \
+-C \
+-d etk \
+-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 etk.pot \
+`find . -name "*.[ch]" -print`
 
 if [ -z "$NOCONFIGURE" ]; then
        ./configure "$@"
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        7 Oct 2005 21:33:42 -0000       1.2
+++ configure.in        16 Oct 2005 00:05:57 -0000      1.3
@@ -179,6 +179,13 @@
   AC_MSG_ERROR(Edje is not at least "$VM". It is "$V".)
 fi
 
+#####################################################################
+## Gettext
+ALL_LINGUAS="fr"
+AC_SUBST(ALL_LINGUAS)
+
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION(0.14.1)
 
 #####################################################################
 ## Fill in flags
@@ -216,6 +223,7 @@
 data/images/Makefile
 data/stock_icons/Makefile
 data/stock_icons/default/Makefile
+po/Makefile
 etk-config
 README
 ],[
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 1 Oct 2005 16:29:44 -0000       1.1
+++ Makefile.am 16 Oct 2005 00:05:57 -0000      1.2
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src data
+SUBDIRS = src data po
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                config.h.in config.sub configure install-sh \
@@ -11,8 +11,15 @@
 
 bin_SCRIPTS = etk-config
 
-EXTRA_DIST = AUTHORS COPYING gendoc \
-      Doxyfile \
-          README.in README
+EXTRA_DIST = config.rpath mkinstalldirs  \
+AUTHORS \
+COPYING \
+gendoc \
+Doxyfile \
+README.in \
+README \
+ABOUT-NLS
 
 pkgconfigdir = $(libdir)/pkgconfig
+
+ACLOCAL_AMFLAGS = -I m4




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to