diff options
author | Brian Behlendorf <[email protected]> | 2010-09-02 15:39:08 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-09-02 16:12:02 -0700 |
commit | 73fc084e9272e773efa4194bc5ead654f44c4846 (patch) | |
tree | cfe32a6696937209d9e4e422b885ca5c2059e1c8 /include/Makefile.in | |
parent | 6295556b716df883ca719d24838281ccbcce5c44 (diff) |
Move vendor check to spl-build.m4
This check was previously done with a hack in config.guess.
However, since a new config.guess is copied in to place when
forcing a full autoreconf this change was easily lost and
never a good idea. This commit also updates all of the
autoconf style support scripts in config.
Diffstat (limited to 'include/Makefile.in')
-rw-r--r-- | include/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.in b/include/Makefile.in index c64647450..89b31678a 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -152,6 +152,7 @@ SPL_META_NAME = @SPL_META_NAME@ SPL_META_RELEASE = @SPL_META_RELEASE@ SPL_META_VERSION = @SPL_META_VERSION@ STRIP = @STRIP@ +VENDOR = @VENDOR@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ |