[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libposix nit
From: |
Bruno Haible |
Subject: |
Re: libposix nit |
Date: |
Wed, 8 Dec 2010 01:07:57 +0100 |
User-agent: |
KMail/1.9.9 |
Reuben Thomas wrote:
> configure does not complain if gperf is not installed.
This is normal. 'gperf' is generally not among the tools that a user needs
when configuring from a distributed tarball. It is the responsibility of
whoever creates that tarball (e.g. via "make dist") to run gperf on the
appropriate input files and to include the generated files in the tarball.
The Makefile.am rules included in the gnulib modules ensure this, if
automake's "make dist" target is used to create the tarball.
Bruno
- libposix nit, Reuben Thomas, 2010/12/07
- Re: libposix nit,
Bruno Haible <=