view bootstrap @ 5257:1927e90b6f63

* tools/pkg-install.py: extract src BIST tests from pkg and install
author John Donoghue
date Mon, 06 Jan 2020 09:59:07 -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