view bootstrap @ 6070:8d1aecf2d2d6

of-sparsersb: Don't force -std=gnu++11. We prefer a newer standard now. * src/of-sparsersb-2-no-cxx11.patch: Add new patch. * dist-files.mk: Include new patch.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 26 Jan 2022 19:14:36 +0100
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