diff options
Diffstat (limited to 'tests/havelib/rpath-2aab')
-rwxr-xr-x | tests/havelib/rpath-2aab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/havelib/rpath-2aab b/tests/havelib/rpath-2aab new file mode 100755 index 0000000000..a8e8760be8 --- /dev/null +++ b/tests/havelib/rpath-2aab @@ -0,0 +1,12 @@ +#!/bin/sh + +# Test config.rpath and AC_LIB_LINKFLAGS macro. +# With dependencies: a static library depending on a shared library. + +rp=rp2aab +build1_configure_flags= +build2_configure_flags=--disable-shared +build3_package=rpathly +remove_la=no + +. $srcdir/rpath-2_a |