From 7412e577bb05c3aaff8565c7c59d504b43722424 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 28 Jul 2003 15:35:15 +0000 Subject: [PATCH] Install config.nice into the build/ directory to make minor version upgrades easier. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100819 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ Makefile.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f7db007084..50c95abcc3 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Install config.nice into the build/ directory to make + minor version upgrades easier. [Joshua Slive] + *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot. [André Malo] diff --git a/Makefile.in b/Makefile.in index f09f7df033..540c17bfe2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,8 @@ install-build: cp build/*.mk $(DESTDIR)$(installbuilddir); \ sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \ build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \ - cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir); + cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir); \ + cp $(top_srcdir)/config.nice $(DESTDIR)$(installbuilddir); htdocs-srcdir = $(top_srcdir)/docs/docroot -- 2.50.1