Update of /cvsroot/libexif/exif
In directory sc8-pr-cvs1:/tmp/cvs-serv14670
Modified Files:
autogen.sh
Log Message:
added overdue note about gettextize and pressing Return
Index: autogen.sh
===================================================================
RCS file: /cvsroot/libexif/exif/autogen.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- autogen.sh 30 Nov 2002 08:47:37 -0000 1.11
+++ autogen.sh 3 Feb 2003 16:19:35 -0000 1.12
@@ -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
|