view bootstrap @ 5306:4ae7a3f9bc16

* src/python-sympy.mk: downgrade to v1.4, remove old files when installing
author John Donoghue
date Tue, 11 Feb 2020 13:11:40 -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