Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        .cvsignore autogen.sh configure.in 
Removed Files:
        ABOUT-NLS 


Log Message:
Trying to sort out the gettext stuff.
Had to disable pl and ko due to problems in make dist.

===================================================================
RCS file: /cvs/e/e17/apps/e/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- .cvsignore  4 Dec 2005 17:16:18 -0000       1.9
+++ .cvsignore  31 Oct 2006 20:51:32 -0000      1.10
@@ -1,9 +1,11 @@
+ABOUT-NLS
 Makefile
 Makefile.in
 aclocal.m4
 autom4te.cache
 config.h
 config.log
+config.rpath
 config.status
 configure
 depcomp
@@ -20,4 +22,4 @@
 ltmain.sh
 config.guess
 config.sub
-enlightenment.spec
\ No newline at end of file
+enlightenment.spec
===================================================================
RCS file: /cvs/e/e17/apps/e/autogen.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- autogen.sh  31 May 2006 22:51:24 -0000      1.16
+++ autogen.sh  31 Oct 2006 20:51:32 -0000      1.17
@@ -5,24 +5,12 @@
 
 touch README
 
+echo "Running autopoint..." ; autopoint -f || exit 1
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
-echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
+echo "Running autoheader..." ; autoheader || exit 1
 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1
 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
-echo "Generating gettext enlightenment.pot template"; \
-xgettext \
--n \
--C \
--d enlightenment \
--p po \
---copyright-holder="Enlightenment development team" \
---foreign-user \
---msgid-bugs-address="enlightenment-devel@lists.sourceforge.net" \
--k -k_ -kd_ -kN_ \
---from-code=UTF-8 \
--o enlightenment.pot \
-`find . -name "*.[ch]" -print` || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then
        ./configure "$@"
===================================================================
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -3 -r1.136 -r1.137
--- configure.in        22 Oct 2006 10:03:58 -0000      1.136
+++ configure.in        31 Oct 2006 20:51:32 -0000      1.137
@@ -146,10 +146,11 @@
 AC_SUBST(cf_cflags)
 AC_SUBST(cf_libs)
 
-ALL_LINGUAS="bg de eo es fi fr ja pl pt ru zh_CN hu sl it cs da sk sv nb nl 
zh_TW ko"
+#ALL_LINGUAS="bg de eo es fi fr ja pl pt ru zh_CN hu sl it cs da sk sv nb nl 
zh_TW ko"
+ALL_LINGUAS="bg de eo es fi fr ja pt ru zh_CN hu sl it cs da sk sv nb nl zh_TW"
 AC_SUBST(ALL_LINGUAS)
 
-AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION(0.12.1)
 if test "x$LIBINTL" = "x"; then
   LIBINTL="$INTLLIBS"
@@ -296,7 +297,7 @@
 data/etc/Makefile
 data/icons/Makefile
 doc/Makefile
-po/Makefile
+po/Makefile.in
 intl/Makefile
 enlightenment-config
 debian/changelog



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to