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]

Re: autom4te.cache?


>>>>> "Skip" == Skip Montanaro <skip@pobox.com> writes:

Skip> After executing "make distclean" a directory named
Skip> autom4te.cache is left over.  It appears it's created by
Skip> autoconf 2.53.  Whose job is it to see it gets deleted?
Skip> Shouldn't generated distclean target take care of this
Skip> automatically?

It looks like autoconf now has "config.status --clean".
So I guess we can use that.  However, that means we can't release a
new automake until there is an autoconf release supporting that
feature.

Meanwhile I suggest we just `rm -rf autom4te.cache' for 1.6.2.
I'll write a patch.

Tom


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