view bootstrap @ 5776:25921af60e29 release

of-matgeom: update to v1.2.3 * src/of-matgeom.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 07 Jun 2021 19:09:15 +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