view bootstrap @ 6369:717b4e4d651a

* src/build-gcc.mk, src/native-gcc.mk: update to v12.2.0
author John Donoghue <john.donoghue@ieee.org>
date Sun, 21 Aug 2022 19:55:15 -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