1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Have guile-config' close over pkg-config' and $(pkgconfigdir).

* meta/Makefile.am (guile-config): New target.
  (EXTRA_DIST): Add `guile-config.in'.

* meta/guile-config.in: New, formerly `guile-config'.  Use the right
  installed `guile', with the right $PKG_CONFIG_PATH.  Disable
  auto-compilation.
  (%pkg-config-program): New variable.
  (pkg-config): Use it.
This commit is contained in:
Ludovic Courtès 2009-09-23 22:45:07 +02:00
parent d773ba231c
commit 297273e422
3 changed files with 21 additions and 4 deletions

1
.gitignore vendored
View file

@ -113,3 +113,4 @@ INSTALL
/GSYMS
/GTAGS
/meta/guile-tools
/meta/guile-config