summaryrefslogtreecommitdiff
path: root/autoconf-lib-link/tests/rpath-3bbb
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf-lib-link/tests/rpath-3bbb')
-rwxr-xr-xautoconf-lib-link/tests/rpath-3bbb17
1 files changed, 0 insertions, 17 deletions
diff --git a/autoconf-lib-link/tests/rpath-3bbb b/autoconf-lib-link/tests/rpath-3bbb
deleted file mode 100755
index 32dcde7e5..000000000
--- a/autoconf-lib-link/tests/rpath-3bbb
+++ /dev/null
@@ -1,17 +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.
-# No libtool *.la files are assumed, dependencies given as AC_LIB_LINKFLAGS
-# argument instead.
-# Each library installed with a different prefix.
-
-rp=rp3bbb
-build1_configure_flags=
-build2_configure_flags=--disable-shared
-build3_configure_flags=--disable-shared
-build4_package=rpathlzyx
-remove_la=yes
-
-. $srcdir/rpath-3_b