From d9bc24cb0b51b2d863e8d816c203137b88daec5c Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 27 Oct 2006 19:47:41 +0000 Subject: [PATCH] (configure): Do not check for /bin/sh. --- ChangeLog | 7 ++++++- SConstruct | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index db3b7a5005..493d58e56c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-27 Jan Nieuwenhuizen + + * SConstruct (configure): Do not check for /bin/sh. + 2006-10-27 Han-Wen Nienhuys * mf/GNUmakefile: explicit dependencies for .otftable files. @@ -8,7 +12,8 @@ * po/de.po: new po courtesy translation team. - * scripts/lilypond-book.py (get_option_parser): add newline to doc string. + * scripts/lilypond-book.py (get_option_parser): add newline to doc + string. 2006-10-27 Mats Bengtsson diff --git a/SConstruct b/SConstruct index bba2cc2e60..40949dc511 100644 --- a/SConstruct +++ b/SConstruct @@ -430,7 +430,8 @@ def configure (target, source, env): test_program (required, 'potrace', '0.0', 'Potrace', 'potrace') test_program (required, 'python', '2.1', 'Python (www.python.org)', 'python') - test_program (required, 'sh', '0.0', 'Bourne shell', 'sh') + # Silly, and breaks with /bin/sh == dash + #test_program (required, 'sh', '0.0', 'Bourne shell', 'sh') optional = [] # Do not use bison 1.50 and 1.75. -- 2.39.5