mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Don't ever run if we know automake isn't patched: people keep complaining that their machine crashed while trying to ...
Original commit message from CVS: Don't ever run if we know automake isn't patched: people keep complaining that their machine crashed while trying to build...
This commit is contained in:
parent
3bee2c0c34
commit
6466d1444a
1 changed files with 4 additions and 7 deletions
11
autogen.sh
11
autogen.sh
|
@ -78,18 +78,15 @@ EOF
|
||||||
if test "x$PATCHED" == "x1"; then
|
if test "x$PATCHED" == "x1"; then
|
||||||
echo "A patched version of automake is available at:"
|
echo "A patched version of automake is available at:"
|
||||||
echo "$patchedfile"
|
echo "$patchedfile"
|
||||||
echo "You should put this in an appropriate place, or modify $PATH, so that it is"
|
echo "You should put this in an appropriate place, or modify \$PATH, so that it is"
|
||||||
echo "used in preference to this installed version of automake."
|
echo "used in preference to this installed version of automake."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo "You should abort the build now. Read the README file for an explanation."
|
echo "It is not safe to perform the build without a patched automake."
|
||||||
|
echo "Read the README file for an explanation."
|
||||||
echo "***************************************************************************"
|
echo "***************************************************************************"
|
||||||
echo
|
echo
|
||||||
# Give user time to respond
|
DIE=1
|
||||||
sleep 5;
|
|
||||||
echo "Continuing anyway: I recommend keeping a check on the amount of memory used"
|
|
||||||
echo "while running automake - it is likely to grow extremely large."
|
|
||||||
echo
|
|
||||||
else
|
else
|
||||||
# Reversed patch failed: incompatibly patched.
|
# Reversed patch failed: incompatibly patched.
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue