Autoconf and automake building support.
[cascardo/atompub.git] / configure.ac
1 AC_INIT(atompub, 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 AM_PATH_GLIB_2_0(2.14.0, , AC_MSG_ERROR(Could not find GLib))
8 AC_OUTPUT(Makefile
9         src/Makefile
10         include/Makefile
11         include/atompub/Makefile
12         config/Makefile
13         backend/Makefile
14         backend/files/Makefile
15         atom/Makefile
16         iri/Makefile)