view bootstrap @ 5133:30b1469591b6

Add qttranslations (Bug #56614) * src/qttranslations.mk: new file * dist-files.mk: added ref to new file * changed index.html: added qttranslations link
author John Donoghue
date Wed, 31 Jul 2019 15:34:53 -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