Update of /cvsroot/libexif/libmnote
In directory sc8-pr-cvs1:/tmp/cvs-serv15620
Modified Files:
autogen.sh
Log Message:
added overdue note about gettextize and pressing Return
Index: autogen.sh
===================================================================
RCS file: /cvsroot/libexif/libmnote/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autogen.sh 30 Nov 2002 08:48:41 -0000 1.2
+++ autogen.sh 3 Feb 2003 16:20:48 -0000 1.3
@@ -120,6 +120,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
|