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