view bootstrap @ 5179:77f706a1e046

cmake: update to v3.15.4 * src/build-cmake.mk, src/cmake.mk: update version, checksum
author John Donoghue
date Thu, 10 Oct 2019 15:26:57 -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