This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake datadir files location and versioning


While the recent versioning of automake is a good thing, I
guess it introduces some issues with backward compatibility.
For example quite a few packages/people assume that
config.{guess,sub} are located in /usr/share/automake (not
/usr/share/automake-<apiversion>).  With the introduction of
versioning they will no longer be able to find those files.

While I know that there is better and official way for
packages to get those files (automake -a), any thoughts on
this issue?

Should there be symlinks /usr/share/automake/config.sub ->
../automake-1.5/config.sub or is there a nicer way of
handling this issue?  Or do we just disown support for such
legacy packages?

Jens


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]