view bootstrap @ 5892:cb17f5f87a0f

of-image: Cleanup patch. * src/of-image-1-namespace.patch: Remove unnecessary hunk from patch.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 26 Aug 2021 17:54:30 +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