Add awk program check and use which one is found

Change-Id: Ia5ab161f83640189350ebe3a53d46834ea8bf9fc
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/configure.ac b/configure.ac
index c54b16c..f3b8e5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@
 AM_PROG_AR
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
+AC_PROG_AWK
 # Python
 AM_PATH_PYTHON([2.7], [AC_SUBST([PYTHON], [echo "$PYTHON"])], [AC_MSG_ERROR([Could not find python-2.7 installed...python-2.7 is required])])
 AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])