view bootstrap @ 5505:391a0292bcaa

gettext: update to 0.21 * src/build-gettext.mk, src/gettext.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Fri, 31 Jul 2020 15:54:03 -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