view bootstrap @ 7104:49aef0daf62e

* src/proj.mk: update to v9.4.0
author John Donoghue <john.donoghue@ieee.org>
date Mon, 11 Mar 2024 10:22:38 -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