[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Checking for guile from configure -- forward compat.
From: |
Neil Jerram |
Subject: |
Re: Checking for guile from configure -- forward compat. |
Date: |
Fri, 14 Aug 2009 22:32:47 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Peter Brett <address@hidden> writes:
> We ended up writing a pile of crufty m4/shell, which:
>
> - checks for guile-1.8.pc
> - if that fails, checks for guile-2.0.pc
> - if that fails, checks for guile-config
>
> http://git.gpleda.org/?p=gaf.git;a=blob;f=m4/geda-guile.m4;hb=HEAD
>
> Ewww.
That looks good to me. Seriously, given the shift from guile-config
to pkg-config, I don't think it's possible to get any simpler than
that; and you've wrapped it very nicely.
Regards,
Neil
Re: Checking for guile from configure -- forward compat., Peter Brett, 2009/08/14
- Re: Checking for guile from configure -- forward compat.,
Neil Jerram <=