Add some good practices to autofoo
diff --git a/configure.ac b/configure.ac
index 0d3962b..3283b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,12 @@
 LT_INIT([disable-static pic-only])
 AC_PREFIX_DEFAULT([/usr])
 
+AC_PROG_CC
+AC_PROG_CC_C99
+AC_C_TYPEOF
+AM_PROG_CC_C_O
+AC_PROG_GCC_TRADITIONAL
+
 AC_ARG_ENABLE([logging],
 	AS_HELP_STRING([--disable-logging], [disable system logging @<:@default=enabled@:>@]),
 	[], enable_logging=yes)