view bootstrap @ 6377:d6336efdbcd5

* src/libtasn1.mk: update to v4.19.0
author John Donoghue <john.donoghue@ieee.org>
date Wed, 24 Aug 2022 14:47:14 -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