[Commits] [SCM] claws branch, master, updated. 3.10.1-50-g8ac91cd
claws at claws-mail.org
claws at claws-mail.org
Fri Jun 13 11:21:01 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 8ac91cd9662e70115f9631604269a16d18374005 (commit)
from 384094e227d83f57c181b14b7a3d5349615fb691 (commit)
- Log -----------------------------------------------------------------
commit 8ac91cd9662e70115f9631604269a16d18374005
Author: Paul <paul at claws-mail.org>
Date: Fri Jun 13 10:20:41 2014 +0100
add a check and warning for missing intltool; add --automake to intltoolize call
diff --git a/autogen.sh b/autogen.sh
index 94d58e3..cf8cc70 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -74,11 +74,16 @@ else
fi
fi
+intltoolver=`intltoolize --version`
+if [ "$intltoolver" = "" ]; then
+ echo intltool is needed to compile Claws Mail git
+ exit 1
+fi
aclocal -I m4 \
&& libtoolize --force --copy \
&& autoheader \
&& automake --add-missing --foreign --copy \
&& autoconf \
- && intltoolize -f \
+ && intltoolize -f --automake \
&& ./configure --enable-maintainer-mode $@
-----------------------------------------------------------------------
Summary of changes:
autogen.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list