From 46ecda7e15843ace09aa344802141c4643302430 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Fri, 25 Apr 2008 08:25:42 +0200 Subject: [PATCH] autogen.sh - change autoreconf option to not overwrite INSTALL file - add verbose flag --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 9152023..91278f0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,7 +22,7 @@ find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \ -o -name Makefile.in \) -print0 | xargs -0 rm -f echo Running autoreconf... -autoreconf --force --install +autoreconf -v --install # For the Debian package build test -d debian && { -- libgit2 0.21.4