X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Frelocatable-maint.texi;h=ab7cdcdfc7a287cf304e4333b1d214fb5e0b7bd9;hb=aeb7f8cd9ad896eead3d3d7226d3df700dbf244f;hp=86e6fa0afe3ae3b60ec3b7bcfb7a35715cb12379;hpb=a0bdb062d720c5d3092e4974d0d31a71df302fb4;p=gnulib.git diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi index 86e6fa0af..ab7cdcdfc 100644 --- a/doc/relocatable-maint.texi +++ b/doc/relocatable-maint.texi @@ -125,7 +125,7 @@ endif @end example @item -You may also need to add one or two variable assignments to your +You may also need to add a couple of variable assignments to your @file{configure.ac}. If your package (or any package you rely on, e.g.@: gettext-runtime) @@ -142,3 +142,6 @@ 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.