view bootstrap @ 6737:eda2e3653704

* src/dbus.mk: update to v1.15.6
author John Donoghue <john.donoghue@ieee.org>
date Wed, 07 Jun 2023 11:31:29 -0400
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