First commit of an atom format library
[cascardo/atompub.git] / configure.ac
1 AC_INIT(libatom, 0.1, cascardo@holoscopio.com)
2 AM_INIT_AUTOMAKE
3 AC_PROG_INSTALL
4 AC_PROG_CC
5 AM_PROG_CC_C_O
6 AC_PROG_LIBTOOL
7 PKG_CHECK_MODULES(XML, libxml-2.0, , AC_MSG_ERROR(Could not find libxml2))
8 AC_OUTPUT(Makefile
9         src/Makefile)