fix build errors on fresh checkout
* meta/guile-tools: We can't use srfi-1, because on a fresh checkout the srfi-1 shlib isn't built yet. Bummer. * meta/uninstalled-env.in: Fix up the DYLD lines for BSDen. * module/scripts/snart-guile-m4-docs.scm: Fix expected arguments.
This commit is contained in:
parent
d1529ddfcb
commit
2b4b555b8f
3 changed files with 11 additions and 4 deletions
|
|
@ -80,7 +80,7 @@ for dir in $subdirs_with_ltlibs ; do
|
|||
done
|
||||
LTDL_LIBRARY_PATH="${ltdl_prefix}$LTDL_LIBRARY_PATH"
|
||||
export LTDL_LIBRARY_PATH
|
||||
DYLD_LIBRARY_PATH="${dyld_prefix}${top_builddir}/libguile/.libs:$DYLD_LIBRARY_PATH"
|
||||
DYLD_LIBRARY_PATH="${dyld_prefix}$DYLD_LIBRARY_PATH"
|
||||
export DYLD_LIBRARY_PATH
|
||||
|
||||
if [ x"$PKG_CONFIG_PATH" = x ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue