view bootstrap @ 6474:7122e7b6f893

* src/libidn2.mk: update to v2.3.4
author John Donoghue <john.donoghue@ieee.org>
date Fri, 28 Oct 2022 15:10:28 -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