X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Frelocatable-maint.texi;h=86e6fa0afe3ae3b60ec3b7bcfb7a35715cb12379;hb=ae75d79451c1b7ba6085e14b80f94681bec35b1c;hp=62d778b1400c3f190d19e04e457a450f881ed5a6;hpb=ac19f2d70a9379c512a24dc87c9ade4a239b4d6b;p=gnulib.git diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi index 62d778b14..86e6fa0af 100644 --- a/doc/relocatable-maint.texi +++ b/doc/relocatable-maint.texi @@ -46,7 +46,7 @@ sets the environment variable that controls shared library searching This approach does not always work. On OpenBSD and OpenServer, prereleases of Libtool 1.5 put absolute file names of libraries in -executables, which prevents searching any other locations. +executables, which prevents searching any other locations. @item On Windows, the executable's own directory is searched for libraries, @@ -82,7 +82,7 @@ bindtextdomain (PACKAGE, LOCALEDIR); @noindent becomes: -@example +@example bindtextdomain (PACKAGE, relocate (LOCALEDIR)); @end example @@ -102,8 +102,10 @@ if test "@@RELOCATABLE@@" = yes; then func_find_curr_installdir # determine curr_installdir func_find_prefixes # Relocate the directory variables that we use. - gettext_dir=`echo "$gettext_dir/" | sed -e -"s%^$@{orig_installprefix@}/%$@{curr_installprefix@}/%" | sed -e 's,/$,,'` + gettext_dir=` + echo "$gettext_dir/" \ + | sed -e "s%^$@{orig_installprefix@}/%$@{curr_installprefix@}/%" \ + | sed -e 's,/$,,'` fi @end example @@ -124,7 +126,7 @@ endif @item You may also need to add one or two variable assignments to your -@file{configure.ac}. +@file{configure.ac}. If your package (or any package you rely on, e.g.@: gettext-runtime) will be relocated together with a set of installed shared libraries,