view bootstrap @ 5238:60f56afa9506

Fix building of-sockets with default-octave. * src/of-sockets-2-deprecated.patch: Add patch to replace deprecated header. * dist-files.mk: Include new file.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 15 Dec 2019 13:30:34 +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