view bootstrap @ 5599:ac27eba752af

* src/llvm.mk: Restore variable removed in 9722214b6722.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 13 Dec 2020 11:20:22 +0100
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