summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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