aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-10-01 11:52:44 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-10-01 11:52:44 -0700
commit790db765741612c116c3c063085294549c4bbe3f (patch)
treea6ee13a11faceeaf0296fdc68206d369a5d61d98 /configure
parent9a57c34f4c0965ba07f6b8994f42c44b2cd7d5b6 (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 6 insertions, 8 deletions
diff --git a/configure b/configure
index eca4b79a..05145590 100755
--- a/configure
+++ b/configure
@@ -608,7 +608,6 @@ CBUILD_PATH
SOURCES_CONF
CBUILD_TOP
BUILDDATE
-MAKEVERSION
CCRYPT
AUTOGEN
BISON
@@ -3575,13 +3574,12 @@ fi
# Versions of Make before 4.0 have a bug which breaks eglibc builds when
# using parallel jobs.
-makeversion="`make --version | head -1 | tr -d '.' | cut -d ' ' -f 3`"
-MAKEVERSION="${makeversion}"
-
-if test ${makeversion} -lt 400; 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
+#makeversion="`make --version | head -1 | tr -d '.' | cut -d ' ' -f 3`"
+#MAKEVERSION="${makeversion}"
+#AC_SUBST(MAKEVERSION)
+#if test ${makeversion} -lt 400; then
+# AC_MSG_WARN([Make 4.0 is missing, which is required])
+#fi
#packages="git-svn bzr-fastimport svn-all-fast-exp libncurses5-dev texinfo"
packages="texinfo gawk"