> From: Akim Demaille <[EMAIL PROTECTED]> > Date: 25 Sep 2002 12:03:42 +0200 > > Please, install!
OK, done. I did find some errors in my proposed text (it didn't give the obvious workaround, and it credited the wrong people for the patch -- ouch!), so I installed the following patch instead. --- BUGS 26 Mar 2002 16:16:51 -0000 1.22 +++ BUGS 26 Sep 2002 06:16:44 -0000 1.23 @@ -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>.