summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2005-09-30 15:01:39 +0200
committerJustin Erenkrantz <jerenkrantz@apache.org>2005-09-30 15:01:39 +0200
commitc2a9a985f8c19afe928e1b00160c3f5224956c25 (patch)
tree9243372624c909aa5f5c5d1a513e11e0b8f6c6bf /configure.in
parentBackport the Doxygen changes to the 2.2.x branch. No functional changes, (diff)
downloadapache2-c2a9a985f8c19afe928e1b00160c3f5224956c25.tar.xz
apache2-c2a9a985f8c19afe928e1b00160c3f5224956c25.zip
Use rsync to install manual and htdocs to speed up installation times.
* Makefile.in: Update install-man and install-htdocs to use rsync if available, otherwise fail back to current cp -rp and rm -rf .svn/ strategy. * configure.in: Look for rsync. * acinclude.m4: Include RSYNC in exported config_vars.mk (Incorporates suggestions on rsync flags from colm.) Reviewed by: colm, trawick (concept), niq (concept) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 18008727ab..902bb13317 100644
--- a/configure.in
+++ b/configure.in
@@ -297,6 +297,7 @@ dnl ## Check for programs
AC_PATH_PROG(RM, rm)
AC_PATH_PROG(PKGCONFIG, pkg-config)
+AC_PATH_PROG(RSYNC, rsync)
AC_PROG_AWK
AC_PROG_LN_S
AC_CHECK_TOOL(RANLIB, ranlib, true)