[Ocfs2-devel] Makefile and configure changes for 2.6 support

Villalovos, John L john.l.villalovos at intel.com
Fri Feb 27 16:09:54 CST 2004


> This is a cumulative patch to provide support to the build 
> system for building OCFS2 for 2.6.
> 
> This does NOT have the patches that are needed to the source 
> code files to make them build under 2.6.
> 
> It only consists of changes to:
> Config.make.in
> configure.in
> src/Makefile
> 
> and the addition of:
> src/Makefile-2.6.in
> 


Just one note.  If you are using a version of AutoConf before 2.58 then
you will need to do:

s/AS_HELP_STRING/AC_HELP_STRING/

Version 2.58 of AutoConf obsoleted AC_HELP_STRING and renamed it to
AS_HELP_STRING.

John


More information about the Ocfs2-devel mailing list