diff options
Diffstat (limited to 'autoconf-lib-link/tests/rpath-2aaa')
-rwxr-xr-x | autoconf-lib-link/tests/rpath-2aaa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/autoconf-lib-link/tests/rpath-2aaa b/autoconf-lib-link/tests/rpath-2aaa deleted file mode 100755 index 02b0bdda5..000000000 --- a/autoconf-lib-link/tests/rpath-2aaa +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# Test config.rpath and AC_LIB_LINKFLAGS macro. -# With dependencies: a static library depending on a static library. - -rp=rp2aaa -build1_configure_flags=--disable-shared -build2_configure_flags=--disable-shared -build3_package=rpathly -remove_la=no - -. $srcdir/rpath-2_a |