]> git.donarmstrong.com Git - lilypond.git/commitdiff
* SConstruct: Require pkg-config.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 17 Apr 2005 09:55:44 +0000 (09:55 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 17 Apr 2005 09:55:44 +0000 (09:55 +0000)
(test_program): Bugfix for double digit version compares, use
integer (not string-) compare.
Optionall require gs 8.14.

* SConstruct (test_lib): New function.  Update pkg-config and some
other requirements.

ChangeLog
SConstruct

index 48e7c450a2a6cbae47fbaa668ec906d02ec8188b..004418afa8533fa52c2f33231f4030dc48822459 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * SConstruct: Require pkg-config.
        (test_program): Bugfix for double digit version compares, use
        integer (not string-) compare.
+       Optionall require gs 8.14.
 
        * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
 
index e85691077ba9d0c299595a9a8016b6253910a7bd..d95a51b765d51be2d15cb1a44c37adfe4968d001 100644 (file)
@@ -306,6 +306,7 @@ def configure (target, source, env):
        optional = []
        test_program (optional, 'makeinfo', '4.7', 'Makeinfo tool', 'texinfo')
        test_program (optional, 'guile', '1.6', 'GUILE scheme', 'guile')
+       test_program (optional, 'gs', '8.14', 'Ghostscript PostScript interpreter', 'gs or gs-afpl or gs-esp or gs-gpl')
        test_program (optional, 'mftrace', '1.1.0', 'Metafont tracing Type1',
                        'mftrace')
        test_program (optional, 'perl', '4.0',