We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
m4
1 parent 81abc91 commit 14649ebCopy full SHA for 14649eb
support/get_gmp
@@ -5,6 +5,8 @@ if [ -n "$DEBUG" ]; then
5
set -x
6
fi
7
8
+which m4 2> /dev/null || (apt-get update && apt-get install --yes m4)
9
+
10
# The variable is assigned in `buildpack.conf`
11
declare gmp_version
12
basedir="$( cd -P "$( dirname "$0" )" && pwd )"
0 commit comments