build: run ./configure in ./autogen.sh only if NOCONFIGURE is not set
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 11 Oct 2012 08:38:21 +0000 (10:38 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 11 Oct 2012 08:38:21 +0000 (10:38 +0200)
commit23f51fc2a75009ba9e75bbe65bedcbda8c7edf30
treedcc0d19abd456221ca037bf213ce355e00a17926
parent663b2b88def5fb28cce8868e2ce2a37c15bb7e0e
build: run ./configure in ./autogen.sh only if NOCONFIGURE is not set

In some circumstances it might not be desirable to run ./configure
together with ./autogen.sh. You can now set NOCONFIGURE=1 to avoid this.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
autogen.sh