Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e


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


Log Message:


not used anymore - remove

===================================================================
RCS file: /cvs/e/e17/apps/e/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- Makefile.am 31 Oct 2006 20:02:04 -0000      1.30
+++ Makefile.am 31 Oct 2006 23:28:26 -0000      1.31
@@ -1,4 +1,4 @@
-SUBDIRS = src data doc po intl
+SUBDIRS = src data doc po
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                        config.h.in config.sub configure install-sh \
@@ -8,7 +8,7 @@
 
 bin_SCRIPTS = enlightenment-config
 
-EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \
+EXTRA_DIST = config.rpath  README AUTHORS COPYING COPYING-PLAIN \
              enlightenment.spec.in enlightenment.spec \
             debian/changelog \
             debian/changelog.in \
@@ -21,3 +21,5 @@
 
 filesdir = $(datadir)/enlightenment/
 files_DATA = AUTHORS COPYING 
+
+ACLOCAL_AMFLAGS = -I m4
===================================================================
RCS file: /cvs/e/e17/apps/e/autogen.sh,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- autogen.sh  31 Oct 2006 20:51:32 -0000      1.17
+++ autogen.sh  31 Oct 2006 23:28:26 -0000      1.18
@@ -10,6 +10,10 @@
 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.137
retrieving revision 1.138
diff -u -3 -r1.137 -r1.138
--- configure.in        31 Oct 2006 20:51:32 -0000      1.137
+++ configure.in        31 Oct 2006 23:28:26 -0000      1.138
@@ -138,8 +138,6 @@
     cf_cflags="-I /System/Library/Frameworks/CoreFoundation.framework/Headers"
     cf_cflags="${cf_cflags} -I 
/System/Library/Frameworks/IOKit.framework/Headers"
     cf_libs="-framework 'CoreFoundation' -framework 'IOKit'"
-  ],[
-    AC_MSG_WARN([Cannot find CoreFoundation headers and libraries.])
   ]
 )
 CPPFLAGS="${PCPPFLAGS}"
@@ -150,8 +148,8 @@
 ALL_LINGUAS="bg de eo es fi fr ja pt ru zh_CN hu sl it cs da sk sv nb nl zh_TW"
 AC_SUBST(ALL_LINGUAS)
 
-AM_GNU_GETTEXT
-AM_GNU_GETTEXT_VERSION(0.12.1)
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.14.6])
 if test "x$LIBINTL" = "x"; then
   LIBINTL="$INTLLIBS"
 fi
@@ -298,7 +296,6 @@
 data/icons/Makefile
 doc/Makefile
 po/Makefile.in
-intl/Makefile
 enlightenment-config
 debian/changelog
 ],[



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to