view bootstrap @ 6145:ee80081eeca3

* src/mingw-w64.mk: update to v10.0.0
author John Donoghue <john.donoghue@ieee.org>
date Mon, 04 Apr 2022 14:06:01 -0400
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