diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-14 16:02:56 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:09:57 +0200 |
commit | 2e128a4a68c40791df1fbe03a8820179d84efbb2 (patch) | |
tree | 425e167b12623307a7c920374e84d43ffc7c0d04 /autoconf-lib-link | |
parent | a4cdde009646b3d2985bd9391968175c9442b191 (diff) | |
download | external_gettext-2e128a4a68c40791df1fbe03a8820179d84efbb2.zip external_gettext-2e128a4a68c40791df1fbe03a8820179d84efbb2.tar.gz external_gettext-2e128a4a68c40791df1fbe03a8820179d84efbb2.tar.bz2 |
Move tests/rpath-3bba to autoconf-lib-link/tests/rpath-3bba.
Diffstat (limited to 'autoconf-lib-link')
-rwxr-xr-x | autoconf-lib-link/tests/rpath-3bba | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/autoconf-lib-link/tests/rpath-3bba b/autoconf-lib-link/tests/rpath-3bba new file mode 100755 index 0000000..a90ee14 --- /dev/null +++ b/autoconf-lib-link/tests/rpath-3bba @@ -0,0 +1,17 @@ +#!/bin/sh + +# Test config.rpath and AC_LIB_LINKFLAGS macro. +# With dependencies: a static library depending on a static 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=rp3bba +build1_configure_flags=--disable-shared +build2_configure_flags=--disable-shared +build3_configure_flags=--disable-shared +build4_package=rpathlzyx +remove_la=yes + +. $top_srcdir/tests/rpath-3_b |