changeset 13248:fcd021149cc7

relocatable: Simplify doc.
author Bruno Haible <bruno@clisp.org>
date Tue, 20 Apr 2010 00:45:54 +0200
parents ea201756cdab
children b36a44bfe3eb
files ChangeLog doc/relocatable-maint.texi
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
 	relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
 	* m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
+	* doc/relocatable-maint.texi (Supporting Relocation): Remove the
+	mention of RELOCATABLE_STRIP.
 	Reported by Sylvain Beucler <beuc@beuc.net>.
 
 2010-04-19  Bruno Haible  <bruno@clisp.org>
--- a/doc/relocatable-maint.texi
+++ b/doc/relocatable-maint.texi
@@ -142,6 +142,3 @@
 RELOCATABLE_CONFIG_H_DIR='$(top_builddir)/src'
 @end example
 @end enumerate
-
-Set @var{RELOCATABLE_STRIP} to @code{:}.  This is needed so that
-@samp{make install} installs executables without stripping them.