view bootstrap @ 5132:0c1f94bce4e7

* src/gnutls.mk: update to v3.6.9
author John Donoghue
date Tue, 30 Jul 2019 08:06:51 -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