summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/antlr.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/antlr.m4 b/config/antlr.m4
index 15b819244..955e1bb2a 100644
--- a/config/antlr.m4
+++ b/config/antlr.m4
@@ -23,7 +23,7 @@ AC_DEFUN([AC_PROG_ANTLR], [
if test "x$ANTLR" = "x"; then
AC_MSG_WARN(
[No usable antlr3 script found. Make sure that the parser code has
-been generated already. To obtain ANTLR see <http://www.antlr.org/>.]
+been generated already. To obtain ANTLR see <http://www.antlr3.org/>.]
)
ANTLR_VERSION=
else
@@ -84,7 +84,7 @@ AC_DEFUN([AC_LIB_ANTLR],[
],
[
AC_MSG_RESULT(no)
- AC_MSG_ERROR([ANTLR3 C runtime not found, see <http://www.antlr.org/>])
+ AC_MSG_ERROR([ANTLR3 C runtime not found, see <http://www.antlr3.org/>])
]
)
done
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback