view bootstrap @ 6046:4d276a65f673

* src/libunistring.mk: update to v1.0
author John Donoghue <john.donoghue@ieee.org>
date Sun, 09 Jan 2022 07:51:58 -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