Skip to Content.
Sympa Menu

freetds - [Fwd: Re: better param checking?]

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Sven Köhler <skoehler AT upb.de>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: [Fwd: Re: better param checking?]
  • Date: Sun, 13 Oct 2002 17:48:52 +0200


Below is one answer on a mail i send to the autoconf-general mailinglist.
i don't know what he's talking about, but perhaps it'll help

>
> hi!
>
> is there a way to tell configure to check params like --with-foo?
>
> ./configure --foo failes with an error
> ./configure --with-foo doesn't fail ... it just ignores the "--with-foo"
> option.
>
> this might also apply to --enable-foo
>
> ./configure --with-foo should fail with the message, that the option
> called "foo" is not available.
>
> any hints?

Look up AC_ARG_WITH or use:

http://autogen.sf.net/conftest.html





Archive powered by MHonArc 2.6.24.

Top of Page