Update buildsys
This commit is contained in:
parent
50c2fd9612
commit
8e0deb6a64
5 changed files with 9 additions and 3 deletions
|
@ -21,7 +21,8 @@ CPP="$OBJCPP"
|
|||
CPPFLAGS="$CPPFLAGS $OBJCPPFLAGS $($OBJFW_CONFIG --cppflags)"
|
||||
OBJCFLAGS="$OBJCFLAGS -Wall $($OBJFW_CONFIG --objcflags)"
|
||||
LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags --rpath)"
|
||||
LIBS="$LIBS $($OBJFW_CONFIG --libs)"
|
||||
AC_SUBST(OBJFW_LIBS, "$($OBJFW_CONFIG --libs)")
|
||||
AC_SUBST(OBJFW_FRAMEWORK_LIBS, "$($OBJFW_CONFIG --framework-libs)")
|
||||
|
||||
AX_CHECK_COMPILER_FLAGS(-Wdocumentation,
|
||||
[OBJCFLAGS="$OBJCFLAGS -Wdocumentation"])
|
||||
|
|
Reference in a new issue