view bootstrap @ 5336:8aacfe9a347f

* src/python-embedded.mk: provide a python3.exe
author John Donoghue
date Thu, 05 Mar 2020 10:55:30 -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