All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willem Jan Withagen <wjw@digiware.nl>
To: Jaze Lee <jazeltq@gmail.com>, ceph-devel@vger.kernel.org
Subject: Re: what's the default package for configure without any parameters?
Date: Fri, 18 Mar 2016 12:43:31 +0100	[thread overview]
Message-ID: <56EBE9E3.3000808@digiware.nl> (raw)
In-Reply-To: <CAKZcxgdGCFKA6r5pMxfnhT_5U7UbP=f0+PTqGbHqE_Wgcvw3qQ@mail.gmail.com>

On 18-3-2016 04:29, Jaze Lee wrote:
> Hi, all
>     I run the ./configure without any parameter.How can i know the
> default configure options?

You can run ./configure --help

Some options tell you what their default state is.
The others I

Otherwise browse thru configure.ac looking for the line with "WITH_"on it.
And the harder version just run it and examine the output.

I think that the S[] array in config.status could help.
Options there are TRUE/FALSE and the combo like:

S["FREEBSD_FALSE"]=""
S["FREEBSD_TRUE"]="#"

Would indicate that this is not FreeBSD.
And the WITH_ values are there also.

--WjW





      reply	other threads:[~2016-03-18 11:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18  3:29 what's the default package for configure without any parameters? Jaze Lee
2016-03-18 11:43 ` Willem Jan Withagen [this message]

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=56EBE9E3.3000808@digiware.nl \
    --to=wjw@digiware.nl \
    --cc=ceph-devel@vger.kernel.org \
    --cc=jazeltq@gmail.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.