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]

Re: aclocal, etc. dependency order?


>>>>> "Brian" == Brian Ford <ford@vss.fsi.com> writes:

Brian> Sorry, backward.  aclocal, autoconf, automake.
>> Order shouldn't matter.
Brian> At least for this problem.

It shouldn't, but sometimes it does.

Sometimes automake can't guess whether aclocal needs to be run.  But
it can guess if you run aclocal first.  (Automake uses a heuristic to
decide -- yet another aclocal-related bogosity.)

Older versions of automake have a bug where configure would not be put
in the distribution if it didn't exist when automake was run.  For
these versions of automake you had to run autoconf first.

Tom


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