all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [nakaji@jp.freebsd.org: config.guess and config.sub update request]
@ 2005-12-23 18:09 Richard M. Stallman
  2005-12-29 14:20 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Richard M. Stallman @ 2005-12-23 18:09 UTC (permalink / raw)


Would someone please update these files and ack?

------- Start of forwarded message -------
Date: Fri, 23 Dec 2005 23:17:55 +0900
From: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To: emacs-pretest-bug@gnu.org
Subject: config.guess and config.sub update request
Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63

Request:
========

The config.guess and config.sub are updated at
http://cvs.savannah.gnu.org/viewcvs/config/config/

Please update these two files in Emacs tree.

Background:
===========

On FreeBSD 7.0-CURRENT, the behavior of uname(1) and uname(3) are
changed, for example,

	uname -m  uname -p
i386:     i386      i386
pc98:     pc98      i386

Before this change, "uname -m" on pc98 also prints "i386".

This influences on system detection in configure script.

Here is an output of configure,

checking build system type... pc98-unknown-freebsd7.0
checking host system type... pc98-unknown-freebsd7.0
...

But, because Emacs tree only knows "i386-*-freebsd*", this
"pc98-unknown-freebsd7.0" causes configure error like this,

creating lib-src/Makefile
In file included from junk.c:6:
../src/config.h:961:25: m/.h: No such file or directory
creating src/Makefile
In file included from junk.c:11:
config.h:961:25: m/.h: No such file or directory

The latest config.guess and config.sub avoids this misconfiguration,
so please update them.

Thanks.
- -- 
NAKAJI Hiroyuki


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [nakaji@jp.freebsd.org: config.guess and config.sub update request]
  2005-12-23 18:09 [nakaji@jp.freebsd.org: config.guess and config.sub update request] Richard M. Stallman
@ 2005-12-29 14:20 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2005-12-29 14:20 UTC (permalink / raw)
  Cc: emacs-devel

"Richard M. Stallman" <rms@gnu.org> writes:

> Would someone please update these files and ack?

Done.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-29 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-23 18:09 [nakaji@jp.freebsd.org: config.guess and config.sub update request] Richard M. Stallman
2005-12-29 14:20 ` Andreas Schwab

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.