view bootstrap @ 7094:70dbfc3a7c87

* src/libunistring.mk: update to v1.2
author John Donoghue <john.donoghue@ieee.org>
date Sun, 03 Mar 2024 14:40:01 -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