view bootstrap @ 5388:825e58dfe61f

* src/build-cmake.mk, src/cmake.mk: update to v3.17.2
author John Donoghue <john.donoghue@ieee.org>
date Fri, 01 May 2020 13:17:10 -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