Do not install directory if a corresponding feature is not enabled.

Problem: even if, say, bash_completion feature is not enabled via configure,
a corresponding directory (bash_completion.d) is installed anyway. Same problem
with cron, logrotate, udev.

Apparently it's not enough to guard "bashc_DATA" in Makefile
by "if ENABLE_BASHCOMP" -- it is also required to guard the directory.
1 file changed