Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        Makefile.am autogen.sh configure.in 


Log Message:
IMC updates
* Add cleanups which were conflicting
* Update imc binaries
* Update command line tool for new fields

===================================================================
RCS file: /cvs/e/e17/apps/e/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- Makefile.am 31 Oct 2006 23:28:26 -0000      1.31
+++ Makefile.am 27 Jan 2007 05:52:16 -0000      1.32
@@ -8,7 +8,7 @@
 
 bin_SCRIPTS = enlightenment-config
 
-EXTRA_DIST = config.rpath  README AUTHORS COPYING COPYING-PLAIN \
+EXTRA_DIST = mkinstalldirs  config.rpath  config.rpath mkinstalldirs  
mkinstalldirs  config.rpath mkinstalldirs  config.rpath  config.rpath 
mkinstalldirs  config.rpath  README AUTHORS COPYING COPYING-PLAIN \
              enlightenment.spec.in enlightenment.spec \
             debian/changelog \
             debian/changelog.in \
===================================================================
RCS file: /cvs/e/e17/apps/e/autogen.sh,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- autogen.sh  3 Nov 2006 19:01:57 -0000       1.22
+++ autogen.sh  27 Jan 2007 05:52:17 -0000      1.23
@@ -6,11 +6,15 @@
 touch README
 touch ABOUT-NLS
 
-echo "Running autopoint..." ; autopoint -f || exit 1
+#echo "Running autopoint..." ; autopoint -f || exit 1
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || 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 gettextize..." ; gettextize -f --no-changelog
+# hack - gettextize is interactive and demands input from a user. "screw it".
+#sleep 20
+#kill %1
 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then
===================================================================
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -3 -r1.149 -r1.150
--- configure.in        20 Jan 2007 18:23:03 -0000      1.149
+++ configure.in        27 Jan 2007 05:52:17 -0000      1.150
@@ -146,7 +146,7 @@
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.12.1])
+AM_GNU_GETTEXT_VERSION([0.14.6])
 if test "x$LIBINTL" = "x"; then
   LIBINTL="$INTLLIBS"
 fi



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to