On Wed, Feb 13, 2008 at 02:49:28PM -0700, Craig Tierney wrote:
> I am trying to build lustre against and unsupported
> kernel (2.6.20.20).  I am having some issues with it.
> 
> ./configure: line 3096: LB_CONFIG_FILES: command not found
> configure: creating ./config.status
> cd . && /bin/sh ./config.status autoMakefile
> config.status: error: invalid argument: autoMakefile
> 
> What is the proper way to rebuild the configure file?

You probably don't need them all, but the usual sequence of commands is

        aclocal
        autoconf
        autoheader
        automake -a

You can find this documented in many places on the web.  Search for
something like "GNU build system".

David S.

> 
> Thanks,
> Craig
> 
> 
> -- 
> Craig Tierney ([EMAIL PROTECTED])
_______________________________________________
Lustre-discuss mailing list
[email protected]
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to