diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 6 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 8 | ||||
-rw-r--r-- | chapter06/man-db.xml | 10 | ||||
-rw-r--r-- | chapter06/pkgconfig.xml | 6 | ||||
-rw-r--r-- | chapter06/procps.xml | 8 |
5 files changed, 19 insertions, 19 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 72e36e32a..73c67129a 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -47,10 +47,10 @@ <para>Prepare Bash for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --bindir=/bin \ +<screen><userinput remap="configure">./configure --prefix=/usr \ + --bindir=/bin \ --docdir=/usr/share/doc/bash-&bash-version; \ - --without-bash-malloc \ + --without-bash-malloc \ --with-installed-readline</userinput></screen> <variablelist> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index d739aee0b..748d5bef7 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -47,10 +47,10 @@ <para>Prepare Inetutils for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --localstatedir=/var \ - --disable-logger \ - --disable-whois \ +<screen><userinput remap="configure">./configure --prefix=/usr \ + --localstatedir=/var \ + --disable-logger \ + --disable-whois \ --disable-servers</userinput></screen> <variablelist> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 40a3d261f..c199d18c8 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -43,12 +43,12 @@ <para>Prepare Man-DB for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/man-db-&man-db-version; \ - --sysconfdir=/etc \ - --disable-setuid \ - --with-browser=/usr/bin/lynx \ - --with-vgrind=/usr/bin/vgrind \ + --sysconfdir=/etc \ + --disable-setuid \ + --with-browser=/usr/bin/lynx \ + --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap</userinput></screen> <variablelist> diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index ee2214c37..eb9278d18 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -44,9 +44,9 @@ <para>Prepare Pkg-config for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --with-internal-glib \ - --disable-host-tool \ +<screen><userinput remap="configure">./configure --prefix=/usr \ + --with-internal-glib \ + --disable-host-tool \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen> <variablelist> diff --git a/chapter06/procps.xml b/chapter06/procps.xml index b8fb4182f..7baf9d7cc 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -42,11 +42,11 @@ <para>Now prepare procps-ng for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --exec-prefix= \ - --libdir=/usr/lib \ +<screen><userinput remap="configure">./configure --prefix=/usr \ + --exec-prefix= \ + --libdir=/usr/lib \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ + --disable-static \ --disable-kill</userinput></screen> <variablelist> |