view bootstrap @ 5308:e8d4843a6b55

Update libgpg_error to v1.37 * src/libgpg_error-1-fixes.patch: new file * dist-files.mk: add ref to new file * src/libgpg_error.mk: update version, checksum
author John Donoghue
date Tue, 11 Feb 2020 15:56:08 -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