diff options
Diffstat (limited to 'vppctl/configure.ac')
-rw-r--r-- | vppctl/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vppctl/configure.ac b/vppctl/configure.ac new file mode 100644 index 00000000..04210194 --- /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 |