view bootstrap @ 5134:0ff5f24c0862

* tools/makeinst-script.sh.in: update qt prefix and translations dir in installer qt.conf
author John Donoghue
date Wed, 31 Jul 2019 15:34:56 -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