Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : forecasts

Dir     : e_modules/forecasts


Modified Files:
        Makefile.am autogen.sh 


Log Message:
Fix gettext

===================================================================
RCS file: /cvs/e/e_modules/forecasts/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Nov 2007 19:52:59 -0000       1.3
+++ Makefile.am 7 Nov 2007 20:18:58 -0000       1.4
@@ -30,7 +30,8 @@
 pkg_LTLIBRARIES        = module.la
 module_la_SOURCES      = e_mod_main.c \
                         e_mod_main.h \
-                        e_mod_config.c
+                        e_mod_config.c \ 
+                        e_mod_config.h
                        
 module_la_LIBADD       = @e_libs@
 module_la_LDFLAGS      = -module -avoid-version
===================================================================
RCS file: /cvs/e/e_modules/forecasts/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- autogen.sh  31 Mar 2007 09:06:30 -0000      1.2
+++ autogen.sh  7 Nov 2007 20:18:58 -0000       1.3
@@ -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



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