From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qc0-x234.google.com ([2607:f8b0:400d:c01::234]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1X1gE6-0007pu-Io for ptxdist@pengutronix.de; Mon, 30 Jun 2014 20:22:51 +0200 Received: by mail-qc0-f180.google.com with SMTP id r5so7472068qcx.11 for ; Mon, 30 Jun 2014 11:22:44 -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:22:43 -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" >>> +# ---------------------------------------------------------------------------- >>> +# 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 -- ptxdist mailing list ptxdist@pengutronix.de