view bootstrap @ 5135:6836b2f08479

* tools/makeinst-script.sh.in: expand qt.conf to include all installed qt dirs
author John Donoghue
date Wed, 31 Jul 2019 15:34:57 -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