From: Daniel Veillard Date: Fri, 9 Dec 2005 10:37:37 +0000 (+0000) Subject: Remove autogenerated COPYING from make dist, Daniel X-Git-Tag: LIBVIR_0_0_1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21619c5586a0c8709202a5299348bfb98f0e077e;p=thirdparty%2Flibvirt.git Remove autogenerated COPYING from make dist, Daniel --- 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)