Tests for module 'havelib', moved here from GNU gettext.
[gnulib.git] / tests / havelib / rpath-3abe
diff --git a/tests/havelib/rpath-3abe b/tests/havelib/rpath-3abe
new file mode 100755 (executable)
index 0000000..2590a85
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+# Test config.rpath and AC_LIB_LINKFLAGS macro.
+# With dependencies: a static library depending on a static library,
+# and a shared library depending on both.
+# Each library installed with a different prefix.
+
+rp=rp3abe
+build1_configure_flags=--disable-shared
+build2_configure_flags=--disable-shared
+build3_configure_flags=
+build4_package=rpathlz
+remove_la=no
+
+. $srcdir/rpath-3_b