view bootstrap @ 5326:9688888f0c5c

* src/gcc-mpfr.mk, src/mpfr.mk: update to v4.0.2
author John Donoghue
date Thu, 27 Feb 2020 10:38:58 -0500
parents 8e9dce45d941
children
line wrap: on
line source

#!/bin/bash
## bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
aclocal
autoconf    # generate configure script