pkg-config/check/check-define-variable

16 lines
284 B
Text
Raw Normal View History

#! /bin/sh
# Make sure we're POSIX
if [ "$PKG_CONFIG_SHELL_IS_POSIX" != "1" ]; then
PKG_CONFIG_SHELL_IS_POSIX=1 PATH=`getconf PATH` exec sh $0 "$@"
fi
set -e
. ${srcdir}/common
ARGS="--define-variable=includedir=/includedir/ --cflags simple"
RESULT="-I/includedir/"
run_test