unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Marius Vollmer <mvo@zagadka.ping.de>
Subject: guile-aclocal.sh looks broken.
Date: 14 Apr 2002 22:29:42 +0200	[thread overview]
Message-ID: <87lmbqnhvt.fsf@zagadka.ping.de> (raw)

Hi,

we use the script guile-aclocal.sh as a wrapper for aclocal.  It
should make sure that aclocal uses the *.m4 files distributed with
Guile in preference to the ones installed in the system.

I think it is broken, tho.  It will definitely be broken when we use
automake 1.6.

Ultimately, aclocal is invoked as

    aclocal --acdir=$temp -I .

but guile.m4 is no longer in ".".  It has been moved to guile-config.

Also, for automake 1.6, a single "acdir" does not seem to suffice.


I propose to fix this situation by removing guile-aclocal.sh
altogether, moving qthread.m4 into guile-config and invoking aclocal
as

    aclocal -I guile-config

from autogen.sh.  Also, we need to put

    ACLOCAL_AMFLAGS = -I $(top_srcdir)/guile-config

into every Makefile.am


OK?

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


             reply	other threads:[~2002-04-14 20:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-14 20:29 Marius Vollmer [this message]
2002-04-14 20:35 ` guile-aclocal.sh looks broken Marius Vollmer
2002-04-24  0:50 ` Thien-Thi Nguyen
2002-04-26 17:57   ` Marius Vollmer
2002-04-26 19:09     ` Thien-Thi Nguyen
2002-04-27  0:49       ` Thien-Thi Nguyen

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=87lmbqnhvt.fsf@zagadka.ping.de \
    --to=mvo@zagadka.ping.de \
    /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).