Hi! 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. No module that I use modifies the pkgdata_DATA variable. This also affects the latest release of libgsasl (0.2.14). Regards, Martin