configure: unify handling of xyzdir variables
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 May 2010 14:08:23 +0000 (16:08 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Jun 2010 22:09:49 +0000 (00:09 +0200)
commit986ff6e1427e86d2ae628825da0a2ab642b892a8
tree61b54d562794213b508f84429ef93253e98b8908
parent20e8adb679cbdd8a3b822d1f1ad4438ed20aea97
configure: unify handling of xyzdir variables

Making an xyzdir variable for each directory prepares for the next
patches introducing config-host.h defines and configure options for them.
It also fixes the problem where overriding prefix at "make install"
time did not override it for sysconfdir.

Removes some of the differences between sysconfdir and other variables,
the rest will go away later.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure