view bootstrap @ 6678:1560e951bf09

* src/libgpg_error.mk: update to v1.47
author John Donoghue <john.donoghue@ieee.org>
date Mon, 10 Apr 2023 10:02:51 -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