unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-aclocal.sh looks broken.
@ 2002-04-14 20:29 Marius Vollmer
  2002-04-14 20:35 ` Marius Vollmer
  2002-04-24  0:50 ` Thien-Thi Nguyen
  0 siblings, 2 replies; 6+ messages in thread
From: Marius Vollmer @ 2002-04-14 20:29 UTC (permalink / 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


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

end of thread, other threads:[~2002-04-27  0:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-14 20:29 guile-aclocal.sh looks broken Marius Vollmer
2002-04-14 20:35 ` 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

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).