aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-10 17:32:52 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-09-10 17:32:52 -0600
commit584ce9e965e58133dd21d77bc771a09e8b87c381 (patch)
treed19b5ae4eed12c75616669eafbad10ddd07f1ed4 /configure
parent45d640db853223f3d20c1630ac40697816ab71cf (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 13 insertions, 2 deletions
diff --git a/configure b/configure
index 18a5e93a..bc043097 100755
--- a/configure
+++ b/configure
@@ -608,6 +608,7 @@ CBUILD_PATH
SOURCES_CONF
CBUILD_TOP
BUILDDATE
+MAKEVERSION
CCRYPT
AUTOGEN
BISON
@@ -3572,6 +3573,16 @@ _ACEOF
fi
+# Versions of Make before 4.0 have a bug which breaks eglibc builds when
+# using parallel jobs.
+makeversion="`make --version | head -1 | cut -d ' ' -f 3`"
+MAKEVERSION="${makeversion}"
+
+if test $i = "make" -a ${makeversion} -lt 4; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Make 4.0 is missing, which is required" >&5
+$as_echo "$as_me: WARNING: Make 4.0 is missing, which is required" >&2;}
+fi
+
#packages="git-svn bzr-fastimport svn-all-fast-exp libncurses5-dev texinfo"
packages="texinfo gawk"
@@ -4134,8 +4145,8 @@ fi
if test `lsb_release -i -s` = "Ubuntu"; then
texversion="`dpkg-query -W -f='\${Version}' texinfo | cut -d '.' -f 1`"
if test "${texversion}" -gt 4; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: On Ubuntu Trusty systems" >&5
-$as_echo "$as_me: WARNING: On Ubuntu Trusty systems" >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: On Ubuntu Trusty systems, you may need to upgrade to have a working version of makeinfo" >&5
+$as_echo "$as_me: WARNING: On Ubuntu Trusty systems, you may need to upgrade to have a working version of makeinfo" >&2;}
fi
fi