Hello, l...@gnu.org (Ludovic Courtès) writes:
> 2. $(pkglibdir), $(pkgdatadir), etc., all use .../$(PACKAGE), but I > think it should really be .../$(PACKAGE_TARNAME). This is actually documented in Automake (info "(automake) Uniform"), but this choice conflicts with what Autoconf says (info "(autoconf) Initializing configure"): The package TARNAME differs from PACKAGE: the latter designates the full package name (e.g., `GNU Autoconf'), while the former is meant for distribution tar ball names (e.g., `autoconf'). It seems clear to me that directory names shouldn’t contain the “full package name” with whitespaces, capitals, etc. Thus I’d suggest changing $(pkglibdir) & co. to use $(PACKAGE_TARNAME), not $(PACKAGE). Thanks, Ludo’.