Home | History | Annotate | Line # | Download | only in tests
      1  1.1  christos #!/bin/sh
      2  1.1  christos 
      3  1.1  christos # Test config.rpath and AC_LIB_LINKFLAGS macro.
      4  1.1  christos # With dependencies: a static library depending on a shared library,
      5  1.1  christos # and a static library depending on both.
      6  1.1  christos # No libtool *.la files are assumed, dependencies given as AC_LIB_LINKFLAGS
      7  1.1  christos # argument instead.
      8  1.1  christos # Each library installed with a different prefix.
      9  1.1  christos 
     10  1.1  christos rp=rp3bbb
     11  1.1  christos build1_configure_flags=
     12  1.1  christos build2_configure_flags=--disable-shared
     13  1.1  christos build3_configure_flags=--disable-shared
     14  1.1  christos build4_package=rpathlzyx
     15  1.1  christos remove_la=yes
     16  1.1  christos 
     17  1.1  christos . $srcdir/rpath-3_b
     18