autoconf
[Top][All Lists]
Advanced

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

showing [


From: Bob Lockie
Subject: showing [
Date: Tue, 11 Mar 2003 01:34:06 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030309

I want the [] around the yes|no to show up when ./configure --help is given but I can't escape them and extra ones are ignored.


AC_ARG_WITH( [id3lib],
             AC_HELP_STRING( [--enable-id3lib=[yes|no]],
                             [enable support of id3lib\
 for reading id3 tags (default is YES) ] ),
             enable-id3lib=$withval,
             enable-id3lib=yes )


--
----------------------------------------
Sent from Mozilla and GNU/Linux.
Powered by an AMD processor.





reply via email to

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