diff options
Diffstat (limited to 'vppversion/configure.ac')
-rw-r--r-- | vppversion/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vppversion/configure.ac b/vppversion/configure.ac new file mode 100644 index 00000000000..7bbe6fc5370 --- /dev/null +++ b/vppversion/configure.ac @@ -0,0 +1,8 @@ +AC_INIT(sign, 1.0) +AM_INIT_AUTOMAKE + +AM_PROG_AS +AC_PROG_CC +AC_PROG_LIBTOOL + +AC_OUTPUT([Makefile]) |