view bootstrap @ 6221:fda4367559a4

* src/curl.mk: update to v7.83.1
author John Donoghue <john.donoghue@ieee.org>
date Thu, 12 May 2022 09:28:05 -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