Abstracted XML parser library and switched to autotools building.

expat is still the default parser, but libxml2 can also be used
via an option to the configure script.  New parsers can easily be
added by implementing a parser_foo.c that uses the interface defined
in parser.h.
This commit is contained in:
Jack Moffitt
2009-04-14 13:41:23 -06:00
parent f29b42adef
commit 3fd7515dcf
15 changed files with 817 additions and 288 deletions

5
bootstrap.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
aclocal -I /usr/local/share/aclocal
automake --add-missing --foreign --copy
autoconf