guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile support in GNU make


From: Ludovic Courtès
Subject: Re: Guile support in GNU make
Date: Thu, 19 Jan 2012 21:42:53 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Hi Paul,

I see Make’s configure.in reads this:

--8<---------------cut here---------------start------------->8---
# For some strange reason, at least on Ubuntu, each version of Guile
# comes with it's own PC file so we have to specify them as individual
# packages.  Ugh.
AS_IF([test "x$with_guile" != xno],
[ PKG_CHECK_MODULES([GUILE], [guile-2.0], [have_guile=yes],
  [PKG_CHECK_MODULES([GUILE], [guile-1.8], [have_guile=yes],
   [PKG_CHECK_MODULES([GUILE], [guile-1.6], [have_guile=yes],
    [have_guile=no])])])
])
--8<---------------cut here---------------end--------------->8---

But only Guile 2.0 and the latest 1.8 releases have a .pc file.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]