mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
Add libguile to the subdirs where pre-inst-guile* looks for libraries
This fixes a problem on some platforms where a pre-inst guile incorrectly picks up an old installed library (e.g. from /usr/local/lib) instead of the not-yet-installed newly built library. For detailed discussion see and http://www.mail-archive.com/guile-devel@gnu.org/msg02529.html. * pre-inst-guile-env.in (subdirs_with_ltlibs): Add libguile. * pre-inst-guile.in (subdirs_with_ltlibs): Add libguile.
This commit is contained in:
parent
9d9a58e184
commit
b6c09de56a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
# Example: ../../pre-inst-guile-env ./guile-test-foo
|
# Example: ../../pre-inst-guile-env ./guile-test-foo
|
||||||
|
|
||||||
# config
|
# config
|
||||||
subdirs_with_ltlibs="srfi guile-readline" # maintain me
|
subdirs_with_ltlibs="srfi guile-readline libguile" # maintain me
|
||||||
|
|
||||||
# env (set by configure)
|
# env (set by configure)
|
||||||
top_srcdir="@top_srcdir_absolute@"
|
top_srcdir="@top_srcdir_absolute@"
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
# Code:
|
# Code:
|
||||||
|
|
||||||
# config
|
# config
|
||||||
subdirs_with_ltlibs="srfi guile-readline" # maintain me
|
subdirs_with_ltlibs="srfi guile-readline libguile" # maintain me
|
||||||
|
|
||||||
# env (set by configure)
|
# env (set by configure)
|
||||||
top_srcdir="@top_srcdir_absolute@"
|
top_srcdir="@top_srcdir_absolute@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue