
The gmond module (gmod) isn't built by default, pending CentOS packaging work. Change-Id: I78493a60f431cf9924a28d31ba29423a03aa79b3 Signed-off-by: Dave Barach <dave@barachs.net>
10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
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])
|