mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
13 lines
244 B
Bash
13 lines
244 B
Bash
#!/bin/sh
|
|
|
|
# Test config.rpath and AC_LIB_LINKFLAGS macro.
|
|
# With dependencies: a shared library depending on a shared library.
|
|
|
|
rp=rp2aad
|
|
build1_configure_flags=
|
|
build2_configure_flags=
|
|
build3_package=rpathly
|
|
remove_la=no
|
|
|
|
. $srcdir/rpath-2_a
|