> From: Bill Schottstaedt <[EMAIL PROTECTED]>
> Date: Mon,  7 Aug 2000 05:19:10 -0700
> 
> Guile 1.4.1 builds and works fine in Mac OS-X (developer
> version), but there's one small glitch in the configure
> process -- it doesn't recognize the name "Darwin" as the
> OS name (I think -- I'm no Mac or configure expert).
> The mac-supplied config.guess and config.sub (from
> /usr/libexec) do work.  I could send the relevant diffs,
> if there's interest.

Guile doesn't seem like the right place to fix it.  config.guess
itself says:

# Written by Per Bothner <[EMAIL PROTECTED]>.
# The master version of this file is at the FSF in /home/gd/gnu/lib.
# Please send patches to <[EMAIL PROTECTED]>.

config.guess isn't in the Guile CVS repository: it's supplied by your
own libtool installation.  libtool seems to track the master autoconf
copy.

Released versions of Guile will get the config.guess that's supplied
by the releaser's libtool installation: presumably the latest public
version.

Reply via email to