diff options
author | Brian Behlendorf <[email protected]> | 2010-03-26 15:21:06 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-03-26 15:41:17 -0700 |
commit | 8934764e6049d1eebae3eca8af99b8ee7140c0ab (patch) | |
tree | 1d47c799047f2b323c982d9107d4c711f0624cc3 /spl_config.h.in | |
parent | 16b719f0066047aaf404756a0b4fe8c74eec6a2a (diff) |
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.
Diffstat (limited to 'spl_config.h.in')
-rw-r--r-- | spl_config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |