Loading Makefile.in +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ htdocs-srcdir = docs/docroot docs:: mkdir -p ./docs/api srclib/apr/helpers/scandoc -isrclib/apr/helpers/default.pl -p./docs/api/ ./include/*.h srclib/apr/build/scandoc -isrclib/apr/build/default.pl -p./docs/api/ ./include/*.h install-htdocs: @echo Installing HTML documents Loading configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ dnl Absolute source/build directory abs_srcdir=`(cd $srcdir && pwd)` abs_builddir=`pwd` MKDIR=$abs_srcdir/srclib/apr/helpers/mkdir.sh MKDIR=$abs_srcdir/srclib/apr/build/mkdir.sh APACHE_CONFIG_NICE(config.nice) Loading modules/aaa/mod_auth_db.module +4 −4 Original line number Diff line number Diff line Loading @@ -3,17 +3,17 @@ ConfigStart # XXX: this needs updating for apache-2.0 configuration method DB_VERSION='' DB_LIB='' if ./helpers/TestCompile func db_open; then if ./build/TestCompile func db_open; then DB_VERSION='Berkeley-DB/2.x' else if ./helpers/TestCompile lib db db_open; then if ./build/TestCompile lib db db_open; then DB_VERSION='Berkeley-DB/2.x' DB_LIB='-ldb' else if ./helpers/TestCompile func dbopen; then if ./build/TestCompile func dbopen; then DB_VERSION='Berkeley-DB/1.x' else if ./helpers/TestCompile lib db dbopen; then if ./build/TestCompile lib db dbopen; then DB_VERSION='Berkeley-DB/1.x' DB_LIB='-ldb' fi Loading modules/aaa/mod_auth_dbm.c +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ * MODULE-DEFINITION-START * Name: auth_dbm_module * ConfigStart . ./helpers/find-dbm-lib . ./build/find-dbm-lib * ConfigEnd * MODULE-DEFINITION-END */ Loading modules/mappers/mod_rewrite.c +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ * MODULE-DEFINITION-START * Name: rewrite_module * ConfigStart . ./helpers/find-dbm-lib . ./build/find-dbm-lib if [ "x$found_dbm" = "x1" ]; then echo " enabling DBM support for mod_rewrite" else Loading Loading
Makefile.in +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ htdocs-srcdir = docs/docroot docs:: mkdir -p ./docs/api srclib/apr/helpers/scandoc -isrclib/apr/helpers/default.pl -p./docs/api/ ./include/*.h srclib/apr/build/scandoc -isrclib/apr/build/default.pl -p./docs/api/ ./include/*.h install-htdocs: @echo Installing HTML documents Loading
configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ dnl Absolute source/build directory abs_srcdir=`(cd $srcdir && pwd)` abs_builddir=`pwd` MKDIR=$abs_srcdir/srclib/apr/helpers/mkdir.sh MKDIR=$abs_srcdir/srclib/apr/build/mkdir.sh APACHE_CONFIG_NICE(config.nice) Loading
modules/aaa/mod_auth_db.module +4 −4 Original line number Diff line number Diff line Loading @@ -3,17 +3,17 @@ ConfigStart # XXX: this needs updating for apache-2.0 configuration method DB_VERSION='' DB_LIB='' if ./helpers/TestCompile func db_open; then if ./build/TestCompile func db_open; then DB_VERSION='Berkeley-DB/2.x' else if ./helpers/TestCompile lib db db_open; then if ./build/TestCompile lib db db_open; then DB_VERSION='Berkeley-DB/2.x' DB_LIB='-ldb' else if ./helpers/TestCompile func dbopen; then if ./build/TestCompile func dbopen; then DB_VERSION='Berkeley-DB/1.x' else if ./helpers/TestCompile lib db dbopen; then if ./build/TestCompile lib db dbopen; then DB_VERSION='Berkeley-DB/1.x' DB_LIB='-ldb' fi Loading
modules/aaa/mod_auth_dbm.c +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ * MODULE-DEFINITION-START * Name: auth_dbm_module * ConfigStart . ./helpers/find-dbm-lib . ./build/find-dbm-lib * ConfigEnd * MODULE-DEFINITION-END */ Loading
modules/mappers/mod_rewrite.c +1 −1 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ * MODULE-DEFINITION-START * Name: rewrite_module * ConfigStart . ./helpers/find-dbm-lib . ./build/find-dbm-lib if [ "x$found_dbm" = "x1" ]; then echo " enabling DBM support for mod_rewrite" else Loading