Sorry - now that I've re-read your post I understand it better.
the Autoconf implementation of libdir is to refrain from expanding this
until "make install" time - so AC_SUBST([libdir]) clashes with that
implementation. If it could be called a bug - that bug would be in
Autoconf, and might be "f
This is a shy `ping' :-)
Werner
--
> [libtool 2.4.2]
>
> Folks,
>
>
> let's assume that someone is doing
>
> AC_SUBST([libdir])
> AC_SUBST([wl])
> AC_SUBST([hardcode_libdir_flag_spec])
>
> and later tries to s