From: Mike Massonnet Date: Sat, 7 Jun 2008 10:32:03 +0000 (+0200) Subject: Run 'configure' implicitly from autogen.sh X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd404eba57d9f4b1519b3175d54bcd629d4d5cf;p=midori Run 'configure' implicitly from autogen.sh --- diff --git a/autogen.sh b/autogen.sh index b17da47e..2d0c0882 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,3 +7,6 @@ aclocal autoheader autoconf automake --add-missing --copy + +echo "Now running the configure script" +./configure $*