view bootstrap @ 5565:77c1dd074c68

* src/llvm.mk: Also build native LLVMSupport before everything else.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 01 Oct 2020 11:36:02 +0200
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