view bootstrap @ 5164:73b6ce755e60

* src/expat.mk: update to v2.2.8
author John Donoghue
date Mon, 16 Sep 2019 12:08:57 -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