From: Bruno Haible Date: Mon, 19 Apr 2010 22:45:54 +0000 (+0200) Subject: relocatable: Simplify doc. X-Git-Tag: stable/20100424~10 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2676677;p=gnulib.git relocatable: Simplify doc. (cherry picked from commit 2f31750d4a1c829278bfc49e619d67f02a376491) --- diff --git a/ChangeLog b/ChangeLog index ebb009deb..a7a20bdc6 100644 --- 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 index 7c24b2823..72c6eaa92 100644 --- a/doc/relocatable-maint.texi +++ b/doc/relocatable-maint.texi @@ -142,6 +142,3 @@ If your @file{config.h} is not in @file{$(top_builddir)}, then set 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.