view bootstrap @ 6836:2395cc63b8df

Add zstd * dist-files.mk, index.html: add ref to zstd * src/zstd.mk: new file
author John Donoghue <john.donoghue@ieee.org>
date Thu, 17 Aug 2023 16:44:07 -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