view bootstrap @ 7041:4412a1c8db94

* src/sqlite.mk: update to v3450000
author John Donoghue <john.donoghue@ieee.org>
date Tue, 16 Jan 2024 09:51:58 -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