Re: problem with hardcode_libdir_flag_spec

2013-02-14 Thread Robert Boehne
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

Re: problem with hardcode_libdir_flag_spec

2013-02-07 Thread Werner LEMBERG
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

problem with hardcode_libdir_flag_spec

2013-02-03 Thread Werner LEMBERG
[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