This is a discussion on Re: openssh 4.3p2 configure problem within the OpenSSH Development forums, part of the Networking and Network Related category; On Wed, 23 Aug 2006, Roger Cornelius wrote: > In configure for openssh 4.3p2 is this: > > as_executable_p=&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, 23 Aug 2006, Roger Cornelius wrote:
> In configure for openssh 4.3p2 is this: > > as_executable_p="test -f" > > as_executable_p, as the name suggests, is used to test whether a file is > executable or not, so should use -x and not -f. Discovered after doing > chmod a-x gcc so configure would not discover it, but found it anyway. That's an autoconf issue. It looks like this is fixed in autoconf 2.60 The next release (and current snapshots) will be using a configure generated by autoconf 2.60. -- Tim Rice Multitalents (707) 887-1469 tim@multitalents.net _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://lists.mindrot.org/mailman/lis...enssh-unix-dev |