view bootstrap @ 5426:01e8a979643f

* src/gdb.mk: upate to v9.2
author John Donoghue <john.donoghue@ieee.org>
date Mon, 25 May 2020 14:52:25 -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