summaryrefslogtreecommitdiffstats
path: root/tests/rpath-3abb
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-05-21 18:38:52 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:59 +0200
commit8f979f089670ae62706adc159808b26daa317a94 (patch)
tree8a99d67f6a71e1054f8c44b96071e5936ef82dc7 /tests/rpath-3abb
parent44f5efd631f212abb3e6e38cd58ed8e76b80b89a (diff)
downloadexternal_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-3abb')
-rwxr-xr-xtests/rpath-3abb15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/rpath-3abb b/tests/rpath-3abb
new file mode 100755
index 0000000..0420668
--- /dev/null
+++ b/tests/rpath-3abb
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+# Test config.rpath and AC_LIB_LINKFLAGS macro.
+# With dependencies: a static library depending on a shared library,
+# and a static library depending on both.
+# Each library installed with a different prefix.
+
+rp=rp3abb
+build1_configure_flags=
+build2_configure_flags=--disable-shared
+build3_configure_flags=--disable-shared
+build4_package=rpathlz
+remove_la=no
+
+. $top_srcdir/tests/rpath-3_b