use --copy with automake

This commit is contained in:
wbaumann
2009-05-01 19:08:37 +00:00
parent cde78e7069
commit da3b10f023
5 changed files with 134 additions and 132 deletions

View File

@ -11,10 +11,8 @@ autopoint --force
cd man; po4a po4a.conf; cd ..
aclocal -I config
autoheader
automake --add-missing --force-missing
automake --add-missing --force-missing --copy
autoconf
rm COPYING
rm INSTALL
cp -p config/COPYING.davfs2 COPYING
cp -p config/INSTALL.davfs2 INSTALL