summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-01-22 12:28:45 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-01-22 12:28:45 -0500
commitff8ead3db3e5fa90839c82cc38215df3c3ef73c1 (patch)
tree93341541ec4bfa44b9c4ff22c362b11b532d2120 /config
parentcc8532543332bda3d0630f0b0816a131d49e57eb (diff)
update ANTLR URLs (antlr.org -> antlr3.org)
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