changeset 3769:9c3450c10736

Bugfix for new gmp libtool script: also subst bash. Fixes gmp build.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 09 Sep 2007 12:26:04 +0200
parents 76a871b9eab3
children e78251eb68b4
files gub/specs/gmp.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/gmp.py	Sat Sep 08 15:43:22 2007 +0200
+++ b/gub/specs/gmp.py	Sun Sep 09 12:26:04 2007 +0200
@@ -33,7 +33,8 @@
         # automake's Makefile.in's too old for new libtool,
         # but autoupdating breaks even more.  This nice
         # hack seems to work.
-        self.file_sub ([('#! /bin/sh', '#! /bin/sh\ntagname=CXX')],
+        self.file_sub ([('#! /bin/sh', '#! /bin/sh\ntagname=CXX'),
+                        ('#! /bin/bash', '#! /bin/bash\ntagname=CXX')],
                '%(builddir)s/libtool')
         
 class Gmp__darwin (Gmp):