From 8934764e6049d1eebae3eca8af99b8ee7140c0ab Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 26 Mar 2010 15:21:06 -0700 Subject: Add support for 'make -s' silent builds The cleanest way to do this is to set AM_LIBTOOLFLAGS = --silent. However, AM_LIBTOOLFLAGS is not honored by automake-1.9.6-2.1 which is what I have been using. To cleanly handle this I am updating to automake-1.11-3 which is why it looks like there is a lot of churn in the Makefiles. --- spl_config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spl_config.h.in') diff --git a/spl_config.h.in b/spl_config.h.in index 3189756c2..ac608d44f 100644 --- a/spl_config.h.in +++ b/spl_config.h.in @@ -198,6 +198,10 @@ /* Page state NR_INACTIVE_FILE is available */ #undef HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* get_zone_counts() is needed */ #undef NEED_GET_ZONE_COUNTS -- cgit v1.2.3