]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Interoperability bugs): New section. Mention libtool 1.4.2,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Sep 2002 06:16:44 +0000 (06:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Sep 2002 06:16:44 +0000 (06:16 +0000)
configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.

BUGS

diff --git a/BUGS b/BUGS
index 1658d8e0e2f6610d2b035ba874233435fbf2356d..a3bf3312b69796b707d8cb063e65581f36363e4b 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -38,3 +38,12 @@ address them.
                     /*--------------------------.
                     | Sane for full scale use.  |
                     `--------------------------*/
+
+* Interoperability bugs
+
+** libtool 1.4.2, configure.ac, and AC_CONFIG_AUX_DIR
+
+configure.ac files that use AC_CONFIG_AUX_DIR do not work with libtool
+1.4.2.  To work around the problem, you can rename configure.ac to
+configure.in.  Or you can apply Roger Leigh's patch to libtool; see
+<http://mail.gnu.org/pipermail/libtool-patches/2002-January/001659.html>.