From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qa0-x22a.google.com ([2607:f8b0:400d:c00::22a]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1X1gIW-0008A7-9K for ptxdist@pengutronix.de; Mon, 30 Jun 2014 20:27:25 +0200 Received: by mail-qa0-f42.google.com with SMTP id dc16so6858080qab.15 for ; Mon, 30 Jun 2014 11:27:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1403903740-6261-1-git-send-email-jon@ringle.org> <20140630090004.GG12903@pengutronix.de> Date: Mon, 30 Jun 2014 14:27:18 -0400 Message-ID: From: Jon Ringle Subject: Re: [ptxdist] [PATCH] autossh: new package Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" On Mon, Jun 30, 2014 at 2:22 PM, Jon Ringle wrote: >>>> +# ---------------------------------------------------------------------------- >>>> +# Prepare >>>> +# ---------------------------------------------------------------------------- >>>> + >>>> +AUTOSSH_CONF_TOOL := autoconf >>> >>> Really no relevant configure options? >> >> It worked for me without specifying any configure options. However, >> perhaps ptxdist might care about this one: >> >> --with-ssh=ARG specify path to ssh executable > > However, further investigation reveals that PATH_SSH (the #define that > gets created based on --with-ssh configure option) does not get used > at all in the source code: > > $ grep -r PATH_SSH . > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:| #define PATH_SSH "/usr/bin/ssh" > ./config.log:#define PATH_SSH "/usr/bin/ssh" > ./config.status:${ac_dA}PATH_SSH${ac_dB}PATH_SSH${ac_dC}"/usr/bin/ssh"${ac_dD} > ./config.status:${ac_uA}PATH_SSH${ac_uB}PATH_SSH${ac_uC}"/usr/bin/ssh"${ac_uD} > ./configure:#define PATH_SSH "$ac_cv_path_ssh" > ./configure.ac: PATH_SSH, "$ac_cv_path_ssh", > ./config.h:#define PATH_SSH "/usr/bin/ssh" > ./config.h.in:#undef PATH_SSH > > Jon Oh... I see now. Makefile.in uses it: $ grep -r path_ssh Makefile.in SSH= @path_ssh@ -- ptxdist mailing list ptxdist@pengutronix.de