Enlightenment CVS committal

Author  : technikolor
Project : e17
Module  : apps/etcher

Dir     : e17/apps/etcher


Modified Files:
        Makefile.am configure.in 


Log Message:
Build fix.  Etcher should now build with no modification.  If it built for you without
mod previous to this fix, I'd love to find out why.....




===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/etcher/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 15 Jan 2003 16:57:30 -0000      1.4
+++ Makefile.am 9 Mar 2003 02:49:13 -0000       1.5
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = m4  po src
+SUBDIRS = src
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                        config.h.in config.sub configure install-sh \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/etcher/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        15 Jan 2003 16:57:30 -0000      1.8
+++ configure.in        9 Mar 2003 02:49:13 -0000       1.9
@@ -14,9 +14,6 @@
 AM_PATH_GTK(1.2.0, ,
             AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
 
-dnl Add the languages which your application supports here.
-ALL_LINGUAS="de"
-AM_GNU_GETTEXT
 
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test "x${prefix}" = "xNONE"; then
@@ -69,11 +66,9 @@
 AC_SUBST(imlib2_cflags)
 AC_SUBST(imlib2_libs)
 
-AC_OUTPUT([ m4/Makefile 
+AC_OUTPUT([
 Makefile
 etcher.spec
 src/Makefile
-intl/Makefile
-po/Makefile.in
 ])
 




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to