]> granicus.if.org Git - apache/commitdiff
Fix breakage introduced in mod_cgi commit since we need to now include
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 6 Jun 2002 06:42:09 +0000 (06:42 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 6 Jun 2002 06:42:09 +0000 (06:42 +0000)
mod_include's headers all the time.
(Also fix mod_proxy header not being listed in builddir for VPATH builds)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95543 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 86124d80604c5adc57205ca3a6bdee99596adf69..306bf587a5da5bb3dfd275498e2f0edcba157907 100644 (file)
@@ -115,9 +115,9 @@ dnl then we are running in VPATH mode.
 
 if test "$abs_builddir" != "$abs_srcdir"; then
   USE_VPATH=1
-  APR_ADDTO(INCLUDES, [-I. -I\$(srcdir) -I\$(top_builddir)/os/\$(OS_DIR) -I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_builddir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_srcdir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_builddir)/modules/http -I\$(top_srcdir)/modules/http -I\$(top_srcdir)/modules/proxy -I\$(top_builddir)/include -I\$(top_srcdir)/include])
+  APR_ADDTO(INCLUDES, [-I. -I\$(srcdir) -I\$(top_builddir)/os/\$(OS_DIR) -I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_builddir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_srcdir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_builddir)/modules/http -I\$(top_srcdir)/modules/http -I\$(top_builddir)/modules/proxy -I\$(top_srcdir)/modules/proxy -I\$(top_builddir)/modules/filters -I\$(top_srcdir)/modules/filters -I\$(top_builddir)/include -I\$(top_srcdir)/include])
 else
-  APR_ADDTO(INCLUDES, [-I. -I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_srcdir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_srcdir)/modules/http -I\$(top_srcdir)/modules/proxy -I\$(top_srcdir)/include])
+  APR_ADDTO(INCLUDES, [-I. -I\$(top_srcdir)/os/\$(OS_DIR) -I\$(top_srcdir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_srcdir)/modules/http -I\$(top_srcdir)/modules/filters -I\$(top_srcdir)/modules/proxy -I\$(top_srcdir)/include])
 fi
 
 echo $ac_n "${nl}Applying OS-specific hints for httpd ...${nl}"