From 2d3697efedba820775993aab7fbd9df2260702a1 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Mon, 12 Nov 2012 20:57:28 +0100 Subject: [PATCH] Symlinks instead of copies in autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 9aafcc0..a167953 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,2 @@ #! /bin/sh -autoreconf -v --install --force || exit 1 +autoreconf --install --symlink --force || exit 1 -- libgit2 0.21.4