view bootstrap @ 6495:53ac6c68aabc

* src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslations.mk : update to v5.15.7
author John Donoghue <john.donoghue@ieee.org>
date Sun, 30 Oct 2022 20:02:19 -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