unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#39437: guile-3.0.0: old version of guile.m4
@ 2020-02-05 15:49 Klaus Stehle
  2020-03-06 17:10 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Klaus Stehle @ 2020-02-05 15:49 UTC (permalink / raw)
  To: 39437

The file "./meta/guile.m4", which comes with guile-3.0.0, is the old  
version of guile-2.2
Autoconf-based packages built with guile-3.0 are installed in the  
site/2.2-directories  :-(


Line 64 of "guile.m4" looks like this:

   _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"

It should be turned into:

   _guile_versions_to_search="m4_default([$1], [3.0 2.2 2.0 1.8])"


Best regards
Klaus







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

* bug#39437: guile-3.0.0: old version of guile.m4
  2020-02-05 15:49 bug#39437: guile-3.0.0: old version of guile.m4 Klaus Stehle
@ 2020-03-06 17:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-03-06 17:10 UTC (permalink / raw)
  To: Klaus Stehle; +Cc: 39437-done

Hi,

Klaus Stehle <klaus.stehle@uni-tuebingen.de> skribis:

> The file "./meta/guile.m4", which comes with guile-3.0.0, is the old
> version of guile-2.2
> Autoconf-based packages built with guile-3.0 are installed in the
> site/2.2-directories  :-(
>
>
> Line 64 of "guile.m4" looks like this:
>
>   _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"
>
> It should be turned into:
>
>   _guile_versions_to_search="m4_default([$1], [3.0 2.2 2.0 1.8])"

This was fixed in commit 0ad3986504eac9065ffd54701e7674e424967b80.

Thanks,
Ludo’.





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

end of thread, other threads:[~2020-03-06 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 15:49 bug#39437: guile-3.0.0: old version of guile.m4 Klaus Stehle
2020-03-06 17:10 ` Ludovic Courtès

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