view bootstrap @ 6006:d63a8678fba0

mesa3d: Update to version 21.2.6. * src/mesa.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Dec 2021 20:47:27 +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