view bootstrap @ 5398:c0d7569adb6c

mesa: update to v20.0.6 * src/mesa.mk: update version, checksum * src/mesa-1-fixes.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 May 2020 08:01:41 -0400
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