]> git.donarmstrong.com Git - lilypond.git/commitdiff
(configure): Do not check for /bin/sh.
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 27 Oct 2006 19:47:41 +0000 (19:47 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 27 Oct 2006 19:47:41 +0000 (19:47 +0000)
ChangeLog
SConstruct

index db3b7a50058290d2384f9a6d622b1c244a68cec8..493d58e56c7010d71311fb01ee3b8390aec500b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * SConstruct (configure): Do not check for /bin/sh.
+
 2006-10-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * 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  <mabe@drongo.s3.kth.se>
 
index bba2cc2e60693c54b3afe9cf6428f4ff81c5eff9..40949dc51106b23e698931ebb09d0a95a78af76b 100644 (file)
@@ -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.