diff options
author | Daniel Veillard <veillard@redhat.com> | 2005-12-09 10:37:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2005-12-09 10:37:37 +0000 |
commit | 21619c5586a0c8709202a5299348bfb98f0e077e (patch) | |
tree | cf3471ccf24ea95662ca212d5c52deb671862d88 /configure.in | |
parent | * configure.in: adding --without-depends to make dist on non (diff) | |
download | libvirt-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.in | 3 |
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) |