Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : proto

Dir     : e17/proto/ephoto


Modified Files:
        autogen.sh configure.in 


Log Message:
- fix autofoo stuff for NLS (at least it works now for me)
- add german translation

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- autogen.sh  20 Feb 2006 19:41:30 -0000      1.1
+++ autogen.sh  15 Oct 2006 22:05:35 -0000      1.2
@@ -10,6 +10,16 @@
 echo "Running autoconf..." ; autoconf || 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 ephoto.pot template"; \
+xgettext \
+-n \
+-C \
+-d ephoto \
+-p po \
+--foreign-user \
+-o ephoto.pot \
+`find . -name "*.[ch]" -print` || exit 1
+
 
 if [ -z "$NOCONFIGURE" ]; then
        ./configure "$@"
===================================================================
RCS file: /cvs/e/e17/proto/ephoto/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in        6 Oct 2006 02:22:52 -0000       1.9
+++ configure.in        15 Oct 2006 22:05:35 -0000      1.10
@@ -21,13 +21,14 @@
 AM_GNU_GETTEXT_VERSION(0.14)
 
 dnl Add the languages which your application supports here.
-ALL_LINGUAS=""
+ALL_LINGUAS="sv de"
+AC_SUBST(ALL_LINGUAS)
 
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test "x${prefix}" = "xNONE"; then
-  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, 
"${ac_default_prefix}/${DATADIRNAME}/locale", [Locale-specific data directory])
+  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${ac_default_prefix}/share/locale", 
[Locale-specific data directory])
 else
-  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${prefix}/${DATADIRNAME}/locale", 
[Locale-specific data directory])
+  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${prefix}/share/locale", 
[Locale-specific data directory])
 fi
 
 dnl Set PACKAGE_DATA_DIR in config.h.



-------------------------------------------------------------------------
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