>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes: 
    SY> |--==> "APA" == Adrian Aichner <Adrian.Aichner(a)t-online.de>
writes:
    APA> I have finally fixed the build-configure problem both of you reported.
    SY> Yep works great for me now.  I do have one question, though.  I
    SY> couldn't find an easy way to set:
    SY>         '--with-sound=native,noesd'
Hi Steve!
The problem is that my build package attempts to parse information
from configure.usage and that file lacks a coherent notation for
different kinds of options.
It does have some conventions, but they are not being followed very
strictly.
Who is the owner of configure.usage these days?
I would be willing to send minor patches.
At the least
--with-sound=TYPE,[TYPE],... Compile with native sound support.
                        Valid types are `native', `nas' and `esd'.
                        Prefix a type with 'no' to disable.
                        The first option can be `none' or `all'.
                        `none' is a synonym for `nonative,nonas,noesd'.
                        `all' is a synonym for native,nas,esd or `all'.
                        The default is to autodetect all sound support.
should be rewritten as
--with-sound=TYPE[,TYPE]... Compile with native sound support.
                        Valid types are `native', `nas' and `esd'.
                        Prefix a type with 'no' to disable.
                        The first option can be `none' or `all'.
                        `none' is a synonym for `nonative,nonas,noesd'.
                        `all' is a synonym for native,nas,esd or `all'.
                        The default is to autodetect all sound support.
just like other comma-separated options introduced earlier:
--error-checking=TYPE[,TYPE]...
                        Compile with internal error-checking added.
                        Causes noticeable loss of speed.  Valid types
                        are extents, bufpos, malloc, gc, typecheck.
Adrian
    SY> I worked around it by 
    SY>         (setq build-configure--with-sound "native,noesd") 
    SY> in my startup files.
    SY> OK, lets get this puppy into CVS.  I'll email you privately about
    SY> doing that.
    SY> -- 
    SY> |---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
    SY> |            XEmacs - It's not just an editor.             |
    SY> |                    It's a way of life.                   |
    SY> |------------------------------------<youngs(a)xemacs.org>---|
-- 
Adrian Aichner
 mailto:adrianï¼ xemacs.org
 
http://www.xemacs.org/