diff options
author | Andy Wingo <wingo@oblong.net> | 2009-04-21 12:41:19 +0200 |
---|---|---|
committer | Andy Wingo <wingo@oblong.net> | 2009-04-21 12:41:19 +0200 |
commit | d4876cb4133625d1cdddf044a1b434e292ee82d7 (patch) | |
tree | 38e4f705005077dc2328d907a53f782bf8e3e8e9 /meta/uninstalled-env.in | |
parent | 71d903c881e58a49806bb3af9c1ead507bc11ad4 (diff) |
distcheck fixen
* examples/Makefile.am: Fix the installed guile-config invocation to set
PKG_CONFIG_PATH.
* meta/Makefile.am (EXTRA_DIST): Dist the bin_SCRIPTS.
* meta/guile-config (pkg-config): Better error messages if pkg-config
invocation fails.
* meta/uninstalled-env.in (PATH): Now that guile-config and guile-tools
are not generated, make it the srcdir/meta instead of the builddir.
(Guile itself will be picked up from libguile.)
Diffstat (limited to 'meta/uninstalled-env.in')
-rw-r--r-- | meta/uninstalled-env.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/uninstalled-env.in b/meta/uninstalled-env.in index 56bbc307f..d5c7949f5 100644 --- a/meta/uninstalled-env.in +++ b/meta/uninstalled-env.in @@ -93,7 +93,7 @@ export PKG_CONFIG_PATH # handle PATH (no clobber) PATH="${top_builddir}/libguile:${PATH}" -PATH="${top_builddir}/meta:${PATH}" +PATH="${top_srcdir}/meta:${PATH}" export PATH exec "$@" |