summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-09-26 06:16:44 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-09-26 06:16:44 +0000
commit8bf6d8a6ce7613c450ce515e894d8e5c699f5376 (patch)
treec11f35c9011a02e803245217cad755163f145f0d /BUGS
parentef5d75f47401915ce8d42f3308f755e69dc90f84 (diff)
downloadautoconf-8bf6d8a6ce7613c450ce515e894d8e5c699f5376.tar.gz
(Interoperability bugs): New section. Mention libtool 1.4.2,
configure.ac, and AC_CONFIG_AUX_DIR interoperability bug.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 1658d8e0..a3bf3312 100644
--- 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>.