From: Arun Raghavan Date: Fri, 20 Jan 2012 07:29:59 +0000 (+0530) Subject: Run configure in the autogen.sh script X-Git-Tag: json-c-0.11-20130402~65^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17caddc0ab7ae953bcbc79b5ca98a2e7abf01e00;p=thirdparty%2Fjson-c.git Run configure in the autogen.sh script This is convention in most open source projects. --- diff --git a/autogen.sh b/autogen.sh index c67b9034..990096c9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1 +1,2 @@ autoreconf -v --install || exit 1 +exec ./configure "$@"