view bootstrap @ 6542:66dc175767da

* src/libpng.mk: update to v1.36.9
author John Donoghue <john.donoghue@ieee.org>
date Tue, 22 Nov 2022 07:34:57 -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