view bootstrap @ 5357:68e44331705c

cmake: update to v3.17.0 * src/build-cmake.mk, src/cmake.mk: update version/checksum
author John Donoghue <john.donoghue@ieee.org>
date Sat, 04 Apr 2020 14:35:50 -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