view bootstrap @ 5639:ae36e8c35157

Add linsodium * src/libsodium.mk: new file * dist-files.mk, index.html: add ref to libsodium
author John Donoghue <john.donoghue@ieee.org>
date Sun, 17 Jan 2021 08:00:21 -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