view bootstrap @ 5903:64d10d5a834e

build-python: Update to version 3.8.12. * src/build-python.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 25 Sep 2021 20:02:39 +0200
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