view bootstrap @ 6367:d7b0b8825193

* src/mesa.mk: update to v22.1.7
author John Donoghue <john.donoghue@ieee.org>
date Sun, 21 Aug 2022 19:49:59 -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