aboutsummaryrefslogtreecommitdiffstats
path: root/config/spl-meta.m4
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-03-10 10:57:52 -0700
committerBrian Behlendorf <[email protected]>2009-03-11 12:37:34 -0700
commit0c617c9a63c733643019a8d930d902ce56b153cc (patch)
tree06495996357201096190238070b4da05dd141f4e /config/spl-meta.m4
parentd4326403de5f1fe9634c3d9468a51076eff702b6 (diff)
Build system cleanup
1) Undefine non-unique entries in spl_config.h 2) Minor Makefile cleanup 3) Don't use includedir for proper kernel header install
Diffstat (limited to 'config/spl-meta.m4')
-rw-r--r--config/spl-meta.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/config/spl-meta.m4 b/config/spl-meta.m4
index 0fd1f65d0..54c9ac38f 100644
--- a/config/spl-meta.m4
+++ b/config/spl-meta.m4
@@ -4,8 +4,20 @@ dnl # Read metadata from the META file.
dnl #
dnl # AUTHOR:
dnl # Chris Dunlap <[email protected]>
+dnl # Brian Behlendorf <[email protected]>
dnl #
AC_DEFUN([SPL_AC_META], [
+
+ AH_BOTTOM([
+#undef PACKAGE
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+#undef STDC_HEADERS
+#undef VERSION])
+
AC_MSG_CHECKING([metadata])
META="$srcdir/META"