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.)
This commit is contained in:
parent
71d903c881
commit
d4876cb413
4 changed files with 10 additions and 5 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue