Re: [PATCH] Add alias for obsoleted AC_LIBTOOL_RC macro.

2009-06-28 Thread Ralf Wildenhues
* Charles Wilson wrote on Sat, Jun 27, 2009 at 05:40:40PM CEST: lt~obsolete.m4 supplies only empty, non-functional aliases for old, public libtool macros that have been removed. It currently has this: m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) Can that line stay,

Re: [PATCH] Add alias for obsoleted AC_LIBTOOL_RC macro.

2009-06-27 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Wed, Jun 24, 2009 at 02:32:16AM CEST: * libltdl/m4/libtool.m4: Add alias for obsoleted macro AC_LIBTOOL_RC. OK, but *really*, the project thould move to Libtool 2.2.x. Push them, please. OK, with or without an additional change to lt~obsolete.m4? No

Re: [PATCH] Add alias for obsoleted AC_LIBTOOL_RC macro.

2009-06-27 Thread Charles Wilson
Ralf Wildenhues wrote: * Charles Wilson wrote on Wed, Jun 24, 2009 at 02:32:16AM CEST: * libltdl/m4/libtool.m4: Add alias for obsoleted macro AC_LIBTOOL_RC. OK, Pushed. but *really*, the project thould move to Libtool 2.2.x. Push them, please. OK, with or without an additional change

[PATCH] Add alias for obsoleted AC_LIBTOOL_RC macro.

2009-06-26 Thread Charles Wilson
* libltdl/m4/libtool.m4: Add alias for obsoleted macro AC_LIBTOOL_RC. --- Seems obvious to me, unless this bit m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) should be removed from lt~obsolete.m4. As it is, the following configure.ac is just non-functional: ... AC_LIBTOOL_WIN32_DLL