[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.53b (CVS tree) AC_REPLACE_FUNCS problem - Makefile definitions, do
From: |
Akim Demaille |
Subject: |
Re: 2.53b (CVS tree) AC_REPLACE_FUNCS problem - Makefile definitions, document $U better |
Date: |
18 Jul 2002 17:55:03 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) |
>>>>> "ezra" == ezra peisach <address@hidden> writes:
ezra> AC_REPLACE_FUNCS outputs LIBOBJS with $U in it's list.
ezra> (i.e. daemon$U.o)
ezra> Reading through the autoconf documentation, I see mention of $U
ezra> with regards to automake, but there is no warning present that
ezra> you MUST not have a variable named `U' in your Makefile or bad
ezra> things might happen.
Ah! Of course. While making this change, nobody thought one could
have a macro name U :)
ezra> This is a change from prior behavior, which I can deal with -
ezra> but it needs to be flagged as a change somewhere.
You are right. Thanks!