remove source_path_used
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Dec 2010 10:43:59 +0000 (11:43 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 14 Jan 2011 16:11:59 +0000 (16:11 +0000)
commit365e822bb31806a4e01dd2230c9b823cac26f6a9
treef82ed0b8025d4055978c4e799b1c0a7570028293
parentbda65f7cd1547e52ab1cae70df8da2a1a2a66389
remove source_path_used

Not necessary since we use mkdir -p and from this patch test -f.

Also, dirname returns "." if a path has no directory component,
as is the case for "sh configure".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure