From 17caddc0ab7ae953bcbc79b5ca98a2e7abf01e00 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 20 Jan 2012 12:59:59 +0530 Subject: [PATCH] Run configure in the autogen.sh script This is convention in most open source projects. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index c67b903..990096c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1 +1,2 @@ autoreconf -v --install || exit 1 +exec ./configure "$@" -- 2.7.4