Suggested by Reuben Thomas <rrt@sc3d.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00299.html>.
* doc/relocatable.texi (Enabling Relocatability): Stop mentioning an
issue of libtool 1.5.x.
+2021-01-26 Bruno Haible <bruno@clisp.org>
+
+ doc: Remove obsolete text.
+ Suggested by Reuben Thomas <rrt@sc3d.org> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00299.html>.
+ * doc/relocatable.texi (Enabling Relocatability): Stop mentioning an
+ issue of libtool 1.5.x.
+
2021-01-26 Simon Josefsson <simon@josefsson.org>
maintainer-makefile: Mimic bootstrap's gnulib-srcdir guessing.
Installation with @option{--enable-relocatable} will not work for
setuid or setgid executables, because such executables search only
-system library paths for security reasons. Also, installation with
-@option{--enable-relocatable} might not work on OpenBSD, when the
-package contains shared libraries and libtool versions 1.5.xx are used.
+system library paths for security reasons.
The runtime penalty and size penalty are negligible on GNU/Linux (just
one system call more when an executable is launched), and small on