view bootstrap @ 5165:70ef216fc4c3

cmake: update to v3.15.3 * src/build-cmake.mk, src/cmake.mk: update vesion, checksum
author John Donoghue
date Tue, 17 Sep 2019 11:49:58 -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