view bootstrap @ 7098:bc4c7d2996f3

* src/build-gettext.mk, src/gettext.mk: update to v0.22.5
author John Donoghue <john.donoghue@ieee.org>
date Sun, 03 Mar 2024 16:03:39 -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