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

* Re: guile-aclocal.sh looks broken.
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Marius Vollmer @ 2002-04-14 20:35 UTC (permalink / raw)


Marius Vollmer <mvo@zagadka.ping.de> writes:

>     ACLOCAL_AMFLAGS = -I $(top_srcdir)/guile-config
> 
> into every Makefile.am

Oops, only into the top-level Makefile.am.

_______________________________________________
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

* Re: guile-aclocal.sh looks broken.
  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
  1 sibling, 1 reply; 6+ messages in thread
From: Thien-Thi Nguyen @ 2002-04-24  0:50 UTC (permalink / raw)
  Cc: guile-devel

   From: Marius Vollmer <mvo@zagadka.ping.de>
   Date: 14 Apr 2002 22:29:42 +0200

   I propose to fix this situation [...]   OK?

cool.

i notice autoconf 2.53 now has abs_builddir and friends, so we can
replace our ad-hoc implementations of this functionality, too.

thi

_______________________________________________
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

* Re: guile-aclocal.sh looks broken.
  2002-04-24  0:50 ` Thien-Thi Nguyen
@ 2002-04-26 17:57   ` Marius Vollmer
  2002-04-26 19:09     ` Thien-Thi Nguyen
  0 siblings, 1 reply; 6+ messages in thread
From: Marius Vollmer @ 2002-04-26 17:57 UTC (permalink / raw)
  Cc: guile-devel

Thien-Thi Nguyen <ttn@giblet.glug.org> writes:

> cool.

Done.

> i notice autoconf 2.53 now has abs_builddir and friends, so we can
> replace our ad-hoc implementations of this functionality, too.

Ahh, good.  Can you do this?

_______________________________________________
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

* Re: guile-aclocal.sh looks broken.
  2002-04-26 17:57   ` Marius Vollmer
@ 2002-04-26 19:09     ` Thien-Thi Nguyen
  2002-04-27  0:49       ` Thien-Thi Nguyen
  0 siblings, 1 reply; 6+ messages in thread
From: Thien-Thi Nguyen @ 2002-04-26 19:09 UTC (permalink / raw)
  Cc: guile-devel

   From: Marius Vollmer <mvo@zagadka.ping.de>
   Date: 26 Apr 2002 19:57:02 +0200

   [use abs_builddir et al]
   
   Ahh, good.  Can you do this?

sure, will do immediately.

thi

_______________________________________________
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

* Re: guile-aclocal.sh looks broken.
  2002-04-26 19:09     ` Thien-Thi Nguyen
@ 2002-04-27  0:49       ` Thien-Thi Nguyen
  0 siblings, 0 replies; 6+ messages in thread
From: Thien-Thi Nguyen @ 2002-04-27  0:49 UTC (permalink / raw)


   From: Thien-Thi Nguyen <ttn@giblet.glug.org>
   Date: Fri, 26 Apr 2002 12:09:37 -0700

   sure, will do immediately.

turns out autoconf 2.53 abs_top_builddir is broken because top_builddir
can be empty.  see:

 http://mail.gnu.org/pipermail/autoconf-patches/2002-April/008353.html
 http://mail.gnu.org/pipermail/autoconf-patches/2002-April/008313.html

for this reason, i'll defer these changes until a fixed autoconf is
available (i've added a TODO item to remind us).

thi

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