Loading acinclude.m4 +3 −3 Original line number Diff line number Diff line Loading @@ -173,8 +173,8 @@ AC_DEFUN(APACHE_ONCE,[ fi ]) sinclude(lib/apr/apr_common.m4) sinclude(lib/apr/hints.m4) sinclude(srclib/apr/apr_common.m4) sinclude(srclib/apr/hints.m4) sinclude(hints.m4) AC_DEFUN(APACHE_CHECK_SIGWAIT_ONE_ARG,[ Loading Loading @@ -226,7 +226,7 @@ AC_DEFUN(APACHE_MODPATH_INIT,[ modpath_current=modules/$1 modpath_static= modpath_shared= test -d $1 || $srcdir/helpers/mkdir.sh $modpath_current test -d $1 || $srcdir/build/mkdir.sh $modpath_current > $modpath_current/modules.mk ])dnl dnl Loading configure.in +8 −8 Original line number Diff line number Diff line Loading @@ -128,9 +128,9 @@ APACHE_ENABLE_LAYOUT APACHE_ENABLE_MODULES APACHE_ENABLE_SHARED INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/lib/apr/include" INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include" if test -n "$USE_VPATH"; then INCLUDES="$INCLUDES -I\$(top_builddir)/include -I\$(top_builddir)/lib/apr/include" INCLUDES="$INCLUDES -I\$(top_builddir)/include -I\$(top_builddir)/srclib/apr/include" fi dnl reading config stubs Loading Loading @@ -190,7 +190,7 @@ if test "$apache_need_expat" = "yes"; then fi dnl APR should go after the other libs, so the right symbols can be picked up AP_LIBS="$AP_LIBS lib/apr/\$(LIBPRE)apr.a" AP_LIBS="$AP_LIBS srclib/apr/\$(LIBPRE)apr.a" APACHE_SUBST(AP_LIB_DIRS) APACHE_SUBST(AP_LIBS) Loading Loading @@ -225,15 +225,15 @@ dnl ## or disable threads), while still allowing APR to run and generate dnl ## APRVARS before Apache generates it's Makefiles and the related files. dnl ## This allows APR to detect libraries like dl and tell Apache that it dnl ## needs to include or not include them. RUN_SUBDIR_CONFIG_NOW(lib/apr, $apache_apr_flags) RUN_SUBDIR_CONFIG_NOW(lib/pcre) . ./lib/apr/APRVARS RUN_SUBDIR_CONFIG_NOW(srclib/apr, $apache_apr_flags) RUN_SUBDIR_CONFIG_NOW(srclib/pcre) . ./srclib/apr/APRVARS APACHE_GEN_CONFIG_VARS dnl ## Build modules.c rm -f modules.c echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > modules.c echo $MODLIST | $AWK -f $srcdir/build/build-modules-c.awk > modules.c AC_OUTPUT_COMMANDS([ echo '/* Generated by configure */' > ${path_h}.new Loading Loading @@ -261,7 +261,7 @@ mpmdir=$MPM_DIR AC_TYPE_RLIM_T perlbin=`$srcdir/helpers/PrintPath perl` perlbin=`$srcdir/build/PrintPath perl` AC_SUBST(perlbin) dnl If we are running on BSD/OS, we need to use the BSD .include syntax. Loading Loading
acinclude.m4 +3 −3 Original line number Diff line number Diff line Loading @@ -173,8 +173,8 @@ AC_DEFUN(APACHE_ONCE,[ fi ]) sinclude(lib/apr/apr_common.m4) sinclude(lib/apr/hints.m4) sinclude(srclib/apr/apr_common.m4) sinclude(srclib/apr/hints.m4) sinclude(hints.m4) AC_DEFUN(APACHE_CHECK_SIGWAIT_ONE_ARG,[ Loading Loading @@ -226,7 +226,7 @@ AC_DEFUN(APACHE_MODPATH_INIT,[ modpath_current=modules/$1 modpath_static= modpath_shared= test -d $1 || $srcdir/helpers/mkdir.sh $modpath_current test -d $1 || $srcdir/build/mkdir.sh $modpath_current > $modpath_current/modules.mk ])dnl dnl Loading
configure.in +8 −8 Original line number Diff line number Diff line Loading @@ -128,9 +128,9 @@ APACHE_ENABLE_LAYOUT APACHE_ENABLE_MODULES APACHE_ENABLE_SHARED INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/lib/apr/include" INCLUDES="-I\$(top_srcdir)/include -I\$(top_srcdir)/srclib/apr/include" if test -n "$USE_VPATH"; then INCLUDES="$INCLUDES -I\$(top_builddir)/include -I\$(top_builddir)/lib/apr/include" INCLUDES="$INCLUDES -I\$(top_builddir)/include -I\$(top_builddir)/srclib/apr/include" fi dnl reading config stubs Loading Loading @@ -190,7 +190,7 @@ if test "$apache_need_expat" = "yes"; then fi dnl APR should go after the other libs, so the right symbols can be picked up AP_LIBS="$AP_LIBS lib/apr/\$(LIBPRE)apr.a" AP_LIBS="$AP_LIBS srclib/apr/\$(LIBPRE)apr.a" APACHE_SUBST(AP_LIB_DIRS) APACHE_SUBST(AP_LIBS) Loading Loading @@ -225,15 +225,15 @@ dnl ## or disable threads), while still allowing APR to run and generate dnl ## APRVARS before Apache generates it's Makefiles and the related files. dnl ## This allows APR to detect libraries like dl and tell Apache that it dnl ## needs to include or not include them. RUN_SUBDIR_CONFIG_NOW(lib/apr, $apache_apr_flags) RUN_SUBDIR_CONFIG_NOW(lib/pcre) . ./lib/apr/APRVARS RUN_SUBDIR_CONFIG_NOW(srclib/apr, $apache_apr_flags) RUN_SUBDIR_CONFIG_NOW(srclib/pcre) . ./srclib/apr/APRVARS APACHE_GEN_CONFIG_VARS dnl ## Build modules.c rm -f modules.c echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > modules.c echo $MODLIST | $AWK -f $srcdir/build/build-modules-c.awk > modules.c AC_OUTPUT_COMMANDS([ echo '/* Generated by configure */' > ${path_h}.new Loading Loading @@ -261,7 +261,7 @@ mpmdir=$MPM_DIR AC_TYPE_RLIM_T perlbin=`$srcdir/helpers/PrintPath perl` perlbin=`$srcdir/build/PrintPath perl` AC_SUBST(perlbin) dnl If we are running on BSD/OS, we need to use the BSD .include syntax. Loading