From: Julien Rioux Date: Sat, 21 Sep 2013 10:47:52 +0000 (+0200) Subject: Build: perl-less build isn't supported (issue 3578). X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=49252ba6db660cc960f6646cc8fdda0f53ab98c3;p=lilypond.git Build: perl-less build isn't supported (issue 3578). Although labelled as optional, perl is required to build the .pfb font files, which are not included in the tarball. With this commit, perl becomes a required dependency. --- diff --git a/configure.ac b/configure.ac index 984ecbce1d..3922dd1527 100644 --- a/configure.ac +++ b/configure.ac @@ -214,8 +214,8 @@ STEPMAKE_WINDOWS # guile executable for some scripts STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0) -# perl for help2man. -STEPMAKE_PERL(OPTIONAL) +# perl for help2man and for mf2pt1.pl +STEPMAKE_PERL(REQUIRED) ## Optional tools for building documentation, website, extra fonts. if test "$DOCUMENTATION" = "yes"; then