diff options
author | Bruno Haible <bruno@clisp.org> | 2002-05-21 18:38:52 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:07:59 +0200 |
commit | 8f979f089670ae62706adc159808b26daa317a94 (patch) | |
tree | 8a99d67f6a71e1054f8c44b96071e5936ef82dc7 /tests/rpath-3bbd | |
parent | 44f5efd631f212abb3e6e38cd58ed8e76b80b89a (diff) | |
download | external_gettext-8f979f089670ae62706adc159808b26daa317a94.zip external_gettext-8f979f089670ae62706adc159808b26daa317a94.tar.gz external_gettext-8f979f089670ae62706adc159808b26daa317a94.tar.bz2 |
New tests of libtool and rpath with 3 libraries.
Diffstat (limited to 'tests/rpath-3bbd')
-rwxr-xr-x | tests/rpath-3bbd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/rpath-3bbd b/tests/rpath-3bbd new file mode 100755 index 0000000..df72cf7 --- /dev/null +++ b/tests/rpath-3bbd @@ -0,0 +1,17 @@ +#!/bin/sh + +# Test config.rpath and AC_LIB_LINKFLAGS macro. +# With dependencies: a shared library depending on a shared library, +# and a static library depending on both. +# No libtool *.la files are assumed, dependencies given as AC_LIB_LINKFLAGS +# argument instead. +# Each library installed with a different prefix. + +rp=rp3bbd +build1_configure_flags= +build2_configure_flags= +build3_configure_flags=--disable-shared +build4_package=rpathlzyx +remove_la=yes + +. $top_srcdir/tests/rpath-3_b |