remove source_path_used
commitd1807a4f836c27f6dc7061e53a834dd27f78e46a
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Dec 2010 10:43:59 +0000 (23 11:43 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 14 Jan 2011 16:11:59 +0000 (14 16:11 +0000)
treef82ed0b8025d4055978c4e799b1c0a7570028293
parent11568d6df9113bb9e7c3d84de6914f335376bd6a
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