view bootstrap @ 5516:50478c969620

* src/llvm.mk: Update to v7.1.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 26 Aug 2020 14:37:23 +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