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