summaryrefslogtreecommitdiffstats
path: root/config/kernel-blk-end-request.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix configure tests to play nice with GCC 4.6Prakash Surya2011-11-291-0/+3
| | | | | | | | | | | | As of GCC 4.6, specific kernel 2.6.32 header files do not compile cleanly without warnings. One specific example of this is the arch/x86/include/asm/percpu.h file. Thus, a few of the configure tests were getting hung up on this and the '-Wno-unsued-but-set-variables' compile option had to be introduced. Signed-off-by: Prakash Surya <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #459
* Add build systemBrian Behlendorf2010-08-311-0/+37
Add autoconf style build infrastructure to the ZFS tree. This includes autogen.sh, configure.ac, m4 macros, some scripts/*, and makefiles for all the core ZFS components.