view bootstrap @ 7074:d4c97e227a40

qt6: update to v6.6.2 * src/qt6-qt5compat.mk, src/qt6-qtbase.mk, src/qt6-qtimageformats.mk, src/qt6-qtsvg.mk, src/qt6-qttools.mk, src/qt6-qttranslations.mk : update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Wed, 14 Feb 2024 16:06:08 -0500
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