From 9cc20fc5af8467c7d97338b3dc0445a9ffbf05da Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 31 Oct 2022 12:02:09 +0100 Subject: repo: GNU-style build system for demobank-ui package --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index ea03b913d..5f813c3a4 100755 --- a/bootstrap +++ b/bootstrap @@ -21,6 +21,10 @@ copy_configure() { # accidental changes in the wrong place. chmod ogu-w $dst || true } + +# To enable a GNU-style build system, we copy a configure +# script to each package that can be installed our_configure=build-system/taler-build-scripts/configure copy_configure "$our_configure" ./configure copy_configure "$our_configure" ./packages/taler-wallet-cli/configure +copy_configure "$our_configure" ./packages/demobank-ui/configure -- cgit v1.2.3