view bootstrap @ 5529:f55351ed06fe

Update gnutls to v3.6.16 * src/gnutls.mk: update version/checksum * src/gnutls-1-fixes.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Mon, 07 Sep 2020 13:05:49 -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