From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: About ./configure --cache-file (WAS: CHECK_STRUCTS/dmpstruct.h mechanism is broken.) Date: Sun, 14 Apr 2019 17:53:45 +0300 Message-ID: <834l70k58m.fsf@gnu.org> References: <9809d5ce-c1c4-48e9-6dac-489431b34067@cs.ucla.edu> <671ba8dd-894b-5698-d162-8901b1098b9a@cs.ucla.edu> <83k1g04al8.fsf@gnu.org> <93b861b3-41d2-e590-d4b8-46a4bb64bfe8@cs.ucla.edu> <20190412133727.GC4588@ACM> <20190413140646.GE13636@ACM> <20190414094535.GA17803@ACM> <83d0lok7cc.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="172206"; mail-complaints-to="usenet@blaine.gmane.org" Cc: acm@muc.de, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 14 16:54:09 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hFgWF-000ibj-3F for ged-emacs-devel@m.gmane.org; Sun, 14 Apr 2019 16:54:07 +0200 Original-Received: from localhost ([127.0.0.1]:36536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFgWE-00034w-3x for ged-emacs-devel@m.gmane.org; Sun, 14 Apr 2019 10:54:06 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFgW5-00034p-Ew for emacs-devel@gnu.org; Sun, 14 Apr 2019 10:53:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFgW4-0005xg-MV; Sun, 14 Apr 2019 10:53:56 -0400 Original-Received: from [176.228.60.248] (port=3036 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hFgW4-00064i-4B; Sun, 14 Apr 2019 10:53:56 -0400 In-reply-to: (message from Noam Postavsky on Sun, 14 Apr 2019 10:44:03 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:235441 Archived-At: > From: Noam Postavsky > Date: Sun, 14 Apr 2019 10:44:03 -0400 > Cc: Alan Mackenzie , Paul Eggert , > Emacs developers > > Why wouldn't you expect that to work? I assumed (without checking) that --with-gpm=no caches some variable. > > I think you are just being lucky: configure always recomputes > > variables that are not cached yet. > > If you pass --with-gpm=no, it skips the test so there's nothing to > cache anyway. A.k.a. "lucky".