[2421] Print a message (when running make install) about default services
There isn't a portable way (across automake versions) of printing something right at the end of `make install`. So we use the portable install-exec-hook and display the message in yellow color so that the user notices it. echo -e may not be portable, so we continue even if it fails.
Showing
Please register or sign in to comment