view bootstrap @ 5281:9057112edb8e

* installer-files/post-install.bat: create qt.conf (Bug #57679)
author John Donoghue
date Wed, 29 Jan 2020 08:34:50 -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