Update buildsys

This commit is contained in:
Jonathan Schleifer 2014-06-03 21:37:03 +02:00
parent 02690cc7bd
commit 3550a4e038
3 changed files with 181 additions and 110 deletions

View file

@ -54,7 +54,6 @@ AS_IF([test x"$GOBJC" = x"yes"], [
])
BUILDSYS_INIT
BUILDSYS_TOUCH_DEPS
dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP
dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself.