summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2003-02-03 16:20:34 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2003-02-03 16:20:34 +0000
commit7c888735ffce6452a94fe26e5c236e0790087200 (patch)
treed171317879d8f421a478f3fb02b5a31d63e22ee7 /autogen.sh
parent6c8827b5a8f1a4fbb07915c0a5e251e15e1f40b1 (diff)
downloadlibgphoto2-7c888735ffce6452a94fe26e5c236e0790087200.tar.gz
added overdue note about gettextize and pressing Return
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6174 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index ff0db2c8d..10de8b7ed 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -128,6 +128,10 @@ do
&& mv Makefile.am.new Makefile.am )
echo "Running gettextize $gettext_opt"
+ 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 "########################################################################"
gettextize $gettext_opt || fail
if test -f po/Makevars.template
then