view bootstrap @ 6876:906be0f9c6d7

* src/mesa.mk: update v23.1.8
author John Donoghue <john.donoghue@ieee.org>
date Tue, 26 Sep 2023 16:20: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