diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-02-16 15:54:18 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-02-16 15:54:18 +0000 |
commit | 2760609645519e32b2e3b10ed1b3c078b05db6cd (patch) | |
tree | a88cab6dad579a0276e8fd0a7e2d92dfabc8e84b | |
parent | 7748754254ba0a21c35f05a655108fd972d4e264 (diff) | |
download | mpfr-2760609645519e32b2e3b10ed1b3c078b05db6cd.tar.gz |
mpfr.morph: run autoreconf
-rw-r--r-- | mpfr.morph | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr.morph b/mpfr.morph index 420557d52..9e8284058 100644 --- a/mpfr.morph +++ b/mpfr.morph @@ -3,6 +3,7 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ + "autoreconf -ivf", "./configure --prefix=/usr --enable-thread-safe" ] } |