view bootstrap @ 6463:c2c619660c2d

* src/build-gawk.mk: update to v5.2.0
author John Donoghue <john.donoghue@ieee.org>
date Sun, 16 Oct 2022 17:42:21 -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