diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-13 22:29:51 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-13 22:29:51 +0000 |
commit | ed0f60dea291f7ef39a33f5e815f8ba90a72a90d (patch) | |
tree | d18f15a11a1b1a73ac3d3075ee25ddccef274a0d /configure.in | |
parent | 26897de4a7dd80c7e121af1308e2bbe799afbfb7 (diff) | |
download | libxslt-ed0f60dea291f7ef39a33f5e815f8ba90a72a90d.tar.gz libxslt-ed0f60dea291f7ef39a33f5e815f8ba90a72a90d.tar.bz2 libxslt-ed0f60dea291f7ef39a33f5e815f8ba90a72a90d.zip |
More general work, added for-each:
- test/Makefile.am test/REC*/Makefile.am: added first test
- libxslt/pattern.c libxslt/transform.c libxslt/xslt.c:
cleanup of nodes at reading of stylesheet, added support
for xsl:for-each and fixed a few recursion bugs
Daniel
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7f6b287b..d506a875 100644 --- a/configure.in +++ b/configure.in @@ -120,5 +120,7 @@ Makefile libxslt/Makefile libxslt/xsltconfig.h tests/Makefile +tests/REC1/Makefile +tests/REC2/Makefile xslt-config ]) |