Support --sysconfdir in configure to specify path to configuration files
commit07381cc1b4513dfe114c97da7537637b740e9ebd
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 21 Jan 2010 16:30:29 +0000 (21 10:30 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 24 Jan 2010 15:37:26 +0000 (24 09:37 -0600)
tree1e4abf09b0e7feddfa44408a59ab8300456d75d8
parent452efba63bc4a2f1f580c96b087cbfae58b81785
Support --sysconfdir in configure to specify path to configuration files

The default value is ${prefix}/etc/qemu.  --sysconfdir can be used to override
the default to an absolute path.  The expectation is that when installed to
/usr, --sysconfdir=/etc/qemu will be used.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure