view bootstrap @ 5502:beb3380b1665

* src/msys2-python.mk: remove 64bit dist tools
author John Donoghue <john.donoghue@ieee.org>
date Thu, 30 Jul 2020 10:11:45 -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