[Commits] [SCM] claws branch, master, updated. 3.11.0-1-g3e404a8
claws at claws-mail.org
claws at claws-mail.org
Mon Oct 20 21:26:40 CEST 2014
The branch, master has been updated
via 3e404a87c4ce26824d962513b83f73fba4923630 (commit)
from 06f8bb0a3e2ab90ad876bb1e8d96cadea138b625 (commit)
Summary of changes:
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 3e404a87c4ce26824d962513b83f73fba4923630
Author: Paul <paul at claws-mail.org>
Date: Mon Oct 20 20:26:22 2014 +0100
fix `make dist`
diff --git a/configure.ac b/configure.ac
index 3ff3783..ed09b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -214,9 +214,9 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define text domain.])
AM_GNU_GETTEXT_VERSION([0.18])
AM_GNU_GETTEXT([external])
AM_NLS
-if test x"$enable_nls" = xyes; then
+AS_IF([test x"$enable_nls" != xno], [
IT_PROG_INTLTOOL
-fi
+])
AC_ARG_ENABLE(manual,
[ --disable-manual Do not build user manual],
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list