Lines Matching refs:withval
123 [HTML_DIR=$withval], [HTML_DIR='$(datadir)/doc'])
127 [test "x$withval" != "x" && HTML_DIR="$HTML_DIR/$withval"],
159 if test "$withval" != "no" -a "$withval" != "yes"; then
160 RDL_DIR=$withval
161 CPPFLAGS="${CPPFLAGS} -I$withval/include"
162 LDFLAGS="${LDFLAGS} -L$withval/lib"
195 if test "$withval" != "no" -a "$withval" != "yes"; then
196 Z_DIR=$withval
197 CPPFLAGS="${CPPFLAGS} -I$withval/include"
198 LDFLAGS="${LDFLAGS} -L$withval/lib"
203 if test "$withval" != "no" -a "$withval" != "yes"; then
204 LZMA_DIR=$withval
205 CPPFLAGS="${CPPFLAGS} -I$withval/include"
206 LDFLAGS="${LDFLAGS} -L$withval/lib"