Enlightenment CVS committal

Author  : andreas99
Project : e16
Module  : tools

Dir     : e16/tools/e16menuedit2


Modified Files:
        ChangeLog Makefile.am configure.in 


Log Message:
new try

===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ChangeLog   25 Jul 2004 17:21:50 -0000      1.1
+++ ChangeLog   3 Aug 2004 15:54:13 -0000       1.2
@@ -0,0 +1,6 @@
+2004-08-03  gettextize  <[EMAIL PROTECTED]>
+
+       * Makefile.am (SUBDIRS): Remove intl.
+       (ACLOCAL_AMFLAGS): New variable.
+       * configure.in (AC_OUTPUT): Add m4/Makefile.
+
===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 2 Aug 2004 23:31:44 -0000       1.5
+++ Makefile.am 3 Aug 2004 15:54:13 -0000       1.6
@@ -3,7 +3,7 @@
 ## If you don't want it to overwrite it,
 ##     Please disable it in the Anjuta project configuration
 
-SUBDIRS = intl po src pixmaps
+SUBDIRS = po src pixmaps
 
 e16menuedit2docdir = ${prefix}/doc/e16menuedit2
 e16menuedit2doc_DATA = \
@@ -26,3 +26,5 @@
                fi \
        done
 
+
+ACLOCAL_AMFLAGS = -I m4
===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in        2 Aug 2004 23:28:19 -0000       1.9
+++ configure.in        3 Aug 2004 15:54:13 -0000       1.10
@@ -27,7 +27,7 @@
 dnl Checks for Additional stuffs.
 
 dnl Checks for gettext
-AC_PROG_INTLTOOL([0.23])
+#AC_PROG_INTLTOOL([0.23])
 
 GETTEXT_PACKAGE=e16menuedit2
 AC_SUBST(GETTEXT_PACKAGE)
@@ -36,9 +36,10 @@
 
 dnl Languages which your application supports
 ALL_LINGUAS="de en"
-AM_GNU_GETTEXT
+AM_GLIB_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION(0.10.40)
 #AM_GNU_GETTEXT_VERSION(0.12.1)
+AC_PROG_INTLTOOL
 
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test "x${prefix}" = "xNONE"; then
@@ -104,7 +105,7 @@
 AC_DEFINE_UNQUOTED(PACKAGE_MENU_DIR, "${packageprefix}/${packagemenudir}","")
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}","")
 
-AC_OUTPUT([
+AC_OUTPUT([ 
 Makefile
 intl/Makefile
 po/Makefile.in




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to