Files
libstrophe-gh/bootstrap.sh
Jack Moffitt 3fd7515dcf 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.
2009-04-14 13:47:20 -06:00

5 lines
97 B
Bash
Executable File

#!/bin/bash
aclocal -I /usr/local/share/aclocal
automake --add-missing --foreign --copy
autoconf