summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Build: Bison is a required dependency again (issue 3577).Julien Rioux2013-10-071-1/+1
* 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. Julien Rioux2013-10-071-2/+2
* Detect missing fonts in ./configure....Make sure that ./configure fails on missing fonts, either because fc-list is missing or it cannot find them. Also use :lang=ru to rule out fonts that miss the Cyrillic characters. Fixes issue 3526: ./configure should fail on missing fonts. http://code.google.com/p/lilypond/issues/detail?id=3526 Julien Rioux2013-09-111-31/+38
* Require 2.4 <= x < 3.0 where x=Python version....Python 3 isn't supported yet. See issue 3462. Julien Rioux2013-07-241-2/+2
* Require 1.8.2 <= x < 1.9.0 where x=Guile version....Guile 2 isn't supported yet. Guile 1.9.0 is the start of the development branch that lead to Guile 2. See issue 3461. Julien Rioux2013-07-241-2/+2
* configure: Check for mfplain.mp (issue 3233)...../configure is now checking if required metapost files are installed on the system. Metapost is a required dependency. Also, kpsewhich isn't optional anymore, since we rely on it to check for metapost required files. Julien Rioux2013-03-201-1/+1
* s/configure.in/configure.ac/...Future autoconf versions will no longer support `configure.in'. Werner Lemberg2013-01-291-0/+282