automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_CANONICAL_* && *_triplet


From: Tom Tromey
Subject: Re: AC_CANONICAL_* && *_triplet
Date: 10 Feb 2001 12:31:06 -0700

>>>>> "Derek" == Derek R Price <address@hidden> writes:

Derek> Is there a good reason that Automake renames the three
Derek> variables set by AC_CANONICAL_* ('build', 'host', & 'target')
Derek> to 'build_triplet', 'host_triplet', & 'target_triplet'?

I can't remember one.  One thing to know is that automake's
Makefile.in generation, especially in the early days, was heavily
influenced by a small group of GNU hackers (the infamous "gnits"
group).  These heroes maintained a number of GNU packages and
collaborated on decisions regarding the interpretation and
implementation of the GNU Coding Standards.  Some of the code automake
generates still dates from that era.  It is possible that this
renaming dates to then.  Of course, it is also possible that this
renaming was done by me just to make the dejagnu stuff a bit simpler.
I really don't remember.

Unfortunately these variables are documented.  So we need to continue
supporting these names for a while.  Bonus points if you can make a
patch that warns about the use of an obsolete macro name in
Makefile.am.

Beyond that I think changing them to reflect autoconf is a good idea.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]