view bootstrap @ 5512:96dfe2730a27

curl update to 7.72.0, cmake 3.18.2 * src/curl.mk: update version/checksum * src/build-cmake.mk, src/cmake.mk: update version ,checksum
author John Donoghue <john.donoghue@ieee.org>
date Thu, 20 Aug 2020 18:34:29 -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