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
[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 say
libdir = @libdir@
wl = @wl@
hardcode_libdir_flag_spec = @hardcode_libdir_flag_spec@
within a Makefile, as can be done with oth