From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: configure{.in,} question Date: Sun, 24 Oct 2010 15:38:26 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1287949823 31316 80.91.229.12 (24 Oct 2010 19:50:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Oct 2010 19:50:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 24 21:50:22 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PA6aA-0003Oz-Ms for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 21:50:18 +0200 Original-Received: from localhost ([127.0.0.1]:43735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA6aA-0006Yx-4O for ged-emacs-devel@m.gmane.org; Sun, 24 Oct 2010 15:50:18 -0400 Original-Received: from [140.186.70.92] (port=40377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA6Oy-0003Ah-3K for emacs-devel@gnu.org; Sun, 24 Oct 2010 15:38:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PA6Oh-0007YK-J0 for emacs-devel@gnu.org; Sun, 24 Oct 2010 15:38:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PA6Oh-0007YE-HH for emacs-devel@gnu.org; Sun, 24 Oct 2010 15:38:27 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PA6Og-0002GH-3x; Sun, 24 Oct 2010 15:38:26 -0400 X-Spook: Glock colonel Etacs Rubin War on Terrorism enemy of the X-Ran: RrZ"2XeQ;fD"'Rnc![qTctb(wgK!:GVJa1bWqosSe)&a\H4iwI_"M)g.w^@=J1WTt+})}l X-Hue: blue X-Attribution: GM In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun\, 24 Oct 2010 19\:31\:10 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132063 Archived-At: Lars Magne Ingebrigtsen wrote: > I was going to remove the (BROKEN) from the gnutls conf option in > configure.in, but when I then said "autoconf" (aren't we supposed to > after all configure.in changes?), I got a somewhat big change in the > configure file, with lots gcc changes and stuff: Big changes are expected if you use a different version of autoconf to the previous guy. I try to use the same version always to avoid this. > ! if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x > ! then > ! ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" > ! fi > ! > ! if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x > ! then > ! ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" > fi I did not bother regenerating configure for that change, since it purely cosmetic.