diff options
Diffstat (limited to 'chapter06/libtool-exp.xml')
-rw-r--r-- | chapter06/libtool-exp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/libtool-exp.xml b/chapter06/libtool-exp.xml new file mode 100644 index 000000000..cdfd192b1 --- /dev/null +++ b/chapter06/libtool-exp.xml @@ -0,0 +1,10 @@ +<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> + |