view bootstrap @ 5532:90e3f78b2304

* src/librsb.mk: update to v1.2.0.9
author John Donoghue <john.donoghue@ieee.org>
date Fri, 11 Sep 2020 18:56:29 -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