unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Cc: guile-user@gnu.org
Subject: Re: Guile 1.7.91 has been released.
Date: Tue, 14 Feb 2006 08:48:09 +1100	[thread overview]
Message-ID: <87oe1brkva.fsf@zip.com.au> (raw)
In-Reply-To: <dspgfp$kvo$1@sea.gmane.org> (Han-Wen Nienhuys's message of "Mon,  13 Feb 2006 08:37:13 +0000 (UTC)")

hanwen@byrd.xs4all.nl (Han-Wen Nienhuys) writes:
>
> ## Remove fileblocks.o from the object list.  This file gets added by
> ## the Autoconf macro AC_STRUCT_ST_BLOCKS.  But there is no need.
> #LIBOBJS="`echo ${LIBOBJS} | sed 's/fileblocks\.o//g'`"

Actually, the bit preceding that seems relevant,

  ## NOTE the code below sets LIBOBJS directly and so is now forbidden
  ## -- I'm disabling it for now in the hopes that the newer autoconf
  ## will DTRT -- if not, we need to fix up the sed command to match the
  ## others...

I guess AC_STRUCT_ST_BLOCKS should be changed to 

    AC_CHECK_MEMBERS([struct stat.st_blocks])

if we only want the field test, not the libobj.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


  reply	other threads:[~2006-02-13 21:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-12 23:15 Guile 1.7.91 has been released Marius Vollmer
2006-02-13  8:37 ` Han-Wen Nienhuys
2006-02-13 21:48   ` Kevin Ryde [this message]
2006-02-14 11:35 ` Han-Wen Nienhuys
2006-02-14 21:32   ` Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oe1brkva.fsf@zip.com.au \
    --to=user42@zip.com.au \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).