view bootstrap @ 6540:ff8c281debae

LLVM: Update to version 15.0.5. * src/llvm.mk: Update version and checksum. Download and extract tarball with cmake files. Disable building benchmarks. Use two spaces for indentation. Adjust for library name containing version suffix now.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 20 Nov 2022 15:04:15 +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