diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-14 15:59:25 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:09:56 +0200 |
commit | fade57c9bedeb7d7485c7d80cb8269af03527612 (patch) | |
tree | b24f7ee0ab84816dabdcba5e0bbe91a48e73ed39 /autoconf-lib-link | |
parent | 43faac61d20f6cc4440a6c69ce1363e79295fa64 (diff) | |
download | external_gettext-fade57c9bedeb7d7485c7d80cb8269af03527612.zip external_gettext-fade57c9bedeb7d7485c7d80cb8269af03527612.tar.gz external_gettext-fade57c9bedeb7d7485c7d80cb8269af03527612.tar.bz2 |
Move tests/rpath-3aah to autoconf-lib-link/tests/rpath-3aah.
Diffstat (limited to 'autoconf-lib-link')
-rwxr-xr-x | autoconf-lib-link/tests/rpath-3aah | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/autoconf-lib-link/tests/rpath-3aah b/autoconf-lib-link/tests/rpath-3aah new file mode 100755 index 0000000..96580e7 --- /dev/null +++ b/autoconf-lib-link/tests/rpath-3aah @@ -0,0 +1,14 @@ +#!/bin/sh + +# Test config.rpath and AC_LIB_LINKFLAGS macro. +# With dependencies: a shared library depending on a shared library, +# and a shared library depending on both. + +rp=rp3aah +build1_configure_flags= +build2_configure_flags= +build3_configure_flags= +build4_package=rpathlz +remove_la=no + +. $top_srcdir/tests/rpath-3_a |