[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] Initialization of pkgdata_DATA
From: |
Martin Lambers |
Subject: |
Re: [bug-gnulib] Initialization of pkgdata_DATA |
Date: |
Mon, 21 Aug 2006 20:43:26 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
On Mon, 21. Aug 2006, 20:15:41 +0200, Bruno Haible wrote:
> 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?
Yes, thank you. pkgdata_DATA is not initialized in Makefile.am anymore
in my projects.
Regards,
Martin