[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Initialization of pkgdata_DATA
From: |
Simon Josefsson |
Subject: |
Re: Initialization of pkgdata_DATA |
Date: |
Tue, 22 Aug 2006 12:12:59 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
Bruno Haible <address@hidden> writes:
> Martin Lambers wrote:
>> Currently, 'make install' in the gnulib directory of my projects always
>> creates the directory $(pkgdatadir) (/usr/local/share/<packagename> by
>> default), even if it is empty.
>>
>> If I remove the initialization of pkgdata_DATA in Makefile.am, the
>> directory is not created.
>
> I'm committing the following change. Does it fix the problem?
It appears to fix the problem for me, thanks. Also thanks to Martin
for the report!
I didn't have time to put this into just released gsasl 0.2.15, but it
will be in the next release.
/Simon