diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2002-09-26 06:16:44 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2002-09-26 06:16:44 +0000 |
commit | 8bf6d8a6ce7613c450ce515e894d8e5c699f5376 (patch) | |
tree | c11f35c9011a02e803245217cad755163f145f0d /BUGS | |
parent | ef5d75f47401915ce8d42f3308f755e69dc90f84 (diff) | |
download | autoconf-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-- | BUGS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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>. |