view bootstrap @ 6356:6f3c099c0d38

mingw-w64: Use approximations for casinh if real part is small (bug #62332). * src/mingw-w64-complex-inverse-trig.patch: Use approximations for casinh if real part of input is small and the absolute imaginary part is smaller than 1.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 07 Aug 2022 20:09:23 +0200
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