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: Re: What should I do when building Emacs again with different configure options? Date: Sun, 28 Jul 2013 06:30:15 +0800 Message-ID: References: <9nvc3w21uf.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1374964225 22254 80.91.229.3 (27 Jul 2013 22:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2013 22:30:25 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 28 00:30:28 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 1V3D0N-0005d3-Nu for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Jul 2013 00:30:27 +0200 Original-Received: from localhost ([::1]:42159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3D0N-0002ZK-8u for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jul 2013 18:30:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3D0D-0002YL-Bs for help-gnu-emacs@gnu.org; Sat, 27 Jul 2013 18:30:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3D0C-00082I-7k for help-gnu-emacs@gnu.org; Sat, 27 Jul 2013 18:30:17 -0400 Original-Received: from mail-oa0-x229.google.com ([2607:f8b0:4003:c02::229]:50697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3D0C-00082E-2y for help-gnu-emacs@gnu.org; Sat, 27 Jul 2013 18:30:16 -0400 Original-Received: by mail-oa0-f41.google.com with SMTP id j6so816251oag.14 for ; Sat, 27 Jul 2013 15:30:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Uhxdjnv5hjU9aFFrEoIF2nkEZevA0yFIFjyda3jPVgY=; b=W/b4z6UTFu0HQW3zXAfo9E1sFehVRa8+17jhhQm5dlulqao7mIKllww4AmDVuYz6tP YPVIdSHcL8XKfUHJGw5IJ3w/36HzdRMhXR4O4tX+XjJkvlRF5RsaWYavHEnWdjz6FBW7 Iazwsxq+ZfB/orKF8bMhSQo5wVudFRMYMjs8Jp2s+4+Q52jecNgd7pCTgdCnN2Z5QefJ 3nHTplJ1NhSqriWdZ+y9LI6xyOzRg1uc8wMUT3ndw7kfenWQ6s8GoXmbPcT0iHi9b/3A JQo7F4qYIjVSb+Hk8p+YkVC7PoJhmrSiGzHUUjSChG6ivIEBp0BFeWdx1BiTweqqHawp YVvA== X-Received: by 10.43.152.210 with SMTP id kx18mr20855690icc.39.1374964215081; Sat, 27 Jul 2013 15:30:15 -0700 (PDT) Original-Received: by 10.42.28.3 with HTTP; Sat, 27 Jul 2013 15:30:15 -0700 (PDT) In-Reply-To: <9nvc3w21uf.fsf@fencepost.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::229 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:92479 Archived-At: On Sat, Jul 27, 2013 at 10:06 AM, Glenn Morris wrote: > Xue Fuqiao wrote: >> make distclean >> ./configure >> ./configure --this-time-it-is-a-different-option > No. >> or just run `make distclean' and use the different option? > Yes. Ah, I see, thank you. So could we remove the "./configure"? It looks confusing. === modified file 'INSTALL' --- INSTALL 2013-07-20 19:20:33 +0000 +++ INSTALL 2013-07-27 22:27:32 +0000 @@ -98,7 +98,6 @@ first clean the source directories: make distclean - ./configure Note that the install automatically saves space by compressing (provided you have the `gzip' program) those installed Lisp source (.el) -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/