Daniel P. Berrange wrote:
If you're just doing dev changes, it is best not to install it into your main system. Instead just build and run directly from the sourcetree.eg, what I normally do is./autogen.sh --enable-compile-warnings=error --prefix=/usr --localstatedir=/var --sysconfdir=/etc makeAnd *not* make install.