diff options
author | Brian Behlendorf <behlendorf1@llnl.gov> | 2010-09-02 15:39:08 -0700 |
---|---|---|
committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2010-09-02 16:12:02 -0700 |
commit | 73fc084e9272e773efa4194bc5ead654f44c4846 (patch) | |
tree | cfe32a6696937209d9e4e422b885ca5c2059e1c8 /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 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index af58ad11b..189b77a46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,6 +219,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@ |