view bootstrap @ 5843:674115b07109

msys2: add ca-certificates, msys2-which * src/msys2-ca-certificates.mk, src/msys2-which.mk, src/src-msys2-which.mk, src/src-msys2-ca-certificates.mk : new files * index.html, dist-files.mk: add ref to new files
author John Donoghue <john.donoghue@ieee.org>
date Thu, 12 Aug 2021 14:44:25 -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