view bootstrap @ 5891:c3ad8279a506

python-mpmath: Update to version 1.2.1 (bug #61134). * src/python-mpmath.mk: Update version, checksum, and url.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 14 Sep 2021 19:08:40 +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