view bootstrap @ 6081:af7f56fcf348

* src/jpeg.mk: update to v9e
author John Donoghue <john.donoghue@ieee.org>
date Sun, 06 Feb 2022 10:06:07 -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