summaryrefslogtreecommitdiffstats
path: root/autoconf-lib-link
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-14 15:58:52 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:09:55 +0200
commitb272af5b3ac5730bb114ef74df51bcdb67bf8d08 (patch)
tree511beccaf3dbf56815617236fb79d4e38c7ab32e /autoconf-lib-link
parentab5e89b5b08726721ba0c2565a79b8e4aa9d36a3 (diff)
downloadexternal_gettext-b272af5b3ac5730bb114ef74df51bcdb67bf8d08.zip
external_gettext-b272af5b3ac5730bb114ef74df51bcdb67bf8d08.tar.gz
external_gettext-b272af5b3ac5730bb114ef74df51bcdb67bf8d08.tar.bz2
Move tests/rpath-3aae to autoconf-lib-link/tests/rpath-3aae.
Diffstat (limited to 'autoconf-lib-link')
-rwxr-xr-xautoconf-lib-link/tests/rpath-3aae14
1 files changed, 14 insertions, 0 deletions
diff --git a/autoconf-lib-link/tests/rpath-3aae b/autoconf-lib-link/tests/rpath-3aae
new file mode 100755
index 0000000..2f22fd0
--- /dev/null
+++ b/autoconf-lib-link/tests/rpath-3aae
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# Test config.rpath and AC_LIB_LINKFLAGS macro.
+# With dependencies: a static library depending on a static library,
+# and a shared library depending on both.
+
+rp=rp3aae
+build1_configure_flags=--disable-shared
+build2_configure_flags=--disable-shared
+build3_configure_flags=
+build4_package=rpathlz
+remove_la=no
+
+. $top_srcdir/tests/rpath-3_a