Update of /cvsroot/libexif/gexif
In directory sc8-pr-cvs1:/tmp/cvs-serv14771
Modified Files:
autogen.sh
Log Message:
added overdue note about gettextize and pressing Return
Index: autogen.sh
===================================================================
RCS file: /cvsroot/libexif/gexif/autogen.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- autogen.sh 30 Nov 2002 08:47:45 -0000 1.9
+++ autogen.sh 3 Feb 2003 16:19:50 -0000 1.10
@@ -128,6 +128,10 @@
echo "Running gettextize $gettext_opt"
gettextize $gettext_opt || fail
+ echo "########################################################################"
+ echo "# If gettextize asks you to acknowledge some stuff and press Return, #"
+ echo "# just do that. autogen.sh already does what gettextize wants done. #"
+ echo "########################################################################"
if test -f po/Makevars.template
then
cp po/Makevars.template po/Makevars
|