Initial commit of vpp code.
[vpp.git] / vppversion / configure.ac
diff --git a/vppversion/configure.ac b/vppversion/configure.ac
new file mode 100644 (file)
index 0000000..7bbe6fc
--- /dev/null
@@ -0,0 +1,8 @@
+AC_INIT(sign, 1.0)
+AM_INIT_AUTOMAKE
+
+AM_PROG_AS
+AC_PROG_CC
+AC_PROG_LIBTOOL
+
+AC_OUTPUT([Makefile])