autogen.sh is only useful for developers, not users, and we
expect developers to have a git checkout handy, so there's
no point in shipping the script in release tarballs.
autobuild.sh uses autogen.sh, so don't ship that either.
---
Makefile.am | 2 --
1 file changed, 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c6324f5..0efd8be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,9 +36,7 @@ EXTRA_DIST = \
libvirt-qemu.pc.in \
libvirt-lxc.pc.in \
libvirt-admin.pc.in \
- autobuild.sh \
Makefile.nonreentrant \
- autogen.sh \
cfg.mk \
run.in \
AUTHORS.in
--
2.7.4