X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=perftool%2Fconfigure.ac;h=f4a986972c200f5f9804f2a866ba3b38939833a3;hb=2bd44b7cdd49188da46ea85c4ab64d38d1e586f4;hp=37a4174f1df875e76761394c9d5713824455f98e;hpb=52642c3c535128cb96489fed45327bdd55953397;p=vpp.git diff --git a/perftool/configure.ac b/perftool/configure.ac index 37a4174f1df..f4a986972c2 100644 --- a/perftool/configure.ac +++ b/perftool/configure.ac @@ -1,5 +1,6 @@ AC_INIT(perftool, 2.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])) @@ -7,6 +8,5 @@ AC_CHECK_HEADER([vppinfra/clib.h],, AC_MSG_ERROR([Please install the vpp-dev package])) AM_PROG_LIBTOOL -AM_PROG_CC_C_O AC_OUTPUT([Makefile])