view bootstrap @ 6312:950041ceb783

* src/libproxy.mk: update to v0.4.18
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 Jul 2022 16:22:22 -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