Subject: Run autoheader from autogen.sh From: Mark McLoughlin Invoke autoheader from autogen.sh in order to generate config.h.in. Note, we really should remove config.h.in from CVS. Signed-off-by: Mark McLoughlin Index: libvirt/autogen.sh =================================================================== --- libvirt.orig/autogen.sh +++ libvirt/autogen.sh @@ -59,6 +59,7 @@ autopoint --force libtoolize --copy --force aclocal $ACLOCAL_FLAGS automake --add-missing +autoheader autoconf cd $THEDIR