added argument --copy to automake

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@256 ea778897-0a13-0410-b9d1-a72fbfd435f5
master
Enrico Tröger 2006-03-17 19:42:39 +00:00
parent 4454005684
commit 630db45c46
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ do
autoheader
fi
echo "Running automake --gnu $am_opt ..."
automake --add-missing --gnu $am_opt
automake --add-missing --copy --gnu $am_opt
echo "Running autoconf ..."
autoconf
)