From 0d86bf4eb7d6061d33cc30043a20aee5daa00263 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 17 Apr 2005 09:55:44 +0000 Subject: [PATCH] * SConstruct: Require pkg-config. (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 | 1 + SConstruct | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 48e7c450a2..004418afa8 100644 --- 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. diff --git a/SConstruct b/SConstruct index e85691077b..d95a51b765 100644 --- a/SConstruct +++ b/SConstruct @@ -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', -- 2.39.5