diff options
author | Brian Behlendorf <[email protected]> | 2009-03-10 10:57:52 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-03-11 12:37:34 -0700 |
commit | 0c617c9a63c733643019a8d930d902ce56b153cc (patch) | |
tree | 06495996357201096190238070b4da05dd141f4e /configure.ac | |
parent | d4326403de5f1fe9634c3d9468a51076eff702b6 (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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6285afa22..7409cba6e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,7 @@ */ AC_INIT +AC_LANG(C) SPL_AC_META AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM @@ -36,9 +37,6 @@ AC_PROG_INSTALL AC_PROG_CC AC_PROG_LIBTOOL -LINUX= -LINUX_OBJ= - SPL_AC_KERNEL SPL_AC_LICENSE SPL_AC_DEBUG |