view bootstrap @ 5409:9ececb9d5f4e

* src/llvm.mk: explicitly turn off some build configs
author John Donoghue <john.donoghue@ieee.org>
date Tue, 19 May 2020 07:36:45 -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