Convert build process to autotools

Update obmc-console recipe with additional dependency.

Change-Id: I9a34a35ac942cb2cc79e64976242b5daf1cf8de0
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb b/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
index 065b5c6..89e94a0 100644
--- a/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
+++ b/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
@@ -9,6 +9,8 @@
 
 TARGET_CFLAGS   += "-fpic -O2"
 
+DEPENDS += "autoconf-archive-native"
+
 SRC_URI += "git://github.com/openbmc/obmc-console"
 SRC_URI += "file://${PN}.conf"