autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_HELP_STRING Help


From: Olaf Weber
Subject: Re: AC_HELP_STRING Help
Date: 23 Jan 2003 20:33:29 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence)

Bill Wendling writes:

> Hi all,
> I want to produce a help string like this:

>     --with-foo[=DIR]            Use the foo package

> (note the []s around the =DIR bit). When I use the option like this:

> AC_ARG_WITH([foo],
>             [AC_HELP_STRING([--with-foo[=DIR]],
>                             [Use the foo package])],,)

> It produces:

>     --with-foo=DIR            Use the foo package

> Is there a way to make it produce the []s that I want?

I think quadrigraphs should do it: [--with-foo@<:@=DIR@:>@]

-- 
Olaf Weber

               (This space left blank for technical reasons.)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]