view bootstrap @ 5733:ac2d180a1a47

glib: Update to version 2.54.0 * src/glib.mk: Update version and checksum. * src/glib-1-fixes.patch: Rebase changes that didn't apply any more.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 12 Apr 2021 10:51:50 +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