view bootstrap @ 6370:5827d068f184

* src/build-binutils.mk, src/native-binutils.mk: update to v2.29
author John Donoghue <john.donoghue@ieee.org>
date Sun, 21 Aug 2022 19:58:24 -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