From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Tramp as ELPA package Date: Sun, 26 Aug 2018 08:39:57 +0200 Message-ID: <874lfhpr5u.fsf@igel.home> References: <20180819204918.GA3934@ACM> <20180821162043.GA3946@ACM> <20180823213418.GA32596@ACM> <83lg8w9mt2.fsf@gnu.org> <871saoc70o.fsf@gmx.de> <87wosebzur.fsf_-_@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1535266277 19757 195.159.176.226 (26 Aug 2018 06:51:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2018 06:51:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: Eli Zaretskii , Michael Albinus , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 08:51:12 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ftotE-00052E-DQ for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2018 08:51:12 +0200 Original-Received: from localhost ([::1]:48161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftovK-0005wf-LB for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2018 02:53:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftovB-0005wA-Oc for emacs-devel@gnu.org; Sun, 26 Aug 2018 02:53:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ftoic-0001kU-JH for emacs-devel@gnu.org; Sun, 26 Aug 2018 02:40:15 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:47289) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ftoiV-0001bI-AT; Sun, 26 Aug 2018 02:40:07 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 41ylkV39Crz1qwfN; Sun, 26 Aug 2018 08:40:02 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 41ylkV2pDmz1qqkc; Sun, 26 Aug 2018 08:40:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id APlXScWjssn6; Sun, 26 Aug 2018 08:39:58 +0200 (CEST) X-Auth-Info: fWA3+IVq35qBrQSbe9tvYybb2HbcNnD/Hbe6qKxAXgCa85T5TLwgDqZrCYwxZiuQ Original-Received: from igel.home (ppp-188-174-155-223.dynamic.mnet-online.de [188.174.155.223]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sun, 26 Aug 2018 08:39:58 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 1000) id 8D2EA2C122B; Sun, 26 Aug 2018 08:39:57 +0200 (CEST) X-Yow: Hmmm.. a CRIPPLED ACCOUNTANT with a FALAFEL sandwich is HIT by a TROLLEY-CAR.. In-Reply-To: (Stefan Monnier's message of "Sat, 25 Aug 2018 17:04:54 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 212.18.0.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228921 Archived-At: On Aug 25 2018, Stefan Monnier wrote: > diff --git a/configure.ac b/configure.ac > index 4fd0e0d0..f1f033cd 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -24,9 +24,12 @@ > # incompatible changes (with quotation) have appeared since 2.50. > AC_PREREQ([2.50]) > > -# Initialize configure script. This is the only point Tramp revision > +# Initialize configure script. The only place where Tramp's version > +# is kept is in lisp/tramp.el's "Version:" header. > # needs to be set. > -AC_INIT([Tramp], [2.4.0], [tramp-devel@gnu.org]) > +# NOTE: the main purpose of the `regexp` call is to strip the final LF. > +define([TRAMP_VERSION], regexp(esyscmd([sed -n -e 's/^;; Version: *//p' lisp/tramp.el]), [[-a-z0-9.]*], [\&])) > +AC_INIT([Tramp], TRAMP_VERSION, [tramp-devel@gnu.org]) > AC_MSG_NOTICE([$PACKAGE_STRING]) You need to add a rule to regenerate configure when tramp.el changes. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."