view bootstrap @ 7121:8f0fda49179a

of-geometry: update to v4.1.0 * src/of-geometry.mk: update to v4.1.0 * src/of-geometry-1-cxx17.patch: deleted file * dist-files.mk: remove ref to deleted file
author John Donoghue <john.donoghue@ieee.org>
date Sun, 24 Mar 2024 17:27:41 -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