From 4eae48365c11f6c42355c1f06300eb22d1de9c9d Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Mon, 25 Aug 2003 00:12:06 +0000 Subject: [PATCH] Install config.nice into the build/ directory to make minor version upgrades easier. Submitted by: Joshua Slive Reviewed by: Jeff Trawick, Eric Abele, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101084 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ Makefile.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1fa4e3df782..e3e925e2313 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.48 + *) Install config.nice into the build/ directory to make + minor version upgrades easier. [Joshua Slive] + *) Fix mod_deflate so that it does not call deflate() without checking first whether it has something to deflate. (Currently this causes deflate to generate a fatal error according to the zlib spec.) diff --git a/Makefile.in b/Makefile.in index 995555479f1..c5d64fb4a3c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,7 +95,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_builddir)/config.nice $(DESTDIR)$(installbuilddir); htdocs-srcdir = $(top_srcdir)/docs/docroot -- 2.47.2