From 9c1dc0035c89495778beb484e50e99f102ca7075 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 15 Feb 2012 11:55:44 +0000 Subject: gmp.morph: use autoreconf instead of .bootstrap This should be equivalent apart from .bootstrap making a texi file --- gmp.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmp.morph b/gmp.morph index d3504d3e8..3c5d7bc98 100644 --- a/gmp.morph +++ b/gmp.morph @@ -2,7 +2,7 @@ "name": "gmp", "kind": "chunk", "configure-commands": [ - "bash .bootstrap", + "autoreconf -fi", "./configure --prefix=/usr --enable-cxx --enable-mpbsd" ], "build-commands": [ -- cgit v1.2.1