aclocal: Fix Python and Perl checking macros.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 Feb 2006 19:45:03 +0000 (19:45 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 8 Feb 2006 19:45:03 +0000 (19:45 +0000)
  * Both were grievously broken, trying to run binaries which just
    didn't exist.  Check existence (and executability) of binaries
    before actually running them.

  * Python version checking had m4 quoting problems.  Fix them by
    liberal application of changequote.

  * Both failed to quote the proposed binary names properly.  This
    probably wasn't a problem, but I wouldn't put money on it.


No differences found