Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mem

Dir     : e_modules/mem


Modified Files:
        autogen.sh configure.in 


Log Message:
fix gettext

===================================================================
RCS file: /cvs/e/e_modules/mem/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- autogen.sh  30 Mar 2007 20:30:34 -0000      1.3
+++ autogen.sh  7 Nov 2007 21:19:45 -0000       1.4
@@ -6,7 +6,7 @@
 touch README
 
 echo "Running autopoint..." ; autopoint -f || :
-echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || 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 libtoolize..." ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1
===================================================================
RCS file: /cvs/e/e_modules/mem/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.in        25 Apr 2007 09:22:07 -0000      1.16
+++ configure.in        7 Nov 2007 21:19:45 -0000       1.17
@@ -17,9 +17,6 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS="eo fi it sv ja ru"
-AC_SUBST(ALL_LINGUAS)
-
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION(0.14)
 
@@ -155,7 +152,7 @@
 AC_OUTPUT([
 Makefile
 e_modules-mem.spec
-po/Makefile
+po/Makefile.in
 ],[
 ])
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to