view bootstrap @ 6248:1c4922328c4f

Force autoreconf some packages. * src/build-pkg-config.mk, src/pkg-config.mk, src/sqlite.mk: Force autoreconf with updated libtool.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 28 May 2022 09:26:09 +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