Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        Makefile.am README autogen.sh configure.ac configure.in 
Added Files:
        setup-gettext.sh 


Log Message:
More SPLIT merging.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 19 Oct 2001 09:13:18 -0000      1.10
+++ Makefile.am 15 Jan 2003 18:29:54 -0000      1.11
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = intl po src lib client tools doc
+SUBDIRS = po src lib client tools doc
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                        config.h.in config.sub configure install-sh \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- README      24 Sep 2001 21:21:24 -0000      1.6
+++ README      15 Jan 2003 18:29:54 -0000      1.7
@@ -1,3 +1,15 @@
+Additional notes
+
+todo
+  entry.c - check 'todo' entries (although nobody uses entries except for
+                                  me in med, do they?)
+  guides.c - imlib parts that aren't converted yet.
+  text.c
+  menu.c
+  menubuild.c - e_observer_init() call.
+  border.c - use e_evas_new_all in place of the inlined code.  cleanup.
+
+
 +-----------------------------------------------------------------------------+
 |                      Enlightenment 0.17.pre CVS Code....                    |
 +-----------------------------------------------------------------------------+
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- autogen.sh  21 Mar 2002 11:44:11 -0000      1.4
+++ autogen.sh  15 Jan 2003 18:29:54 -0000      1.5
@@ -111,7 +111,7 @@
          echo "Creating $dr/aclocal.m4 ..."
          test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
          echo "Running gettextize...  Ignore non-fatal messages."
-         echo "no" | gettextize --force --copy || abort "gettextize"
+         echo "no" | setup-gettext.sh
          echo "Making $dr/aclocal.m4 writable ..."
          test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
         fi
@@ -120,7 +120,7 @@
        echo "Creating $dr/aclocal.m4 ..."
        test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
        echo "Running gettextize...  Ignore non-fatal messages."
-       echo "no" | gettextize --force --copy || abort "gettextize"
+       echo "no" | setup-gettext.sh
        echo "Making $dr/aclocal.m4 writable ..."
        test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
       fi
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/configure.ac,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- configure.ac        21 Apr 2002 07:22:58 -0000      1.14
+++ configure.ac        15 Jan 2003 18:29:54 -0000      1.15
@@ -234,7 +234,6 @@
 src/Makefile
 lib/Makefile
 client/Makefile
-intl/Makefile
 po/Makefile.in
 tools/Makefile
 doc/Makefile
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- configure.in        21 Apr 2002 07:22:58 -0000      1.29
+++ configure.in        15 Jan 2003 18:29:54 -0000      1.30
@@ -233,7 +233,6 @@
 src/Makefile
 lib/Makefile
 client/Makefile
-intl/Makefile
 po/Makefile.in
 tools/Makefile
 doc/Makefile




-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to