summaryrefslogtreecommitdiff
path: root/intltoolize.in
diff options
context:
space:
mode:
authordobey <>2006-05-16 18:28:07 +0000
committerdobey <>2006-05-16 18:28:07 +0000
commit025abb6a4a21aca15a4914b139f9ddaf19cf6d1f (patch)
tree53537827850bb5537a581c4a08b714cfc5a101d3 /intltoolize.in
parentf9dfa1332b31d432d4f8ea12ec6e99780a8ca5fc (diff)
downloadintltool-025abb6a4a21aca15a4914b139f9ddaf19cf6d1f.tar.gz
2006-05-16 Rodney Dawes <dobey@novell.com>
* intltoolize.in: Change the warning message for a missing call to IT_PROG_INTLTOOL in configure.{in,ac} to a more appropriate error, and exit with a return value of 1 if it is not present Fixes #341985
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