On 24 November 2011 09:57, Max Filippov <jcmvb...@gmail.com> wrote:
>>> There were some --*dir that are supported by Autoconf and
>>> not by QEMU configure.  The aim was to let QEMU packagers
>>> use the rpm (or similar) macro that overrides directories
>>> for their distribution.
>>
>> Ah. Can we list them explicitly with a comment about why
>> we accept but ignore them, please?

> http://www.gnu.org/prep/standards/html_node/Configuration.html says
> that it should also handle the following list:
>
> --bindir --sbindir --libexecdir --sysconfdir
> --sharedstatedir --localstatedir --libdir --includedir --oldincludedir
> --datarootdir --datadir --infodir --localedir --mandir --docdir
> --htmldir --dvidir --pdfdir --psdir

So the ones we don't already support are:
  --sbindir
  --libexecdir
  --datarootdir
  --infodir
  --localedir
  --htmldir
  --dvidir
  --pdfdir
  --psdir

-- PMM

Reply via email to