Update buildsys

This commit is contained in:
Jonathan Schleifer 2018-01-21 23:34:55 +01:00
parent e0ff07860a
commit 6139e5b982
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
4 changed files with 361 additions and 169 deletions

View file

@ -1,10 +1,11 @@
AC_INIT(ObjXMPP, 0.1, js@webkeks.org)
BUILDSYS_INIT
AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(build-aux/m4)
BUILDSYS_INIT
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
AS_IF([test x"$OBJFW_CONFIG" = x""], [
AC_MSG_ERROR(You need ObjFW and objfw-config installed!)