diff options
author | Damjan Marion <damarion@cisco.com> | 2016-07-08 13:57:11 +0200 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2016-07-08 13:55:35 +0000 |
commit | bbae375ca20df350b26bb97cbe63835661379457 (patch) | |
tree | b611d1b3b7d5ec06b8b6d1b375798fdc5456cd57 /g2 | |
parent | 952f4f742261ed534806fe508fd61cc613af286f (diff) |
Remove unnecessary and obsolete configure.ac directives
Also enable silent rules where missing
Change-Id: Ia521886815c862b013f01df4cc18fd8a298aaaa1
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'g2')
-rw-r--r-- | g2/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g2/configure.ac b/g2/configure.ac index cd6522fc2ae..c8af7747b89 100644 --- a/g2/configure.ac +++ b/g2/configure.ac @@ -1,13 +1,12 @@ AC_INIT(g2, 3.0) AM_INIT_AUTOMAKE +AM_SILENT_RULES([yes]) AC_CHECK_LIB([vppinfra], [clib_mem_get_page_size],, AC_MSG_ERROR([Please install the vpp-lib package])) AC_CHECK_HEADER([vppinfra/clib.h],, AC_MSG_ERROR([Please install the vpp-dev package])) -AM_PROG_AS -AM_PROG_CC_C_O PKG_CHECK_MODULES(g2, gtk+-2.0) AC_OUTPUT([Makefile]) |