view bootstrap @ 5964:2ddf1adfd0e9

* src/curl.mk:update to v7.80.0
author John Donoghue <john.donoghue@ieee.org>
date Mon, 22 Nov 2021 07:43:43 -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