view bootstrap @ 6199:dc93a783420f

* src/sqlite.mk: update to v3380300
author John Donoghue <john.donoghue@ieee.org>
date Sat, 30 Apr 2022 09:37:58 -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