This website requires JavaScript.
Explore
Help
Sign In
ligang
/
vpp
Watch
1
Star
0
Fork
0
You've already forked vpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
vpp
/
gmod
/
configure.ac
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2016-01-28 09:36:05 -05:00
AC_INIT(gmod, 1.0)
Replace AC_PROG_LIBTOOL with LT_INIT Change-Id: I642c4b8e83dd07708658a10ad46e9fd2c28a7f1f Signed-off-by: Dave Barach <dave@barachs.net>
2016-02-10 08:42:59 -05:00
LT_INIT
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>
2016-01-28 09:36:05 -05:00
AM_INIT_AUTOMAKE
Remove unnecessary and obsolete configure.ac directives Also enable silent rules where missing Change-Id: Ia521886815c862b013f01df4cc18fd8a298aaaa1 Signed-off-by: Damjan Marion <damarion@cisco.com>
2016-07-08 13:57:11 +02:00
AM_SILENT_RULES([yes])
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>
2016-01-28 09:36:05 -05:00
AC_PROG_CC
AC_OUTPUT([Makefile])
Reference in New Issue
Copy Permalink