aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-06-03 13:02:47 +0000
committerdos-reis <gdr@axiomatics.org>2012-06-03 13:02:47 +0000
commitd7eceebe0eb9cd7840f183dcaf294c85794b0db5 (patch)
treec213716e5d6776d95e6e710d81611209522fce4e /Makefile.in
parentd68adc46e463a7d2cc0dceb1e58a0da06767ba22 (diff)
downloadopen-axiom-d7eceebe0eb9cd7840f183dcaf294c85794b0db5.tar.gz
* interp/lexing.boot (%Line): Now a record structure.
* boot/parser.boot (bpTypeName): Split out of bpTypeAliasDefinition. (bpStruct): Use it. Support parameterized structures. * boot/ast.boot (ctorName): New. (bfEnum): Use it for parameterized enums. (bfRecord): Use it for parameterized records.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1b959f44..796b5826 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -354,7 +354,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
void_type = @void_type@
-ACLOCAL_AMFLAGS = -I config --install --output=config/aclocal.m4
+ACLOCAL_AMFLAGS = -I config #--install --output=config/aclocal.m4
DIST_SUBDIRS = src
oa_builddir = $(abs_top_builddir)/build/$(target)
oa_installdir = @open_axiom_installdir@