From f8537e7ec6925931d5a5b454072820634ee1fb47 Mon Sep 17 00:00:00 2001 From: glondu Date: Sat, 16 Oct 2010 08:04:16 +0000 Subject: Support for GNU Make 3.82 Untested, see https://bugzilla.redhat.com/show_bug.cgi?id=631302 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13559 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a8dedb76c2..7c528706ad 100755 --- a/configure +++ b/configure @@ -337,8 +337,8 @@ MAKE=`which ${makecmd:-make}` if [ "$MAKE" != "" ]; then MAKEVERSION=`$MAKE -v | head -1` case $MAKEVERSION in - "GNU Make 3.81") - echo "You have GNU Make 3.81. Good!";; + "GNU Make 3.8"[12]) + echo "You have GNU Make >= 3.81. Good!";; *) OK="no" if [ -x ./make ]; then -- cgit v1.2.3