summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2010-09-02 15:39:08 -0700
committerBrian Behlendorf <[email protected]>2010-09-02 16:12:02 -0700
commit73fc084e9272e773efa4194bc5ead654f44c4846 (patch)
treecfe32a6696937209d9e4e422b885ca5c2059e1c8 /lib
parent6295556b716df883ca719d24838281ccbcce5c44 (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 'lib')
-rw-r--r--lib/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 7860a1592..201e20808 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -185,6 +185,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@