libtool-inst.xml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Libtool</title>
  4. <para>This package requires its patch to be applied before you can
  5. install it. Issue the following command to apply the patch:</para>
  6. <para><screen><userinput>
  7. patch -Np1 -i ../libtool-&libtool-patch-version;.patch &amp;&amp;
  8. </userinput></screen></para>
  9. <para>Prepare Libtool to be compiled:</para>
  10. <para><screen><userinput>
  11. ./configure --prefix=/usr</userinput></screen></para>
  12. <para>Continue with compiling the package:</para>
  13. <para><screen><userinput>make</userinput></screen></para>
  14. <para>And finish off installing the package:</para>
  15. <para><screen><userinput>make install</userinput></screen></para>
  16. </sect2>
  17. <sect2>
  18. <title>Command explanations</title>
  19. <para><userinput>patch -Np1 -i ../libtool-&libtool-patch-version;.patch</userinput>:
  20. This patch fixes an incompatibility between Autoconf 2.53 and Libtool 1.4.x.
  21. Specifically, the deprecated m4 macro AC_PROVIDE_AC_LIBTOOL is replaced by
  22. AC_PROVIDE_ELSEIF.</para>
  23. </sect2>