File: check-define-variable

package info (click to toggle)
pkg-config 0.21-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,740 kB
  • ctags: 2,471
  • sloc: ansic: 22,670; sh: 11,232; makefile: 303
file content (15 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

# Do the Solaris Dance:
if [ ! -d ~root ]  ; then
    exec /usr/xpg4/bin/sh $0 "$@" 
fi

set -e

. ${srcdir}/common

ARGS="--define-variable=includedir=/includedir/ --cflags simple"
RESULT="-I/includedir/"

run_test