From 21619c5586a0c8709202a5299348bfb98f0e077e Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 9 Dec 2005 10:37:37 +0000 Subject: [PATCH] Remove autogenerated COPYING from make dist, Daniel --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 98bb907405..31c9400d62 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) -- 2.47.2