view bootstrap @ 6457:e9e0f6a205e2 release

opkg-biosig: Update to version 2.4.3 * src/opkg-biosig.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 15 Oct 2022 15:37:27 +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