summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Phillips <electrum@gmail.com>2005-01-14 22:05:16 +0000
committerDavid Phillips <electrum@gmail.com>2005-01-14 22:05:16 +0000
commitb585e734f7cd0b11809d039a35fd46d51a9904fb (patch)
tree51ff8a8335ab48a90f46a2ca8128d4ac90fc1ea9 /ChangeLog
parentbf9a7d2b528e922466dc75f6fdeb0736a7c850b1 (diff)
downloadmemcached-b585e734f7cd0b11809d039a35fd46d51a9904fb.tar.gz
patch from David Phillips <electrum@gmail.com>
Here is a patch to configure.ac and Makefile.am to put the man page in the correct location. Trying to install the man page from a subdirectory results in the subdirectory being used in the install path (it tries to install to doc/memcached.1). This is the correct thing to do: - create a Makefile.am in the doc directory that installs the man page with man_MANS - modify Makefile.am in the base directory to reference the doc directory using SUBDIRS - modify the AC_CONFIG_FILES macro in configure.ac to output the Makefile in doc git-svn-id: http://code.sixapart.com/svn/memcached/trunk@234 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27abc4d..8b6c28f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
2005-01-14
+ * Date: Thu, 18 Nov 2004 15:25:59 -0600
+ From: David Phillips <electrum@gmail.com>
+ Here is a patch to configure.ac and Makefile.am to put the man page in
+ the correct location. Trying to install the man page from a
+ subdirectory results in the subdirectory being used in the install
+ path (it tries to install to doc/memcached.1). This is the correct
+ thing to do:
+
+ - create a Makefile.am in the doc directory that installs the man page
+ with man_MANS
+ - modify Makefile.am in the base directory to reference the doc
+ directory using SUBDIRS
+ - modify the AC_CONFIG_FILES macro in configure.ac to output the
+ Makefile in doc
+
+
+2005-01-14
* pidfile saving support from Lisa Seelye <lisa@gentoo.org>, sent
Jan 13, 2005