talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 3e404a87c4ce26824d962513b83f73fba4923630
parent 06f8bb0a3e2ab90ad876bb1e8d96cadea138b625
Author: Paul <paul@claws-mail.org>
Date:   Mon, 20 Oct 2014 20:26:22 +0100

fix `make dist`

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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],