summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2005-12-09 10:37:37 +0000
committerDaniel Veillard <veillard@redhat.com>2005-12-09 10:37:37 +0000
commit21619c5586a0c8709202a5299348bfb98f0e077e (patch)
treecf3471ccf24ea95662ca212d5c52deb671862d88 /configure.in
parent* configure.in: adding --without-depends to make dist on non (diff)
downloadlibvirt-21619c5586a0c8709202a5299348bfb98f0e077e.tar.gz
libvirt-21619c5586a0c8709202a5299348bfb98f0e077e.tar.bz2
libvirt-21619c5586a0c8709202a5299348bfb98f0e077e.zip
Remove autogenerated COPYING from make dist, Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 98bb90740..31c9400d6 100644
--- a/configure.in
+++ b/configure.in
@@ -104,5 +104,8 @@ AC_SUBST(VIRSH_LIBS)
# end of if with_depends
fi
+# very annoying
+rm -f COPYING
+
AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
libvir.pc libvir.spec include/libvir.h)