summaryrefslogtreecommitdiff
path: root/config/antlr.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/antlr.m4')
-rw-r--r--config/antlr.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/config/antlr.m4 b/config/antlr.m4
index 64b554378..604d2f6bc 100644
--- a/config/antlr.m4
+++ b/config/antlr.m4
@@ -26,10 +26,11 @@ AC_DEFUN([AC_PROG_ANTLR], [
##
# Check the existence of the ANTLR3 C runtime library and headers
-# Will set ANTLR_INCLUDES and ANTLR_LIBS to the location of the ANTLR headers
-# and library respectively
+# Will set ANTLR_INCLUDES and ANTLR_LIBS to the location of the ANTLR
+# headers and library respectively
##
AC_DEFUN([AC_LIB_ANTLR],[
+ AC_ARG_VAR(ANTLR_HOME, [path to libantlr3c installation])
# Get the location of the ANTLR3 C includes and libraries
AC_ARG_WITH(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback