mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
automake copies instead of link
Original commit message from CVS: automake copies instead of link
This commit is contained in:
parent
368c1ff4fe
commit
06f8f1898f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ autoconf || {
|
||||||
#exit 1
|
#exit 1
|
||||||
}
|
}
|
||||||
echo "+ running automake ... "
|
echo "+ running automake ... "
|
||||||
automake --add-missing || {
|
automake -a -c || {
|
||||||
echo
|
echo
|
||||||
echo "automake failed"
|
echo "automake failed"
|
||||||
#exit 1
|
#exit 1
|
||||||
|
|
Loading…
Reference in a new issue