view bootstrap @ 5822:d5ece22fd694

MPFR: Update to version 4.1.0 (bug #61008). * src/mpfr.mk, src/gcc-mpfr.mk: Update version and checksum. Use HTTPS. * src/msys2-mpfr.mk, src/src-msys2-mpfr.mk: Update version and checksum.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 04 Aug 2021 13:26:47 +0900
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