Kaydet (Commit) 630db45c authored tarafından Enrico Tröger's avatar Enrico Tröger

added argument --copy to automake


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@256 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 44540056
...@@ -141,7 +141,7 @@ do ...@@ -141,7 +141,7 @@ do
autoheader autoheader
fi fi
echo "Running automake --gnu $am_opt ..." echo "Running automake --gnu $am_opt ..."
automake --add-missing --gnu $am_opt automake --add-missing --copy --gnu $am_opt
echo "Running autoconf ..." echo "Running autoconf ..."
autoconf autoconf
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment