mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:26:14 +00:00
added --force-missing to automake (c) wingo
Original commit message from CVS: added --force-missing to automake (c) wingo
This commit is contained in:
parent
ebfd7aac62
commit
25f393149f
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ autoconf || {
|
||||||
echo "autoconf failed"
|
echo "autoconf failed"
|
||||||
#exit 1
|
#exit 1
|
||||||
}
|
}
|
||||||
automake --add-missing || {
|
# thomas : wingo told me to add --force-missing to get depcomp in make distcheck
|
||||||
|
automake --add-missing --force-missing|| {
|
||||||
echo
|
echo
|
||||||
echo "automake failed"
|
echo "automake failed"
|
||||||
#exit 1
|
#exit 1
|
||||||
|
|
Loading…
Reference in a new issue