Merge pull request #652 from openweave/bug/github-issue-651

Reflect the Correct, Up-to-Date Location of 'config.guess'
diff --git a/Makefile-Android b/Makefile-Android
index f152356..e4f3c23 100644
--- a/Makefile-Android
+++ b/Makefile-Android
@@ -271,7 +271,7 @@
 LDFLAGS="$(LDFLAGS)" \
 JAVA_HOME="$(JAVA_HOME)" \
 JNI_INCLUDE_DIRS="$(JNI_INCLUDE_DIRS)" \
---build=$(shell $(AbsTopSourceDir)/third_party/nlbuild-autotools/repo/autoconf/config.guess) \
+--build=$(shell $(AbsTopSourceDir)/third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess) \
 --host=$(ABI_CONFIG_TUPLE_$(1)) \
 --with-sysroot=$(ABI_SYSROOT) \
 --with-libtool-sysroot=$(ABI_SYSROOT) \
diff --git a/Makefile-iOS b/Makefile-iOS
index 2aebc79..4d8c33f 100644
--- a/Makefile-iOS
+++ b/Makefile-iOS
@@ -294,7 +294,7 @@
 lt_cv_ld_exported_symbols_list=yes \
 ac_cv_func_clock_gettime=no \
 ac_cv_have_decl_clock_gettime=no \
---build=$(shell $(AbsTopSourceDir)/third_party/nlbuild-autotools/repo/autoconf/config.guess) \
+--build=$(shell $(AbsTopSourceDir)/third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess) \
 --host=$($(1)_arch_AUTOTOOLS)-$(TargetTupleStem) \
 --target=$($(1)_arch_AUTOTOOLS)-$(TargetTupleStem) \
 --prefix=/ \