From f7e6d77c9a9b16d5ea46af18bd24c996e9ab05f0 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 6 Nov 2016 10:48:45 +0200 Subject: [PATCH] disable perl for now to unbreak make dist --- Makefile.am | 4 ++-- configure.ac | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index c70a340e..9b0cf8b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ else perl= endif -SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys $(perl) +SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys # $(perl) ACLOCAL_AMFLAGS=-I m4 @@ -69,7 +69,7 @@ line35: | grep -v config_options_group_find \ | grep -v SCM_DEFINE \ | grep -v tests \ - | awk '($$5 > 35)' + | awk '($$5 > 35)' # get all todo/fixme messages fixme: diff --git a/configure.ac b/configure.ac index 366c8b81..a0a81edf 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ AC_ARG_ENABLE([perl], AS_HELP_STRING([--enable-perl],[Enable building the Perl interface])) AC_ARG_VAR([PERL], [the Perl interpreter command]) AC_CHECK_PROGS([PERL], [perl], [no]) -AS_IF([test x"$enable_perl" != "xno" -a x"$PERL" != "xno"], [ +AS_IF([test x"$enable_perl" = "xyes" -a x"$PERL" != "xno"], [ AM_PERL_MODULE([Data::SExpression],[build_perl=yes]) if test x"$build_perl" = "xyes"; then perl_version=`$PERL -Iperl/lib -Mmup -e 'print "$mup::VERSION\n";'` @@ -320,9 +320,9 @@ if test "x$build_mu4e" = "xyes"; then echo "Emacs version : $emacs_version" fi -AM_COND_IF([BUILD_PERL],[ -echo "Perl interface version : $perl_version" -]) +#AM_COND_IF([BUILD_PERL],[ +#echo "Perl interface version : $perl_version" +#]) echo echo "Have wordexp : $ac_cv_header_wordexp_h"