]> git.sesse.net Git - vlc/commit
* Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
authorSam Hocevar <sam@videolan.org>
Wed, 1 Feb 2006 11:20:52 +0000 (11:20 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 1 Feb 2006 11:20:52 +0000 (11:20 +0000)
commitd766835baa6ebb8f459a8df47443c4b05d91a7f5
tree427be1b482eb787bbaf1fd7095b356242ad47095
parent60626f42de0ac670eaa30ec64dff0cd1da7f6863
  * 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.
Makefile.am