Update buildsys
This commit is contained in:
parent
e0ff07860a
commit
6139e5b982
4 changed files with 361 additions and 169 deletions
|
@ -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!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue