aboutsummaryrefslogtreecommitdiffstats
path: root/vppctl/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'vppctl/configure.ac')
-rw-r--r--vppctl/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/vppctl/configure.ac b/vppctl/configure.ac
new file mode 100644
index 00000000000..0421019452a
--- /dev/null
+++ b/vppctl/configure.ac
@@ -0,0 +1,4 @@
+AC_INIT([vppctl], [1.0])
+AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT