view bootstrap @ 6060:67e194e29755

* src/gdb.mk: update to v11.2
author John Donoghue <john.donoghue@ieee.org>
date Tue, 18 Jan 2022 09:53:46 -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