Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : photo

Dir     : e_modules/photo


Modified Files:
        autogen.sh 


Log Message:
No need to create the .pot file all the time

===================================================================
RCS file: /cvs/e/e_modules/photo/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- autogen.sh  8 Nov 2007 04:56:53 -0000       1.4
+++ autogen.sh  12 Nov 2007 03:51:30 -0000      1.5
@@ -1,13 +1,7 @@
 #!/bin/sh
 
-rm -Rf  aclocal.m4 autom4te.cache/ ltmain.sh config.log config.status 
config.cache configure configure.scan libtool Makefile \
-       data/Makefile.in data/Makefile \
-       data/images/Makefile.in data/images/Makefile \
-       data/themes/Makefile.in data/themes/Makefile \
-       data/themes/minimal/Makefile.in data/themes/minimal/Makefile \
-       src/Makefile src/Makefile.in \
-       src/module/Makefile src/module/Makefile.in \
-       po/Makefile
+rm -rf autom4te.cache
+rm -f aclocal.m4 ltmain.sh
 
 echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
@@ -15,17 +9,6 @@
 echo "Running autoconf..." ; autoconf || exit 1
 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1
 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
-echo "Generating gettext photo.pot template"; \
-xgettext \
---output photo.pot \
---output-dir=po \
---language=C \
---add-location \
---keyword=D_ \
---sort-by-file \
---copyright-holder="TODO" \
---foreign-user \
-`find . -name "*.[ch]" -print` || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then
        ./configure "$@"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to