view bootstrap @ 5323:5d3849a45975

* src/build-binutils.mk, src/native-binutils.mk: update to v2.34
author John Donoghue
date Thu, 27 Feb 2020 09:06:18 -0500
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