view bootstrap @ 6363:16e934b7b6cd

* src/mesa.mk: update to v22.1.6
author John Donoghue <john.donoghue@ieee.org>
date Sat, 13 Aug 2022 12:35:36 -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