view tests/havelib/rpath-3bag @ 14878:293a9a1292a9

strerror-override: avoid bloating errno module * modules/errno (Files, configure.ac): Move replacement strings... * modules/strerror-override: ...to new module. * modules/strerror (Depends-on): Add strerror-override. * modules/strerror_r-posix (Depends-on): Likewise. * MODULES.html.sh: Document new module. Reported by Bruno Haible. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Mon, 06 Jun 2011 15:11:04 -0600
parents 9bcc8c4d90d6
children
line wrap: on
line source

#!/bin/sh

# Test config.rpath and AC_LIB_LINKFLAGS macro.
# With dependencies: a shared library depending on a static library,
# and a shared library depending on both.
# No libtool *.la files are assumed, dependencies given as AC_LIB_LINKFLAGS
# argument instead.

rp=rp3bag
build1_configure_flags=--disable-shared
build2_configure_flags=
build3_configure_flags=
build4_package=rpathlzyx
remove_la=yes

. $srcdir/rpath-3_a