Enlightenment CVS committal Author : devilhorns Project : e_modules Module : echo
Dir : e_modules/echo Modified Files: Makefile.am autogen.sh configure.in Log Message: gettext support. =================================================================== RCS file: /cvs/e/e_modules/echo/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 10 Jan 2008 16:08:48 -0000 1.2 +++ Makefile.am 10 Jan 2008 20:33:00 -0000 1.3 @@ -1,8 +1,9 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \ config.sub configure depcomp install-sh ltmain.sh \ - missing module.desktop + missing module.desktop config.rpath mkinstalldirs \ + ABOUT-NLS -SUBDIRS = src +SUBDIRS = src po EDJE_FLAGS = -v \ -id $(top_srcdir)/images \ =================================================================== RCS file: /cvs/e/e_modules/echo/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- autogen.sh 9 Jan 2008 23:07:57 -0000 1.1 +++ autogen.sh 10 Jan 2008 20:33:00 -0000 1.2 @@ -3,8 +3,7 @@ rm -rf autom4te.cache rm -f aclocal.m4 ltmain.sh -touch README - +echo "Running autopoint..." ; autopoint -f || : echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 =================================================================== RCS file: /cvs/e/e_modules/echo/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- configure.in 10 Jan 2008 16:42:55 -0000 1.2 +++ configure.in 10 Jan 2008 20:33:00 -0000 1.3 @@ -23,8 +23,8 @@ define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl AC_PROG_LIBTOOL -#AM_GNU_GETTEXT([external]) -#AM_GNU_GETTEXT_VERSION(0.14) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION(0.14) uname=`uname` AM_CONDITIONAL(BUILD_LINUX, test x$uname = xLinux) @@ -50,8 +50,7 @@ ) dnl Check for Alsa -AC_ARG_ENABLE(alsa, - AS_HELP_STRING([--enable-alsa], +AC_ARG_ENABLE(alsa, AS_HELP_STRING([--enable-alsa], [enable support for alsa(default=autodetect)]), [ enable_alsa=$enableval ], [ enable_alsa=default ]) @@ -83,6 +82,7 @@ AC_OUTPUT([ Makefile src/Makefile +po/Makefile.in module.desktop e_modules-echo.spec ], [ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs