view bootstrap @ 5853:616f352d6478

* src/curl.mk: update to v7.78
author John Donoghue <john.donoghue@ieee.org>
date Mon, 16 Aug 2021 09:26:38 -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