mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-06 13:41:39 +00:00
10 lines
160 B
Bash
Executable File
10 lines
160 B
Bash
Executable File
#!/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
|