pkg-config/check/check-includedir
2005-08-27 09:05:14 +00:00

15 lines
197 B
Bash
Executable file

#! /bin/sh
# Do the Solaris Dance:
if [ ! -d ~root ] ; then
exec /usr/xpg4/bin/sh $0 "$@"
fi
set -e
. ${srcdir}/common
ARGS="--cflags includedir"
RESULT="-I/usr/include/somedir"
run_test