view bootstrap @ 6541:88394d81a647

* src/mpfr.mk: fix update rule
author John Donoghue <john.donoghue@ieee.org>
date Tue, 22 Nov 2022 07:34:56 -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