aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/configure.ac
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-01-28 09:36:05 -0500
committerDave Barach <dave@barachs.net>2016-01-28 09:36:20 -0500
commitc23f7bc9a1602b069faba8e559e24bb859476276 (patch)
tree0d7d43c9597ccf9eefeb802cafbdc5b6e82e6387 /gmod/configure.ac
parent2068e983dd699e199f8c920e6b0f94e7847227dc (diff)
vpp metrics upload via gmond plugin
The gmond module (gmod) isn't built by default, pending CentOS packaging work. Change-Id: I78493a60f431cf9924a28d31ba29423a03aa79b3 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'gmod/configure.ac')
-rw-r--r--gmod/configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/gmod/configure.ac b/gmod/configure.ac
new file mode 100644
index 00000000..c26ca055
--- /dev/null
+++ b/gmod/configure.ac
@@ -0,0 +1,9 @@
+AC_INIT(gmod, 1.0)
+AM_INIT_AUTOMAKE
+
+AC_PROG_LIBTOOL
+AM_PROG_AS
+AC_PROG_CC
+AM_PROG_CC_C_O
+
+AC_OUTPUT([Makefile])