aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-31 12:02:09 +0100
committerFlorian Dold <florian@dold.me>2022-10-31 12:02:09 +0100
commit9cc20fc5af8467c7d97338b3dc0445a9ffbf05da (patch)
treee02f3cd180d99ba2b4b6269e1787d06e148fe411 /bootstrap
parentf929cbb808e02f15074a5f3e1fc4d43d92291520 (diff)
downloadwallet-core-9cc20fc5af8467c7d97338b3dc0445a9ffbf05da.tar.gz
wallet-core-9cc20fc5af8467c7d97338b3dc0445a9ffbf05da.tar.bz2
wallet-core-9cc20fc5af8467c7d97338b3dc0445a9ffbf05da.zip
repo: GNU-style build system for demobank-ui package
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
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