diff options
author | Julien Rioux <julien.rioux@gmail.com> | 2013-09-21 12:47:52 +0200 |
---|---|---|
committer | Julien Rioux <julien.rioux@gmail.com> | 2013-10-07 21:38:55 +0200 |
commit | 49252ba6db660cc960f6646cc8fdda0f53ab98c3 (patch) | |
tree | b314cb734b88f9af35cb08926f3ae73eb1fe1ee3 /configure.ac | |
parent | 2122a9643a5374edee7a02730b4945d298443afa (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |