view bootstrap @ 7088:a9c6b6b39830 release

* src/opkg-biosig.mk: update to v2.6.0
author Alois Schlögl <alois.schloegl@gmx.net>
date Fri, 23 Feb 2024 09:49:19 +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