From 04cf79da6e58f08e21850322c150ef792cc65350 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Mon, 12 Nov 2012 21:27:40 +0100 Subject: [PATCH] Add success message to autogen.sh --- autogen.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index a167953..ea404e0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,9 @@ #! /bin/sh -autoreconf --install --symlink --force || exit 1 +autoreconf --install --symlink --force + + +echo +echo "------------------------------------------------------" +echo "Initialized build system. You can now run ./configure " +echo "------------------------------------------------------" +echo -- libgit2 0.21.4