diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libtool-inst.xml | 32 | ||||
-rw-r--r-- | chapter06/libtool.xml | 4 |
2 files changed, 30 insertions, 6 deletions
diff --git a/chapter06/libtool-inst.xml b/chapter06/libtool-inst.xml index 8e5774a28..ec3476566 100644 --- a/chapter06/libtool-inst.xml +++ b/chapter06/libtool-inst.xml @@ -1,11 +1,35 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Libtool</title> -<para>Install Libtool by running the following commands:</para> +<para>This package requires its patch to be applied before you can + install it. Issue the following command to apply the patch:</para> + +<para><screen><userinput> +patch -Np1 -i ../libtool-&libtool-patch-version;.patch && +</userinput></screen></para> + +<para>Prepare Libtool to be compiled:</para> + +<para><screen><userinput> +./configure --prefix=/usr</userinput></screen></para> + +<para>Continue with compiling the package:</para> -<para><screen><userinput>./configure --prefix=/usr && -make && -make install</userinput></screen></para> +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> </sect2> +<sect2> +<title>Command explanations</title> + +<para><userinput>patch -Np1 -i ../libtool-&libtool-patch-version;.patch</userinput>: +This patch fixes an incompatibility between Autoconf 2.53 and Libtool 1.4.x. +Specifically, the deprecated m4 macro AC_PROVIDE_AC_LIBTOOL is replaced by +AC_PROVIDE_ELSEIF.</para> +</sect2> diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 92dcd7f0e..a7dfbbf50 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -5,8 +5,8 @@ <screen>Estimated build time: &libtool-time; Estimated required disk space: &libtool-compsize;</screen> -&c6-libtool-inst; -&aa-libtool-desc; +&aa-libtool-shortdesc; &aa-libtool-dep; +&c6-libtool-inst; </sect1> |