From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.devel Subject: emacs-26.1-rc1: ./configure (was: Off Topic) Date: Thu, 24 May 2018 11:27:02 +1000 Message-ID: References: <969FAA27-5E74-4703-9BED-681C4616F26E@scratch.space> <20180522190450.GA35196@breton.holly.idiocy.org> <233B1E4D-DA1F-40B8-A261-0C4A1EFE34D0@scratch.space> <20180523204302.GA36578@breton.holly.idiocy.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1527125148 5378 195.159.176.226 (24 May 2018 01:25:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 24 May 2018 01:25:48 +0000 (UTC) Cc: Emacs developers To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 24 03:25:44 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 1fLf0i-0001Ii-9V for ged-emacs-devel@m.gmane.org; Thu, 24 May 2018 03:25:44 +0200 Original-Received: from localhost ([::1]:36073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLf2p-0003Tf-0Z for ged-emacs-devel@m.gmane.org; Wed, 23 May 2018 21:27:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLf29-0003TX-LY for emacs-devel@gnu.org; Wed, 23 May 2018 21:27:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLf26-0005bW-IP for emacs-devel@gnu.org; Wed, 23 May 2018 21:27:13 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39601) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fLf26-0005a2-BR for emacs-devel@gnu.org; Wed, 23 May 2018 21:27:10 -0400 X-Originating-IP: 123.243.244.176 Original-Received: from epi.local (123-243-244-176.tpgi.com.au [123.243.244.176]) (Authenticated sender: van@scratch.space) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id C14FF1BF203; Thu, 24 May 2018 03:27:13 +0200 (CEST) In-Reply-To: <20180523204302.GA36578@breton.holly.idiocy.org> X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.201 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:225638 Archived-At: > Alan Third writes: >=20 > I have to be > honest, I=E2=80=99ve no idea why. I just use: >=20 > ./configure >=20 > and it works fine. Er, not really for me, I get at the end of tag release = emacs-26.1-rc1=E2=80=99s ./configure configure: WARNING: This configuration installs a 'movemail' program that does not retrieve POP3 email. By default, Emacs 25 and earlier installed a 'movemail' program that retrieved POP3 email via only insecure channels, a practice that is no longer recommended but that you can continue to support by using './configure --with-pop'. configure: You might want to install GNU Mailutils and use './configure --with-mailutils=E2=80=99. and that might=E2=80=99ve pushed me to explore configure=E2=80=99s = switches, by trial and error.