* Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
there is no easy way to check for the presence of an executable, but trying to execute it ("foo --version >/dev/null") is usually safe.
Showing
Please register or sign in to comment