mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* tests/demo-relink.test, tests/depdemo-relink.test: SKIP, don't
FAIL if no shared libs available in demo/. Do not try to access nonexistent files.
This commit is contained in:
parent
13cac3c5db
commit
2400d0ba16
@ -1,5 +1,9 @@
|
||||
2004-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/demo-relink.test, tests/depdemo-relink.test: SKIP, don't
|
||||
FAIL if no shared libs available in demo/. Do not try to access
|
||||
nonexistent files.
|
||||
|
||||
* libltdl/loaders/loadlibrary.c: Remove unneeded
|
||||
file-static variable.
|
||||
|
||||
|
@ -42,12 +42,13 @@ func_require "demo-inst" "$prefix/lib/libhello.la" "demo/libhello.la"
|
||||
|
||||
func_mkprefixdir
|
||||
func_cd "demo"
|
||||
func_save_files
|
||||
|
||||
# Check to make sure we have a dynamic library.
|
||||
func_get_config "library_names" "cat libhello.la"
|
||||
test -z "$library_names" \
|
||||
&& func_fatal_error "Exiting: demo/libhello.la is not a shared library"
|
||||
&& func_skip "Exiting: demo/libhello.la is not a shared library"
|
||||
|
||||
func_save_files
|
||||
|
||||
func_get_config 'shlibpath_overrides_runpath
|
||||
hardcode_action
|
||||
|
@ -45,12 +45,13 @@ func_require "depdemo-inst" "$prefix/lib/libl3.la" "depdemo/l3/libl3.la"
|
||||
|
||||
func_mkprefixdir
|
||||
func_cd "depdemo"
|
||||
func_save_files
|
||||
|
||||
# Check to make sure we have a dynamic library.
|
||||
func_get_config "library_names" "cat l3/libl3.la"
|
||||
test -z "$library_names" \
|
||||
&& func_fatal_error "Exiting: depdemo/l3/libl3.la is not a shared library"
|
||||
&& func_skip "Exiting: depdemo/l3/libl3.la is not a shared library"
|
||||
|
||||
func_save_files
|
||||
|
||||
func_get_config 'shlibpath_overrides_runpath
|
||||
hardcode_action
|
||||
|
Loading…
Reference in New Issue
Block a user