remove configure and Makefiles

Change-Id: I32b2ce4839c359891841385467cf532b1ebe4a59
diff --git a/examples/analyzer.cc b/examples/analyzer.cc
index ae08019..1c50325 100644
--- a/examples/analyzer.cc
+++ b/examples/analyzer.cc
@@ -701,8 +701,8 @@
   bool bit_accounting = parser.Found(_("a"));
   if (bit_accounting && !CONFIG_ACCOUNTING) {
     fprintf(stderr,
-            "Bit accounting support not found.  "
-            "Recompile with:\n./configure --enable-accounting\n");
+            "Bit accounting support not found. "
+            "Recompile with:\n./cmake -DCONFIG_ACCOUNTING=1\n");
     return false;
   }
   frame = new AnalyzerFrame(parser.Found(_("a")));