view bootstrap @ 6172:46d87e71bff7

* src/build-cmake.mk, src/cmake.mk: update to v3.23.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 18 Apr 2022 09:39:32 -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