This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [committed] Bring Fastjar to Automake 1.9.3


>>>>> "KC" == Kelley Cook <kcook@gcc.gnu.org> writes:

KC> Bootstrapped powerpc-apple-darwin7.6.0
KC> 2004-11-13  Kelley Cook  <kcook@gcc.gnu.org>
KC> 	* Makefile.am: Define ACLOCAL_AMFLAGS.
KC> 	* acinclude.m4: Remove unnecessary sinclude.
KC> 	* aclocal.m4, Makefile.in, configure: Regenerate (autoreconf 1.9.3).

Thanks for doing this.

KC>  ## We definitely don't want dependency tracking when using automake 1.4.
KC>  AUTOMAKE_OPTIONS = no-dependencies

I think we can remove this now.  Though, for a small and infrequently
changed program like fastjar, it is also just as easy to just make
every .o depend on all the .h files.

Tom


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