mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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
|
||||
}
|
||||
echo "+ running automake ... "
|
||||
automake --add-missing || {
|
||||
automake -a -c || {
|
||||
echo
|
||||
echo "automake failed"
|
||||
#exit 1
|
||||
|
|
Loading…
Reference in a new issue