mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 08:07:30 -04:00
10 lines
160 B
Bash
10 lines
160 B
Bash
#!/bin/sh
|
|
|
|
# Test config.rpath and AC_LIB_LINKFLAGS macro.
|
|
# Simple case: a static library.
|
|
|
|
rp=rp1a
|
|
build1_configure_flags=--disable-shared
|
|
|
|
. $srcdir/rpath-1
|