summaryrefslogtreecommitdiff
path: root/autoconf-lib-link/tests/rpath-3abd
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf-lib-link/tests/rpath-3abd')
-rwxr-xr-xautoconf-lib-link/tests/rpath-3abd15
1 files changed, 0 insertions, 15 deletions
diff --git a/autoconf-lib-link/tests/rpath-3abd b/autoconf-lib-link/tests/rpath-3abd
deleted file mode 100755
index ecf34b9f5..000000000
--- a/autoconf-lib-link/tests/rpath-3abd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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.
-# Each library installed with a different prefix.
-
-rp=rp3abd
-build1_configure_flags=
-build2_configure_flags=
-build3_configure_flags=--disable-shared
-build4_package=rpathlz
-remove_la=no
-
-. $srcdir/rpath-3_b