Add vppctl as a simple cli interface to vpp
[vpp.git] / vppctl / configure.ac
diff --git a/vppctl/configure.ac b/vppctl/configure.ac
new file mode 100644 (file)
index 0000000..0421019
--- /dev/null
@@ -0,0 +1,4 @@
+AC_INIT([vppctl], [1.0])
+AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT