view bootstrap @ 6966:0f286bf8893d

* src/gcc-mpfr.mk, src/mpfr.mk: update to v4.2.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 13 Nov 2023 17:56:16 -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