view bootstrap @ 5303:8da894159471

* tools/makeinst-script.sh.in: use dialog units for y spacing
author John Donoghue
date Mon, 10 Feb 2020 16:59:52 -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