build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit 26fdcd63351c64ea3fb6b16539e8e01467cc0dab
parent aa9b6a610ffe88fc714d42089fb2afa8dbc32894
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 15 Oct 2019 12:08:18 +0530

link configure instead of copying

Diffstat:
Mbootstrap.template | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.template b/bootstrap.template @@ -11,4 +11,4 @@ if ! git --version >/dev/null; then fi git submodule update --init -cp build-system/taler-build-scripts/configure ./configure +ln -sf build-system/taler-build-scripts/configure ./configure