]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Install config.nice into the build/ directory to make minor version upgrades
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 25 Aug 2003 00:12:06 +0000 (00:12 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 25 Aug 2003 00:12:06 +0000 (00:12 +0000)
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
Makefile.in

diff --git a/CHANGES b/CHANGES
index 1fa4e3df7826acd1c5185400d5b6c0d1a0e97e96..e3e925e2313f4d129cffba72ed460e2845d567bc 100644 (file)
--- 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.)
index 995555479f1e01f09564795c1956aaae90520bf1..c5d64fb4a3c4db92b17f0e3bc05fe3640b51f1e3 100644 (file)
@@ -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