all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Andreas Enge <andreas@enge.fr>
Cc: bug-guix@gnu.org
Subject: Re: Guix without pkg-config
Date: Wed, 30 Jan 2013 22:22:12 +0100	[thread overview]
Message-ID: <87obg6gyd7.fsf@gnu.org> (raw)
In-Reply-To: <201301301754.51952.andreas@enge.fr> (Andreas Enge's message of "Wed, 30 Jan 2013 17:54:51 +0100")

Andreas Enge <andreas@enge.fr> skribis:

> But setting GUILE_CFLAGS and GUILE_LIBS does not change anything, and 
> looking at the configure file, I do not have the impression that the 
> presence of these environment variables is checked. I suppose that all this 
> code is expanded from
>    PKG_CHECK_MODULES([GUILE], [guile-2.0])
> in configure.ac. Could this be considered a bug in this macro? How about 
> working around this issue by first checking for the variables inside 
> configure.ac, and only calling PKG_CHECK_MODULES if they are undefined?
>
> Does anyone see another easy solution?

The following should work:

  $ ./configure PKG_CONFIG=true GUILE_CFLAGS="" GUILE_LIBS=""

HTH,
Ludo’.

      reply	other threads:[~2013-01-30 21:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-30 16:54 Guix without pkg-config Andreas Enge
2013-01-30 21:22 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87obg6gyd7.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.