view bootstrap @ 5183:e960af2fbfc0

* src/sqlite.mk: update to 3300100
author John Donoghue
date Fri, 11 Oct 2019 13:37:48 -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