You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2005/01/13 19:36:25 UTC

svn commit: r125087 - /httpd/httpd/trunk/configure.in

Author: jerenkrantz
Date: Thu Jan 13 10:36:23 2005
New Revision: 125087

URL: http://svn.apache.org/viewcvs?view=rev&rev=125087
Log:
Fix VPATH errors introduced in r124104.

* configure.in: Use correct source path to get-version.sh and include/ dir.

Modified:
   httpd/httpd/trunk/configure.in

Modified: httpd/httpd/trunk/configure.in
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/configure.in?view=diff&rev=125087&p1=httpd/httpd/trunk/configure.in&r1=125086&p2=httpd/httpd/trunk/configure.in&r2=125087
==============================================================================
--- httpd/httpd/trunk/configure.in	(original)
+++ httpd/httpd/trunk/configure.in	Thu Jan 13 10:36:23 2005
@@ -584,7 +584,7 @@
 test -d docs/conf||$mkdir_p docs/conf
 
 dnl Ensure that the httpd version is included
-HTTPD_VERSION=`build/get-version.sh all include/ap_release.h AP_SERVER`
+HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER`
 AC_SUBST(HTTPD_VERSION)
 
 AC_OUTPUT($APACHE_OUTPUT_FILES docs/conf/httpd-std.conf docs/conf/ssl-std.conf include/ap_config_layout.h support/apxs support/apachectl support/dbmmanage support/envvars-std support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk build/pkg/pkginfo,[true],[