This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake datadir files location and versioning
- From: Tom Tromey <tromey at redhat dot com>
- To: Jens Petersen <petersen at redhat dot com>
- Cc: automake at gnu dot org
- Date: 21 Jan 2002 20:56:47 -0700
- Subject: Re: automake datadir files location and versioning
- References: <yy5ey9isgif1.fsf@steiner.tokyo.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "juhp" == Jens Petersen <petersen@redhat.com> writes:
juhp> While the recent versioning of automake is a good thing, I
juhp> guess it introduces some issues with backward compatibility.
juhp> For example quite a few packages/people assume that
juhp> config.{guess,sub} are located in /usr/share/automake (not
juhp> /usr/share/automake-<apiversion>). With the introduction of
juhp> versioning they will no longer be able to find those files.
juhp> While I know that there is better and official way for
juhp> packages to get those files (automake -a), any thoughts on
juhp> this issue?
My first inclination is to let them fend for themselves. This
directory has always been an implementation detail of automake. I
don't think we've ever documented or advertised its contents, and
we've always felt free to change it at will.
Can you give an example of what programs rely on this?
I'm curious to know what we might be breaking.
Tom