Add autoconf-archive macros for building with autotools

Created recipe to integrate version 2016.03.20 of the autoconf-archive
set of macros to provide more robust features building with autotools.
Also included deploying these macros into the appropriate host sdk
directory.

Change-Id: I73063012092c6cd7b0b26ebecec6466bd5196d2e
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/common/recipes-devtools/autoconf-archive/autoconf-archive_2016.03.20.bb b/common/recipes-devtools/autoconf-archive/autoconf-archive_2016.03.20.bb
new file mode 100644
index 0000000..26f7342
--- /dev/null
+++ b/common/recipes-devtools/autoconf-archive/autoconf-archive_2016.03.20.bb
@@ -0,0 +1,13 @@
+require autoconf-archive.inc
+
+PARALLEL_MAKE = ""
+
+LICENSE = "GPLv2 & GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI[md5sum] = "99c4167b8107189bb6dcb98b09956829"
+SRC_URI[sha256sum] = "88fb2efff640eddd28a52ae550ff5561bca3bd2bba09e1d7b0580e719875e437"
+
+EXTRA_OECONF += "ac_cv_path_M4=m4"
+
+BBCLASSEXTEND = "native nativesdk"