Home
last modified time | relevance | path

Searched refs:APXS (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/www/mod_auth_pubtkt/mod_auth_pubtkt-0.13/
H A Dconfigure7 APXS=/usr/sbin/apxs
8 test -x $APXS || unset APXS
9 if [ -z $APXS ]; then
10 APXS=/usr/bin/apxs
11 test -x $APXS || unset APXS
13 if [ -z $APXS ]; then
14 APXS=/usr/bin/apxs2
15 test -x $APXS || unset APXS
48 ac_prev=APXS
74 HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
[all …]
/dports/devel/sope/SOPE/sope-appserver/mod_ngobjweb/
H A DGNUmakefile9 APXS = $(APACHE)/sbin/apxs macro
16 APXS=$(apxs) macro
18 APXS=$(shell which apxs 2>/dev/null) macro
21 APXS=$(shell which apxs 2>/dev/null) macro
24 APXS= macro
42 ifeq ($(APXS),)
44 ifeq ($(APXS),)
45 APXS = $(APACHE)/sbin/apxs2 macro
49 ifneq ($(APXS),)
51 APXS_CFLAGS = $(shell $(APXS) -q CFLAGS_SHLIB) $(shell $(APXS) -q CFLAGS)
[all …]
/dports/devel/sope2/SOPE/sope-appserver/mod_ngobjweb/
H A DGNUmakefile9 APXS = $(APACHE)/sbin/apxs macro
16 APXS=$(apxs) macro
18 APXS=$(shell which apxs 2>/dev/null) macro
21 APXS=$(shell which apxs 2>/dev/null) macro
24 APXS= macro
42 ifeq ($(APXS),)
44 ifeq ($(APXS),)
45 APXS = $(APACHE)/sbin/apxs2 macro
49 ifneq ($(APXS),)
51 APXS_CFLAGS = $(shell $(APXS) -q CFLAGS_SHLIB) $(shell $(APXS) -q CFLAGS)
[all …]
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/support/
H A Djk_apxs.m449 APXS$1=${withval}
56 if ${TEST} -n "${APXS$1}" ; then
74 APACHE$1_CC="`${APXS$1} -q CC`"
86 APXS$1_CFLAGS="`${APXS$1} -q CFLAGS`"
87 APXS$1_CPPFLAGS=""
97 APXS$1_CFLAGS="`${APXS$1} -q CFLAGS` `${APXS$1} -q EXTRA_CFLAGS`"
98 APXS$1_CPPFLAGS="`${APXS$1} -q EXTRA_CPPFLAGS`"
131 AC_SUBST(APXS$1)
132 AC_SUBST(APXS$1_CFLAGS)
134 AC_SUBST(APXS$1_CPPFLAGS)
[all …]
/dports/www/mod_fcgid/mod_fcgid-2.3.9/
H A Dconfigure.apxs6 if test "$APXS" = ""; then
7 APXS=`which apxs 2>/dev/null`
10 if test "$APXS" = ""; then
12 echo or the environment variable APXS must provide the full path of APXS,
15 echo APXS=/path/to/apxs $0
21 echo Configuring mod_fcgid for APXS in $APXS
26 exp_installbuilddir=`$APXS -q exp_installbuilddir`
37 rel_fix_prefix=`$APXS -q prefix`
38 rel_libexecdir=`$APXS -q exp_libexecdir | sed -e "s#^$rel_fix_prefix/##;"`
41 httpd_conffile=`$APXS -q exp_sysconfdir`/`$APXS -q progname`.conf
[all …]
/dports/security/modsecurity3-apache/ModSecurity-apache-0.0.9-beta1-20-gf692ea99/build/
H A Dfind_apxs.m43 AC_MSG_NOTICE(looking for Apache module support via DSO through APXS)
10 APXS=apxs
12 APXS="$withval"
16 if test -z "$APXS"; then
26 APXS="$i/apxs2"
29 APXS="$i/apxs"
34 if test -n "$APXS" -a "$APXS" != "no" -a -x "$APXS" ; then
35 AC_MSG_NOTICE(found APXS at $APXS)
37 AC_MSG_ERROR(couldn't find APXS)
/dports/www/mod_php81/php-8.1.1/sapi/apache2handler/
H A Dconfig.m412 APXS=apxs
13 $APXS -q CFLAGS >/dev/null 2>&1
15 APXS=/usr/sbin/apxs
21 $APXS -q CFLAGS >/dev/null 2>&1
32 $APXS -q CFLAGS
37 APXS_BINDIR=`$APXS -q BINDIR`
38 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
39 APXS_CFLAGS=`$APXS -q CFLAGS`
40 APU_BINDIR=`$APXS -q APU_BINDIR`
41 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/www/mod_php80/php-8.0.15/sapi/apache2handler/
H A Dconfig.m412 APXS=apxs
13 $APXS -q CFLAGS >/dev/null 2>&1
15 APXS=/usr/sbin/apxs
21 $APXS -q CFLAGS >/dev/null 2>&1
32 $APXS -q CFLAGS
37 APXS_BINDIR=`$APXS -q BINDIR`
38 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
39 APXS_CFLAGS=`$APXS -q CFLAGS`
40 APU_BINDIR=`$APXS -q APU_BINDIR`
41 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/lang/php74/php-7.4.27/sapi/apache2handler/
H A Dconfig.m412 APXS=apxs
13 $APXS -q CFLAGS >/dev/null 2>&1
15 APXS=/usr/sbin/apxs
21 $APXS -q CFLAGS >/dev/null 2>&1
32 $APXS -q CFLAGS
37 APXS_BINDIR=`$APXS -q BINDIR`
38 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
39 APXS_CFLAGS=`$APXS -q CFLAGS`
40 APU_BINDIR=`$APXS -q APU_BINDIR`
41 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/lang/php81/php-8.1.1/sapi/apache2handler/
H A Dconfig.m412 APXS=apxs
13 $APXS -q CFLAGS >/dev/null 2>&1
15 APXS=/usr/sbin/apxs
21 $APXS -q CFLAGS >/dev/null 2>&1
32 $APXS -q CFLAGS
37 APXS_BINDIR=`$APXS -q BINDIR`
38 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
39 APXS_CFLAGS=`$APXS -q CFLAGS`
40 APU_BINDIR=`$APXS -q APU_BINDIR`
41 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/lang/php80/php-8.0.15/sapi/apache2handler/
H A Dconfig.m412 APXS=apxs
13 $APXS -q CFLAGS >/dev/null 2>&1
15 APXS=/usr/sbin/apxs
21 $APXS -q CFLAGS >/dev/null 2>&1
32 $APXS -q CFLAGS
37 APXS_BINDIR=`$APXS -q BINDIR`
38 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
39 APXS_CFLAGS=`$APXS -q CFLAGS`
40 APU_BINDIR=`$APXS -q APU_BINDIR`
41 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/www/mod_php74/php-7.4.27/sapi/apache2handler/
H A Dconfig.m412 APXS=apxs
13 $APXS -q CFLAGS >/dev/null 2>&1
15 APXS=/usr/sbin/apxs
21 $APXS -q CFLAGS >/dev/null 2>&1
32 $APXS -q CFLAGS
37 APXS_BINDIR=`$APXS -q BINDIR`
38 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
39 APXS_CFLAGS=`$APXS -q CFLAGS`
40 APU_BINDIR=`$APXS -q APU_BINDIR`
41 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/www/mod_auth_tkt/mod_auth_tkt-2.1.0/
H A Dconfigure7 APXS=/usr/sbin/apxs
8 test -x $APXS || unset APXS
37 APXS=$ac_optarg ;;
39 ac_prev=APXS ;;
59 test -n "$APXS" || die "Error: cannot locate apxs (use --apxs=/path/to/apxs)"
60 test -x $APXS || die "Error: missing apxs '$APXS' (use --apxs=/path/to/apxs)"
64 HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
86 echo "APXS = $APXS" >> Makedefs
/dports/lang/php73/php-7.3.33/sapi/apache2handler/
H A Dconfig.m411 APXS=apxs
12 $APXS -q CFLAGS >/dev/null 2>&1
14 APXS=/usr/sbin/apxs
20 $APXS -q CFLAGS >/dev/null 2>&1
31 $APXS -q CFLAGS
36 APXS_BINDIR=`$APXS -q BINDIR`
37 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
38 APXS_CFLAGS=`$APXS -q CFLAGS`
39 APU_BINDIR=`$APXS -q APU_BINDIR`
40 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/www/mod_php73/php-7.3.33/sapi/apache2handler/
H A Dconfig.m411 APXS=apxs
12 $APXS -q CFLAGS >/dev/null 2>&1
14 APXS=/usr/sbin/apxs
20 $APXS -q CFLAGS >/dev/null 2>&1
31 $APXS -q CFLAGS
36 APXS_BINDIR=`$APXS -q BINDIR`
37 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
38 APXS_CFLAGS=`$APXS -q CFLAGS`
39 APU_BINDIR=`$APXS -q APU_BINDIR`
40 APR_BINDIR=`$APXS -q APR_BINDIR`
[all …]
/dports/www/mod_rpaf2/mod_rpaf-0.8.4/
H A Dapxs.sh2 APXS=`which apxs2 2>/dev/null`
3 if [ -z "$APXS" ]; then
4 APXS=`which apxs 2>/dev/null`
7 if [ -z "$APXS" ]; then
9 APXS=/usr/sbin/apxs2
11 APXS=/usr/sbin/apxs
15 $APXS $@
/dports/java/java-subversion/subversion-1.14.1/build/ac-macros/
H A Dapache.m443 APXS=apxs
45 APXS="$withval"
57 APXS="$i/apxs"
63 if test -n "$APXS" && test "$APXS" != "no"; then
80 APXS=""
88 APXS=""
100 if test -n "$APXS" && test "$APXS" != "no"; then
124 if test -n "$APXS" && test "$APXS" != "no"; then
160 if test -n "$APXS" && test "$APXS" != "no"; then
222 AC_SUBST(APXS)
[all …]
/dports/devel/py-subversion/subversion-1.14.1/build/ac-macros/
H A Dapache.m443 APXS=apxs
45 APXS="$withval"
57 APXS="$i/apxs"
63 if test -n "$APXS" && test "$APXS" != "no"; then
80 APXS=""
88 APXS=""
100 if test -n "$APXS" && test "$APXS" != "no"; then
124 if test -n "$APXS" && test "$APXS" != "no"; then
160 if test -n "$APXS" && test "$APXS" != "no"; then
222 AC_SUBST(APXS)
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/build/ac-macros/
H A Dapache.m443 APXS=apxs
45 APXS="$withval"
57 APXS="$i/apxs"
63 if test -n "$APXS" && test "$APXS" != "no"; then
80 APXS=""
88 APXS=""
100 if test -n "$APXS" && test "$APXS" != "no"; then
124 if test -n "$APXS" && test "$APXS" != "no"; then
160 if test -n "$APXS" && test "$APXS" != "no"; then
222 AC_SUBST(APXS)
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/build/ac-macros/
H A Dapache.m443 APXS=apxs
45 APXS="$withval"
57 APXS="$i/apxs"
63 if test -n "$APXS" && test "$APXS" != "no"; then
80 APXS=""
88 APXS=""
100 if test -n "$APXS" && test "$APXS" != "no"; then
124 if test -n "$APXS" && test "$APXS" != "no"; then
160 if test -n "$APXS" && test "$APXS" != "no"; then
222 AC_SUBST(APXS)
[all …]
/dports/www/mod_auth_cas/mod_auth_cas-1.2/
H A Dconfigure.ac39 #### Locate APXS
44 [AC_SUBST(APXS,$with_apxs)],
45 [AC_PATH_PROGS(APXS,[apxs apxs2])])
47 AS_IF([ test "x$APXS" != "x" -a -x "$APXS" ],[
48 AC_MSG_NOTICE([apxs found at $APXS])
49 APXS_CPPFLAGS=`$APXS -q CFLAGS`
51 APXS_LDFLAGS=`$APXS -q LDFLAGS_SHLIB`
53 APXS_LIBS=`$APXS -q LIBS_SHLIB`
59 APXS_LD_SHLIB=`$APXS -q LD_SHLIB`
65 APXS_PREFIX=`$APXS -q PREFIX`
[all …]
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_with_apxs.m412 # variable $APXS. Accepts a preset $APXS, then --with-apxs, and failing
14 # path). If apxs is found, $APXS is set to the full path of the binary;
34 AC_ARG_VAR([APXS])
36 dnl unless APXS was supplied to us (as a precious variable)
37 if test -z "$APXS"
41 AS_HELP_STRING([--with-apxs=APXS],
45 APXS="$withval"
56 if test -z "$APXS"
58 AC_PATH_PROG([APXS], apxs, m4_ifval([$1],[$1],[apxs]), $2)
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_with_apxs.m412 # variable $APXS. Accepts a preset $APXS, then --with-apxs, and failing
14 # path). If apxs is found, $APXS is set to the full path of the binary;
34 AC_ARG_VAR([APXS])
36 dnl unless APXS was supplied to us (as a precious variable)
37 if test -z "$APXS"
41 AS_HELP_STRING([--with-apxs=APXS],
45 APXS="$withval"
56 if test -z "$APXS"
58 AC_PATH_PROG([APXS], apxs, m4_ifval([$1],[$1],[apxs]), $2)
/dports/www/mod_mpm_itk/mpm-itk-2.4.7-04/m4/
H A Dax_with_apxs.m412 # variable $APXS. Accepts a preset $APXS, then --with-apxs, and failing
14 # path). If apxs is found, $APXS is set to the full path of the binary;
34 AC_ARG_VAR([APXS])
36 dnl unless APXS was supplied to us (as a precious variable)
37 if test -z "$APXS"
41 AS_HELP_STRING([--with-apxs=APXS],
45 APXS="$withval"
56 if test -z "$APXS"
58 AC_PATH_PROG([APXS], apxs, m4_ifval([$1],[$1],[apxs]), $2)
/dports/www/suphp/suphp-0.7.2/
H A Dconfigure.ac42 APXS=apxs
44 APXS="$withval"
48 if test -z "$APXS"; then
49 APXS=`which apxs`
55 APXS="$i/apxs"
60 if test -n "$APXS"; then
61 AC_SUBST(APXS) subst
63 APACHE_VERSION=`\`$APXS -q SBINDIR\`/\`$APXS -q TARGET\` -v \
93 APXS="/notfound/"
94 AC_SUBST(APXS) subst
[all …]

1234567891011