]> granicus.if.org Git - json-c/commitdiff
Run configure in the autogen.sh script
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 20 Jan 2012 07:29:59 +0000 (12:59 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 26 Apr 2012 07:48:33 +0000 (13:18 +0530)
This is convention in most open source projects.

autogen.sh

index c67b9034d55f7b513437ea46c7005e4fd9855f40..990096c9677dbaa18b00209e7eb57e0c4cc9ad38 100755 (executable)
@@ -1 +1,2 @@
 autoreconf -v --install || exit 1
+exec ./configure  "$@"