view bootstrap @ 6110:9df7598d4b90 release

* src/dbus.mk: in mingw dont install dbus support binaries
author John Donoghue <john.donoghue@ieee.org>
date Wed, 23 Feb 2022 13:18:29 -0500
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