summaryrefslogtreecommitdiff
path: root/intltoolize.in
diff options
context:
space:
mode:
Diffstat (limited to 'intltoolize.in')
-rw-r--r--intltoolize.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/intltoolize.in b/intltoolize.in
index f919131..634899a 100644
--- a/intltoolize.in
+++ b/intltoolize.in
@@ -192,7 +192,8 @@ fi
if test -z "$automake"; then
if egrep '^(AC|IT)_PROG_INTLTOOL' $configure >/dev/null 2>&1; then :
else
- echo "Remember to add 'IT_PROG_INTLTOOL' to $configure."
+ echo "ERROR: 'IT_PROG_INTLTOOL' must appear in $configure for intltool to work."
+ exit 1
fi
if grep 'generated automatically by aclocal' aclocal.m4 >/dev/null 2>&1; then