view bootstrap @ 5837:d659f1a97147

Qt5: Add another diff for compilation with gcc 11. * src/qtbase-2-gcc11.patch: Add another diff for a missing header.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 11 Aug 2021 19:15:06 +0200
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