view bootstrap @ 5462:459061662bd5

* src/qtbase.mk: mingw depends on uuid
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Jun 2020 13:03:07 -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