Lines Matching refs:q
12 $APXS -q CFLAGS >/dev/null 2>&1
19 $APXS -q CFLAGS >/dev/null 2>&1
30 $APXS -q CFLAGS
34 APXS_INCLUDEDIR=$($APXS -q INCLUDEDIR)
35 APXS_HTTPD=$($APXS -q SBINDIR)/$($APXS -q TARGET)
41 APXS_CFLAGS=$($APXS -q CFLAGS)
42 APU_BINDIR=$($APXS -q APU_BINDIR)
43 APR_BINDIR=$($APXS -q APR_BINDIR)
46 APR_CONFIG=$($APXS -q APR_CONFIG 2>/dev/null || echo $APR_BINDIR/apr-config)
47 APU_CONFIG=$($APXS -q APU_CONFIG 2>/dev/null || echo $APU_BINDIR/apu-config)
58 APACHE_VERSION=$($APXS -q HTTPD_VERSION 2>/dev/null)
71 APXS_LIBEXECDIR='$(INSTALL_ROOT)'$($APXS -q LIBEXECDIR)
72 if test -z $($APXS -q SYSCONFDIR); then
77 APXS_SYSCONFDIR='$(INSTALL_ROOT)'$($APXS -q SYSCONFDIR)