view bootstrap @ 6298:1b5da82fbbd5

* src/mesa.mk: update to v22.1.3
author John Donoghue <john.donoghue@ieee.org>
date Thu, 07 Jul 2022 08:31:35 -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