view bootstrap @ 6253:4bb2a069234f

* src/nettle.mk: update to v3.8
author John Donoghue <john.donoghue@ieee.org>
date Fri, 03 Jun 2022 13:54:58 -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