view bootstrap @ 6000:d5489b19bc4f

* src/build-cmake.mk, src/cmake.mk: update to v3.22.0
author John Donoghue <john.donoghue@ieee.org>
date Sat, 04 Dec 2021 15:32:37 -0500
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