view bootstrap @ 5351:67b78655608b

* src/icu4c.mk: update v66.1
author John Donoghue <john.donoghue@ieee.org>
date Sat, 21 Mar 2020 14:07:27 -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