view bootstrap @ 4988:8fd7e6b01ee3

* src/pcre.mk: update to v8.43
author John Donoghue
date Thu, 28 Feb 2019 13:34:20 -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