view bootstrap @ 5379:6a4b64c64539

* src/fltk.mk: update the update rule
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Apr 2020 11:26:08 -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