view bootstrap @ 6167:384668807160 release

FFTW: Enable support for more SIMD instruction sets (bug #62317). * src/fftw.mk: Compile with support for more CPU instruction extensions.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 16 Apr 2022 18:02:55 +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