view bootstrap @ 6408:e3d5c8a7bc4f

Add build-nasm * src/build-nasm.mk: new file * dist-files.mk, index.html: add ref to new target * Makefile.in: add as optional build tool
author John Donoghue <john.donoghue@ieee.org>
date Fri, 16 Sep 2022 10:05:59 -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