view bootstrap @ 7085:b462d8833973

* src/libgpg_error.mk: update to v1.48
author John Donoghue <john.donoghue@ieee.org>
date Fri, 23 Feb 2024 13:51:37 -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