X-Loop: help-debbugs@HIDDEN Subject: bug#17764: autom4te version is not remembered (for maintainer mode) Resent-From: Vincent Lefevre <vincent@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-automake@HIDDEN Resent-Date: Thu, 12 Jun 2014 16:24:01 +0000 Resent-Message-ID: <handler.17764.B.140259018931896 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 17764 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 17764 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-automake@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.140259018931896 (code B ref -1); Thu, 12 Jun 2014 16:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Jun 2014 16:23:09 +0000 Received: from localhost ([127.0.0.1]:45794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1Wv7mL-0008IE-R6 for submit <at> debbugs.gnu.org; Thu, 12 Jun 2014 12:23:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57846) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <vincent@HIDDEN>) id 1Wv7mG-0008HV-Ac for submit <at> debbugs.gnu.org; Thu, 12 Jun 2014 12:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1Wv7m6-00024K-Az for submit <at> debbugs.gnu.org; Thu, 12 Jun 2014 12:22:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1Wv7m6-00024G-8V for submit <at> debbugs.gnu.org; Thu, 12 Jun 2014 12:22:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1Wv7m1-0002Hy-2r for bug-automake@HIDDEN; Thu, 12 Jun 2014 12:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1Wv7lu-0001zK-T8 for bug-automake@HIDDEN; Thu, 12 Jun 2014 12:22:45 -0400 Received: from ypig.lip.ens-lyon.fr ([140.77.13.48]:44544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1Wv7lu-0001ts-NH for bug-automake@HIDDEN; Thu, 12 Jun 2014 12:22:38 -0400 Received: from vlefevre by ypig.lip.ens-lyon.fr with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <vincent@HIDDEN>) id 1Wv7lm-0000O7-4a; Thu, 12 Jun 2014 18:22:30 +0200 Date: Thu, 12 Jun 2014 18:22:30 +0200 From: Vincent Lefevre <vincent@HIDDEN> Message-ID: <20140612162230.GC12950@HIDDEN> Mail-Followup-To: Vincent Lefevre <vincent@HIDDEN>, bug-automake@HIDDEN MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6305-vl-r59709 (2013-04-16) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -5.0 (-----) I use 2 autoconf versions: $ autoconf --version autoconf (GNU Autoconf) 2.69 [...] $ $HOME/autoconf/bin/autoconf --version autoconf (GNU Autoconf) 2.69.115-251d1-dirty [...] With MPFR: $ $HOME/autoconf/bin/autoreconf $ ./configure AUTOCONF=$HOME/autoconf/bin/autoconf AUTOHEADER=$HOME/autoconf/bin/autoheader AUTOM4TE=$HOME/autoconf/bin/autom4te $ make clean $ touch configure.ac $ make CDPATH="${ZSH_VERSION+.}:" && cd . && /home/vlefevre/dash/bin/dash /home/vlefevre/software/mpfr/missing aclocal-1.14 -I m4 CDPATH="${ZSH_VERSION+.}:" && cd . && /home/vlefevre/autoconf/bin/autoconf cd . && /home/vlefevre/dash/bin/dash /home/vlefevre/software/mpfr/missing automake-1.14 --gnu aclocal.m4:17: warning: this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'. [...] If I use export AUTOM4TE=$HOME/autoconf/bin/autom4te everything is fine, but the autom4te version should be remembered via "configure" settings because the locally changed environment is lost with the terminal session. I suppose that the AUTOM4TE value should be defined in the Makefile (just like AUTOCONF and AUTOHEADER) and provided to the aclocal invocation. The problem can't even be solved by the following: $ $HOME/autoconf/bin/autoreconf $ ./configure AUTOCONF=$HOME/autoconf/bin/autoconf AUTOHEADER=$HOME/autoconf/bin/autoheader ACLOCAL="env AUTOM4TE=$HOME/autoconf/bin/autom4te aclocal" $ make clean $ touch configure.ac $ make CDPATH="${ZSH_VERSION+.}:" && cd . && env AUTOM4TE=/home/vlefevre/autoconf/bin/autom4te aclocal -I m4 CDPATH="${ZSH_VERSION+.}:" && cd . && /home/vlefevre/autoconf/bin/autoconf cd . && /home/vlefevre/dash/bin/dash /home/vlefevre/software/mpfr/missing automake-1.14 --gnu /home/vlefevre/dash/bin/dash ./config.status --recheck aclocal.m4:17: warning: this file was generated for autoconf 2.69.115-251d1-dirty. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'. -- Vincent Lefèvre <vincent@HIDDEN> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Vincent Lefevre <vincent@HIDDEN> Subject: bug#17764: Acknowledgement (autom4te version is not remembered (for maintainer mode)) Message-ID: <handler.17764.B.140259018931896.ack <at> debbugs.gnu.org> References: <20140612162230.GC12950@HIDDEN> X-Gnu-PR-Message: ack 17764 X-Gnu-PR-Package: automake Reply-To: 17764 <at> debbugs.gnu.org Date: Thu, 12 Jun 2014 16:24:01 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-automake@HIDDEN If you wish to submit further information on this problem, please send it to 17764 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 17764: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17764 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at control) by debbugs.gnu.org; 24 Dec 2014 00:38:08 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Dec 23 19:38:08 2014 Received: from localhost ([127.0.0.1]:56060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1Y3Zxn-0001dA-PK for submit <at> debbugs.gnu.org; Tue, 23 Dec 2014 19:38:08 -0500 Received: from mail-wg0-f46.google.com ([74.125.82.46]:45426) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <stefano.lattarini@HIDDEN>) id 1Y3Zxl-0001d2-TP for control <at> debbugs.gnu.org; Tue, 23 Dec 2014 19:38:06 -0500 Received: by mail-wg0-f46.google.com with SMTP id x13so10250171wgg.19 for <control <at> debbugs.gnu.org>; Tue, 23 Dec 2014 16:38:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; bh=8uWr8rbPa+ANKWkmbOsiy3LHZHDzl1pUWVGn+JeOCvw=; b=o4zkItK0Yf8HMZD105yTFfBOiMvzbmaBmD3TClwHpNmJ1hOCrE7VpaUWwylkr335DL 7QIx1sEG0s45tOvlwI8cHdg+ASQ5LoqcdBFBV23KI3s+cmD8xGbDPsOhYaX14aKyQ1jC jydzfHqChfk4YA79QZsPTOcNIIvjZoLO8p1ZURkQAA21ggqZAw4P0zkY4P+TX1zxwALV WUJI8O2eZ10X87gnqUg4cDYf3muSQET3oRjBpVMKl1c3l+xrHpVnsHMIF37BP3FbPMlg p1SS9tbInYUJlht+prvC4e6j38BNU9WNtnM6MoTU0A5pmsNfvfyi8MaHXsmWpoj4cQV6 vBSg== X-Received: by 10.194.200.1 with SMTP id jo1mr58925273wjc.64.1419381485278; Tue, 23 Dec 2014 16:38:05 -0800 (PST) Received: from [192.168.0.101] (host159-94-dynamic.7-79-r.retail.telecomitalia.it. [79.7.94.159]) by mx.google.com with ESMTPSA id w10sm29653470wje.10.2014.12.23.16.38.04 for <control <at> debbugs.gnu.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Dec 2014 16:38:04 -0800 (PST) Message-ID: <549A0AEC.2090700@HIDDEN> Date: Wed, 24 Dec 2014 01:38:04 +0100 From: Stefano Lattarini <stefano.lattarini@HIDDEN> MIME-Version: 1.0 To: GNU bug tracker automated control server <control <at> debbugs.gnu.org> Subject: 17764 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.7 (/) severity 17764 wishlist stop
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.