view bootstrap @ 6033:366839a6e6ef release

mingw-w64: Remove patch. * src/mingw-w64-1-float-h.patch: Remove patch that has been applied upstream (at an offset). * dist-files.mk: Remove deleted file from dist.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 05 Jan 2022 12:36:45 +0100
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