Re: [libav-devel] [PATCH] configure: separate option-arguments from options to POSIX commands

2012-10-19 Thread Diego Biurrun
On Sat, Oct 13, 2012 at 01:47:16PM +0300, Martin Storsjö wrote: > On Sat, 13 Oct 2012, Måns Rullgård wrote: > >Martin Storsjö writes: > >>On Sat, 13 Oct 2012, Mans Rullgard wrote: > >> > >>>POSIX says this about option syntax: > >>> > >>> If the SYNOPSIS of a standard utility shows an option with

Re: [libav-devel] [PATCH] configure: separate option-arguments from options to POSIX commands

2012-10-13 Thread Martin Storsjö
On Sat, 13 Oct 2012, Måns Rullgård wrote: Martin Storsjö writes: On Sat, 13 Oct 2012, Mans Rullgard wrote: POSIX says this about option syntax: If the SYNOPSIS of a standard utility shows an option with a mandatory option-argument, a conforming application shall use separate arguments f

Re: [libav-devel] [PATCH] configure: separate option-arguments from options to POSIX commands

2012-10-13 Thread Måns Rullgård
Martin Storsjö writes: > On Sat, 13 Oct 2012, Mans Rullgard wrote: > >> POSIX says this about option syntax: >> >> If the SYNOPSIS of a standard utility shows an option with a >> mandatory option-argument, a conforming application shall use >> separate arguments for that option and its option-

Re: [libav-devel] [PATCH] configure: separate option-arguments from options to POSIX commands

2012-10-13 Thread Martin Storsjö
On Sat, 13 Oct 2012, Mans Rullgard wrote: POSIX says this about option syntax: If the SYNOPSIS of a standard utility shows an option with a mandatory option-argument, a conforming application shall use separate arguments for that option and its option-argument. However, a conforming impleme

[libav-devel] [PATCH] configure: separate option-arguments from options to POSIX commands

2012-10-12 Thread Mans Rullgard
POSIX says this about option syntax: If the SYNOPSIS of a standard utility shows an option with a mandatory option-argument, a conforming application shall use separate arguments for that option and its option-argument. However, a conforming implementation shall also permit applications