From: Rusty Lynch <rusty@linux.co.intel.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] Makefile and configure changes for 2.6 support
Date: Fri Feb 27 17:36:20 2004 [thread overview]
Message-ID: <20040227233607.GA16342@penguin.co.intel.com> (raw)
In-Reply-To: <403FCA30.6090807@intel.com>
On Fri, Feb 27, 2004 at 02:52:32PM -0800, John L. Villalovos wrote:
> This is a cumulative patch to provide support to the build system for
> building OCFS2 for 2.6.
<snip>
> +AC_ARG_ENABLE(kernel-2_6, AS_HELP_STRING([--enable-kernel-2_6], [(BROKEN!)
> Enable building on Linux kernel version 2.6.x
> (default=no)]),enable_kernel26=yes,enable_kernel26=no)
> +OCFS_KERNEL_2_6=
> +if test "x$enable_kernel26" = "xyes"; then
> + OCFS_KERNEL_2_6=yes
> +fi
> +AC_SUBST(OCFS_KERNEL_2_6)
> +
What version of autoconf are you using? My v2.57 on my Fedora Core 1 box
doesn't understand AS_HELP_STRING.
[rusty@penguin b]$ autoconf
configure.in:86: error: possibly undefined macro: AS_HELP_STRING
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
next prev parent reply other threads:[~2004-02-27 17:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-27 16:52 [Ocfs2-devel] Makefile and configure changes for 2.6 support John L. Villalovos
2004-02-27 17:36 ` Rusty Lynch [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-02-27 18:09 Villalovos, John L
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040227233607.GA16342@penguin.co.intel.com \
--to=rusty@linux.co.intel.com \
--cc=ocfs2-devel@oss.oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.