view bootstrap @ 6035:b84413b95261

* src/curl.mk: update to v7.81.0
author John Donoghue <john.donoghue@ieee.org>
date Wed, 05 Jan 2022 16:41:35 -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