diff options
| author | djcb <djcb@djcbsoftware.nl> | 2016-11-06 10:48:45 +0200 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2016-11-06 10:48:45 +0200 |
| commit | f7e6d77c9a9b16d5ea46af18bd24c996e9ab05f0 (patch) | |
| tree | 7ef881418b48767cff8fe9123c81bc0cd2d7139a | |
| parent | e295fd0c65a96b177bf313197a2033b33491d99c (diff) | |
disable perl for now to unbreak make dist0.9.17
| -rw-r--r-- | Makefile.am | 4 | ||||
| -rw-r--r-- | configure.ac | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index c70a340..9b0cf8b 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 366c8b8..a0a81ed 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" |
