From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: 'WARNING' from Makefile.in Date: Tue, 19 Dec 2006 20:35:29 +0100 (MET) Message-ID: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1166556964 20420 80.91.229.10 (19 Dec 2006 19:36:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Dec 2006 19:36:04 +0000 (UTC) Cc: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 19 20:36:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gwkkr-0005RC-3s for ged-emacs-devel@m.gmane.org; Tue, 19 Dec 2006 20:36:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gwkkq-00006P-NC for ged-emacs-devel@m.gmane.org; Tue, 19 Dec 2006 14:36:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gwkkf-00006D-Na for emacs-devel@gnu.org; Tue, 19 Dec 2006 14:35:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gwkkc-000054-KB for emacs-devel@gnu.org; Tue, 19 Dec 2006 14:35:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gwkkc-00004x-Hl for emacs-devel@gnu.org; Tue, 19 Dec 2006 14:35:46 -0500 Original-Received: from [141.108.26.15] (helo=postino1.roma1.infn.it) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GwkkT-0005az-5H; Tue, 19 Dec 2006 14:35:37 -0500 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino1.roma1.infn.it (8.12.11/8.12.11) with ESMTP id kBJJZTU0029801; Tue, 19 Dec 2006 20:35:29 +0100 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id UAA21570; Tue, 19 Dec 2006 20:35:29 +0100 (MET) Original-To: emacs-devel@gnu.org X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.12.19.102932 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' 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:63957 Archived-At: Building Emacs-CVS (20061219) on Cygwin, I have observed: ----------------------------------------- configure: creating ./config.status config.status: creating Makefile config.status: WARNING: /tmp/emacs/Makefile.in seems to ignore the --datarootdir setting ^^^^^^^^^^^^^^^ config.status: creating lib-src/Makefile.c config.status: creating oldXMenu/Makefile config.status: creating man/Makefile config.status: creating lwlib/Makefile config.status: creating src/Makefile.c config.status: creating lisp/Makefile config.status: creating lispref/Makefile config.status: creating lispintro/Makefile config.status: creating leim/Makefile config.status: WARNING: /tmp/emacs/leim/Makefile.in seems to ignore the --datarootdir setting ^^^^^^^^^^^ config.status: creating src/config.h config.status: executing default commands ----------------------------------------- But emacs/Makefile.in is dated 20061203 and I have done several builds since 20061203 without those WARNINGs. So I conclude that, perhaps, the come from today 'configure.in' and 'configure' (regenerate). I note also a different distribution in the final build: the info directory has been transferred from emacs/ to emacs/share Angelo.