Update buildsys

FossilOrigin-Name: 74e02b19fa51aab223bac5a819fe1220a20005f71862fb6bda23a396930984e1
This commit is contained in:
Jonathan Schleifer 2018-02-25 23:45:14 +00:00
parent 0ba51a1ee3
commit e5b9634a02
4 changed files with 373 additions and 186 deletions

View file

@ -1,10 +1,10 @@
AC_INIT(ObjPgSQL, 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!)