]> granicus.if.org Git - apache/commitdiff
* configure.in: Remove unnecessary $builddir/server/mpm/$mpm and
authorJoe Orton <jorton@apache.org>
Mon, 26 Jan 2004 09:18:36 +0000 (09:18 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 26 Jan 2004 09:18:36 +0000 (09:18 +0000)
$srcdir from INCLUDES.  Remove unused USE_VPATH variable.

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

configure.in

index 87375d17b166f0f083d384b4b3f88d3698663617..7ee2252a2e3397c2ae3fb938e96cc613ce8c8861 100644 (file)
@@ -131,8 +131,7 @@ dnl then we are running in VPATH mode.
 APR_ADDTO(INCLUDES, [-I.])
 
 if test "$abs_builddir" != "$abs_srcdir"; then
-  USE_VPATH=1
-  APR_ADDTO(INCLUDES, [-I\$(srcdir) -I\$(top_builddir)/server/mpm/\$(MPM_SUBDIR_NAME) -I\$(top_builddir)/include])
+  APR_ADDTO(INCLUDES, [-I\$(top_builddir)/include])
 fi
 
 APR_ADDTO(INCLUDES, [-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 -I\$(top_srcdir)/modules/generators])