view bootstrap @ 7137:d98156e821e1

dist-files.mk: Remove trailing whitespace.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 28 Mar 2024 20:19:15 +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