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 to lt~obsolete.m4?
>
> No idea what you mean with this.
My previous reply seemed to go astray...
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, or should it be removed, now that
libltdl/m4/libtool.m4 will provide a non-empty, functional alias for
AC_LIBTOOL_RC? I dug thru the git log, but I really could not figure
out why this was put in lt~obsolete in the first place, instead of
treated like the other AC_LIBTOOL_{lang} macros...
If desired, I'll prepare another patch to remove that alias defn from
lt~obsolete.
--
Chuck