# HG changeset patch # User Bruno Haible # Date 1271717154 -7200 # Node ID fcd021149cc7b68556381d3fd60840ca642fb3d3 # Parent ea201756cdabbe4c73d286d7ccdaafb664642632 relocatable: Simplify doc. diff --git a/ChangeLog b/ChangeLog --- 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 . 2010-04-19 Bruno Haible diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi --- 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.