view bootstrap @ 6294:51e2a8a176e8

* src/native-gcc.mk: sort update list to get latest version
author John Donoghue <john.donoghue@ieee.org>
date Thu, 07 Jul 2022 08:31:30 -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