summaryrefslogtreecommitdiff
path: root/autoconf-lib-link/tests/rpath-3aab
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf-lib-link/tests/rpath-3aab')
-rwxr-xr-xautoconf-lib-link/tests/rpath-3aab14
1 files changed, 0 insertions, 14 deletions
diff --git a/autoconf-lib-link/tests/rpath-3aab b/autoconf-lib-link/tests/rpath-3aab
deleted file mode 100755
index 93d157eaf..000000000
--- a/autoconf-lib-link/tests/rpath-3aab
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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.
-
-rp=rp3aab
-build1_configure_flags=
-build2_configure_flags=--disable-shared
-build3_configure_flags=--disable-shared
-build4_package=rpathlz
-remove_la=no
-
-. $srcdir/rpath-3_a