build: Do not force a specific perl from ${PERL} when running pod2man
authorAndrew Bartlett <abartlet@samba.org>
Thu, 7 Feb 2013 22:12:20 +0000 (09:12 +1100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 12 Mar 2013 08:07:55 +0000 (09:07 +0100)
commit4fdc78674955fd798b927758b17b4cd3075e5b40
tree5269c5a721219738f402e255487dba2a3e697d91
parente837f2ba45d5901c040374854167a5ef89c9b32d
build: Do not force a specific perl from ${PERL} when running pod2man

pod2man should have the right #!/usr/bin/perl line already, and forcing it may
cause us to use the wrong perl.

Essentially treat this like any other system binary, rather than forcing
it to use the first perl we found.

This essentially reverts e80f576db66ad04592ac436ed74ceb9b96452060.
Current SLES11 does not seem to have the issue this was added to
address.

Andrew Bartlett

Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Feb 28 02:14:25 CET 2013 on sn-devel-104
(cherry picked from commit 1da22ab994822acacf9a0378c68b15cd32535390)

Fix bug #9703 - Fix build on solaris8: Do not force a specific perl on pod2man.
pidl/wscript