summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-01-02 20:08:50 +0000
committerMark Wielaard <mark@klomp.org>2005-01-02 20:08:50 +0000
commita532a017e0d3aacfd3243f3c15f62d141ff38662 (patch)
tree7989da1c315c6e202ebbefade811d2e931b8b496 /configure.ac
parent62f3192d5d25296ae1eb6f5559ca49710fa3cac8 (diff)
downloadclasspath-a532a017e0d3aacfd3243f3c15f62d141ff38662.tar.gz
* acinclude.m4 (REGEN_WITH_JAY): New macro.
* configure.ac: Call REGEN_WITH_JAY. * lib/Makefile.am (gen-xpath-parser): New rule, depends on REGEN_PARSER being defined. (genclasses): Depend on gen-xpath-parser.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ab7718a2d..be1aa9eb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -361,6 +361,11 @@ dnl -----------------------------------------------------------
CLASSPATH_ENABLE_GJDOC
dnl -----------------------------------------------------------
+dnl Whether to use jay to regenerate parsers.
+dnl -----------------------------------------------------------
+REGEN_WITH_JAY
+
+dnl -----------------------------------------------------------
dnl This sets the build-time default, which can now be overridden
dnl by setting the system property gnu.classpath.awt.gtk.portable.native.sync
dnl to "true" or "false".