[ragel-users] [PATCH 1/2] Don't refer to GIT checkouts directly.
Diego Elio 'Flameeyes' Pettenò
flameeyes at gmail.com
Mon Oct 12 11:05:32 UTC 2009
---
contrib/ragel.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/ragel.m4 b/contrib/ragel.m4
index 8b9b913..c5cb9e9 100644
--- a/contrib/ragel.m4
+++ b/contrib/ragel.m4
@@ -30,7 +30,7 @@ AC_DEFUN([CHECK_RAGEL], [
AS_IF([test x"$ragel_needed" = x"yes"],
[AC_MSG_ERROR([dnl
-You need Ragel to build from GIT checkouts.
+You need Ragel to build from development sources.
You can find Ragel at http://www.complang.org/ragel/dnl
])])
])
--
1.6.5
More information about the ragel-users
mailing list