[svn] r5949: nemerle/trunk/configure

malekith svnadmin at nemerle.org
Sun Nov 20 11:17:29 CET 2005


Log:
Add message about lack of antlr.

Author: malekith
Date: Sun Nov 20 11:17:28 2005
New Revision: 5949

Modified:
   nemerle/trunk/configure

Modified: nemerle/trunk/configure
==============================================================================
--- nemerle/trunk/configure	(original)
+++ nemerle/trunk/configure	Sun Nov 20 11:17:28 2005
@@ -684,6 +684,11 @@
 	    # also copy it for pregenerated parser!
 	    cp tools/cs2n/antlr/antlr.runtime-2.7.5.dll tools/cs2n/antlr/antlr.runtime.dll
 	    echo_result "not supported" 
+	    if find tools/cs2n/CSharpParser.cs -cnewer tools/cs2n/csharpgrammar.g | grep -q "" ; then
+	      :
+	    else
+	      echo "*** You won't be able to build CS2N! ***"
+	    fi
 	    ;; 
     esac 
 



More information about the svn mailing list