summaryrefslogtreecommitdiffstats
path: root/tests/rpath-2aba
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-21 13:33:42 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:05:29 +0200
commit4b0d4c9156417a9519b895e8fda7935f0d86c2c3 (patch)
tree60f2fcb71a8f9cd0a4ec9b72986c949835219843 /tests/rpath-2aba
parent24ce4c3d7aa0b675c8f401043b088da1b4ba0a25 (diff)
downloadexternal_gettext-4b0d4c9156417a9519b895e8fda7935f0d86c2c3.zip
external_gettext-4b0d4c9156417a9519b895e8fda7935f0d86c2c3.tar.gz
external_gettext-4b0d4c9156417a9519b895e8fda7935f0d86c2c3.tar.bz2
New tests for config.rpath and lib-link.m4.
Diffstat (limited to 'tests/rpath-2aba')
-rwxr-xr-xtests/rpath-2aba13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/rpath-2aba b/tests/rpath-2aba
new file mode 100755
index 0000000..dd39860
--- /dev/null
+++ b/tests/rpath-2aba
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Test config.rpath and AC_LIB_LINKFLAGS macro.
+# With dependencies: a static library depending on a static library.
+# Each library installed with a different prefix.
+
+rp=rp2aba
+build1_configure_flags=--disable-shared
+build2_configure_flags=--disable-shared
+build3_package=rpathly
+remove_la=no
+
+. $top_srcdir/tests/rpath-2_b