view bootstrap @ 6118:f99b0289af77

* src/build-cmake.mk, src/cmake.mk: update to v3.22.3
author John Donoghue <john.donoghue@ieee.org>
date Mon, 07 Mar 2022 11:57:28 -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