view bootstrap @ 5030:eec61a755122

cmake: update to v3.14.0 * src/build-cmake.mk, src/cmake.mk: update version, checksum
author John Donoghue
date Tue, 19 Mar 2019 10:34:37 -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