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 21:50:44 +0800 Message-ID: References: <9nvc3w21uf.fsf@fencepost.gnu.org> <878v0ra1ao.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375019455 25206 80.91.229.3 (28 Jul 2013 13:50:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Jul 2013 13:50:55 +0000 (UTC) Cc: help-gnu-emacs To: Hongxu Chen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 28 15:50:57 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 1V3RNB-0001xJ-Og for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Jul 2013 15:50:57 +0200 Original-Received: from localhost ([::1]:39964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3RNB-0000Ds-FV for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Jul 2013 09:50:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3RN1-00009j-Aq for help-gnu-emacs@gnu.org; Sun, 28 Jul 2013 09:50:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3RN0-0006LA-9L for help-gnu-emacs@gnu.org; Sun, 28 Jul 2013 09:50:47 -0400 Original-Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:45471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3RMz-0006L6-QC for help-gnu-emacs@gnu.org; Sun, 28 Jul 2013 09:50:45 -0400 Original-Received: by mail-ob0-f179.google.com with SMTP id xk17so7337993obc.24 for ; Sun, 28 Jul 2013 06:50:45 -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 :cc:content-type; bh=GbOPigcKFj+0JREiAbq27GCTpyqhV5jcjzsfbjKTy78=; b=tKWjcbj/7vtNJZymbUvLIH/vwI7WAhoXkKNDWvBxYSfDbBIaf7IRUyyC2fwx6B0J9v ZBvR1VWmPDS1AVvsI3pbyk+cYrJ5qzK7cfB1EwO0x6R0o7Ou+yO9ft2srZgPpjOZG8hD IMEdMvFt/cD4SCcgaTvnTSr4MSkyjqxpUbSS9LECQ7vVg0Iq+cRoCuoi/hcr2aQkRfRg yr+Kex1694aH3HnSGay7wy4bwGykKE4NK2x5V1Ma0d+dEEIs2lalOXhafaOEG6xFSDKX uLoyzU5nrEwmMHm5Y34GNcDsYvR2AF6n+YBSHlNrMgTNjIKmuCGV2NfIU+PxguXPbRTU riGg== X-Received: by 10.50.50.210 with SMTP id e18mr492954igo.9.1375019445080; Sun, 28 Jul 2013 06:50:45 -0700 (PDT) Original-Received: by 10.42.28.3 with HTTP; Sun, 28 Jul 2013 06:50:44 -0700 (PDT) In-Reply-To: <878v0ra1ao.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::233 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:92489 Archived-At: On Sun, Jul 28, 2013 at 10:03 AM, Hongxu Chen wrote: > Hi Fuqiao, I suggest you read a some tutorials about autotools. > > And here is a link: http://www.lrde.epita.fr/~adl/dl/autotools.pdf Thanks. I've read this famous/great tutorial written by Alexandre Duret-Lutz two years ago, but the text in INSTALL makes me doubt myself. Now I'm starting to read the manual of Autoconf/Automake/Gnulib. For Libtool, I have no plan to learn much about it till now. -- Best regards, Xue Fuqiao.