view bootstrap @ 5209:6a3f14fd9d0d

* src/mesa.mk: Update to v19.0.8
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 17 Nov 2019 20:19:51 +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