view bootstrap @ 5476:c25a431db0cf

* src/npp.mk: update to v7.8.8
author John Donoghue <john.donoghue@ieee.org>
date Mon, 29 Jun 2020 13:44:34 -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