From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: What should I do when building Emacs again with different configure options? Date: Sat, 27 Jul 2013 09:59:14 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1374890365 24670 80.91.229.3 (27 Jul 2013 01:59:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2013 01:59:25 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 27 03:59:27 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V2tn4-0004Vj-Vq for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jul 2013 03:59:27 +0200 Original-Received: from localhost ([::1]:56722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2tn4-0006AV-Ko for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jul 2013 21:59:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2tmu-0006AP-Gy for help-gnu-emacs@gnu.org; Fri, 26 Jul 2013 21:59:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2tmt-0003cF-O4 for help-gnu-emacs@gnu.org; Fri, 26 Jul 2013 21:59:16 -0400 Original-Received: from mail-oa0-x22b.google.com ([2607:f8b0:4003:c02::22b]:49366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2tmt-0003cB-Fd for help-gnu-emacs@gnu.org; Fri, 26 Jul 2013 21:59:15 -0400 Original-Received: by mail-oa0-f43.google.com with SMTP id i10so3822626oag.2 for ; Fri, 26 Jul 2013 18:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AKI1rDrH5lQpYI/16nBUq74jjJ+hpjITp/TTXCjCCdw=; b=Edm5ytQlA1FNm0T0vpHFbPqRML7LtiOgAiKStmoBFFlEDR77waP2wvM3ZHxaBOsl90 MO3vq7q2EjbGFFl4l+BWF+8wCQQkN+e/hoDunkZjrD+gt537gHTMQtKDfW0JUbDqBV9r UiosGtCX8VNiIA7r5Pw2UHupvmFlcMS0ymt1Mr6oOh9bV+aeKMw+wPsHLJRwEBbUFevA U5jwRVhmDCJN6h911kFYCsydkXqLwqpFV9iIij8h0E32VVd6wpvxGnTYiQhs+xHVfQJ+ WjzJ5818kzvJ1Cz6P8eVMdddGwfc8DauWOx5q1fDX4xPMuHbqbTp7J+n8L60lnWQWLwu 17Pw== X-Received: by 10.50.9.7 with SMTP id v7mr121796iga.51.1374890354307; Fri, 26 Jul 2013 18:59:14 -0700 (PDT) Original-Received: by 10.42.28.3 with HTTP; Fri, 26 Jul 2013 18:59:14 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92467 Archived-At: Hi, The INSTALL file says: --8<---------------cut here---------------start------------->8--- If you want to build Emacs again with different configure options, first clean the source directories: make distclean ./configure --8<---------------cut here---------------end--------------->8--- Does it mean I have to run a pure `./configure' before using a different configure option? E.g., --8<---------------cut here---------------start------------->8--- make distclean ./configure ./configure --this-time-it-is-a-different-option --8<---------------cut here---------------end--------------->8--- or just run `make distclean' and use the different option? I've searched the archives/web, but didn't find a question with close relations to mine. -- Best regards, Xue Fuqiao.