X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Frelocatable.texi;h=dc7a4e2e0b991d3afeb2dfb2be5cb9dd1de18925;hb=001adc94db55b40012385a852ab7ce16d2e65a6f;hp=b79fb18ec201085b2ff1a109bace0deaea4dc077;hpb=2fc4a41152744464f763fbdc8fa295d4889a8a35;p=gnulib.git diff --git a/doc/relocatable.texi b/doc/relocatable.texi index b79fb18ec..dc7a4e2e0 100644 --- a/doc/relocatable.texi +++ b/doc/relocatable.texi @@ -21,7 +21,7 @@ possible to do the same thing with a hard link @emph{only} if the hard link file is in the same directory as the real program. To configure a program to be relocatable, add -@option{--enable-relocatable} to the @program{configure} command line. +@option{--enable-relocatable} to the @command{configure} command line. On some OSes the executables remember the location of shared libraries and prefer them over any other search path. Therefore, such an @@ -31,7 +31,7 @@ directory. Thus, for reliability, it is best to also give a @option{--prefix} option pointing to a directory that does not exist now and which never will be created, e.g.@: @option{--prefix=/nonexistent}. You may use -@code{DESTDIR=@var{dest-dir}} on the @program{make} command line to +@code{DESTDIR=@var{dest-dir}} on the @command{make} command line to avoid installing into that directory. We do not recommend using a prefix writable by unprivileged users