view bootstrap @ 5356:8b617962abfc

* src/gnutls.mk: update to v3.6.13
author John Donoghue <john.donoghue@ieee.org>
date Fri, 03 Apr 2020 18:00:18 -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