automake copies instead of link

Original commit message from CVS:
automake copies instead of link
This commit is contained in:
Thomas Vander Stichele 2001-12-10 23:57:26 +00:00
parent 368c1ff4fe
commit 06f8f1898f

View file

@ -135,7 +135,7 @@ autoconf || {
#exit 1
}
echo "+ running automake ... "
automake --add-missing || {
automake -a -c || {
echo
echo "automake failed"
#exit 1