view bootstrap @ 5369:814904f97e22

* src/build-gawk.mk: update to v5.0.1
author John Donoghue <john.donoghue@ieee.org>
date Sat, 11 Apr 2020 10:47:23 -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