summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-09-23 22:45:07 +0200
committerLudovic Courtès <ludo@gnu.org>2009-09-24 00:06:54 +0200
commit297273e422ac2b382f6e289b9df5cf9c28b39fa6 (patch)
tree39556029e138b57aff7d00ff7fba14936d79af03 /.gitignore
parentd773ba231ce0c8d2c16a50d3449c74c60e0b4921 (diff)
downloadguile-297273e422ac2b382f6e289b9df5cf9c28b39fa6.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8754b488a..ffaebb456 100644
--- a/.gitignore
+++ b/.gitignore
@@ -113,3 +113,4 @@ INSTALL
/GSYMS
/GTAGS
/meta/guile-tools
+/meta/guile-config