view bootstrap @ 7100:4791c53481b6 release

* src/of-statistics.mk: update to v1.6.5
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 08 Mar 2024 15:45:48 +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