view bootstrap @ 6022:16757ad381e8

* src/of-io.mk: Update to version 2.6.4
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Jan 2022 11:22:24 +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