configure: silent complaint if not built on git repository
commit29e7beed6e387b78c86e985e0c96e24154a01dec
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 15 Jul 2013 13:07:52 +0000 (15 15:07 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Mon, 15 Jul 2013 13:07:52 +0000 (15 15:07 +0200)
treebb7126b51f2243ed88b893fc07d8380a61174e40
parent6289d38eeb4315a74852d61385243a9d8dc398eb
configure: silent complaint if not built on git repository

This silences a complaint if the toolkit is not built within a Git
repository:

 ...
 [*] Checking libnet ... [YES]
 fatal: Not a git repository (or any of the parent directories): .git
 [*] Generating config.h ...
 [*] Looks good! All tools will be built!

This is not problematic as the build can be done without any problems.
It will just have an empty Git id in --version output. So simply
silence this complaint and move on.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Makefile
configure