view bootstrap @ 7037:29bdbcae3344

* src/jasper.mk: update to v4.1.2
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Jan 2024 07:34:39 -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