[chronojump] Force intltoolize in autogen
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Force intltoolize in autogen
- Date: Tue, 14 Jan 2014 15:20:05 +0000 (UTC)
commit d7cabe43b02fa54f8192d379f5f3eff5f4100fd0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Jan 14 16:19:46 2014 +0100
Force intltoolize in autogen
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 7a1fc10..fde199d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,7 +20,7 @@ if test -z $INTLTOOLIZE; then
echo "*** No intltoolize found, please install it ***"
exit 1
else
- intltoolize || exit $?
+ intltoolize --force || exit $?
fi
cd "$olddir"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]