view bootstrap @ 5169:d84f6d3ba3c7

* src/expat.mk: update to v2.2.9
author John Donoghue
date Mon, 30 Sep 2019 10:15:38 -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