On 2014-06-02 23:27, David DeHaven wrote:
Looks pretty good. A couple of questions still:
* Where is the AC_SUBST for SDKROOT?
* Could we get the "Checking for Xcode sdk name" output to only print on macosx?
Would this be OK instead?
AC_MSG_CHECKING([for sdk name])
AC_MSG_RESULT([$SDKNAME])
Otherwise it might make sense to just move the whole arg into the macosx block
too.
As I understand it, the whole concept of an sdkname is only present on
mac, so I would prefer it being in the macosx conditional block.
/Erik