[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proto patch for circular dependencies
From: |
Alexandre Oliva |
Subject: |
Re: Proto patch for circular dependencies |
Date: |
12 Oct 2000 05:44:53 -0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
On Oct 12, 2000, Akim Demaille <address@hidden> wrote:
> I'm not sure I understand :( How would you present this?
/tmp % ace nostromo 11:43
autoconf: warning: --macrodir is obsolete, use --autoconf-dir
configure.in:2: AC_REQUIRE: circular dependency of AC_LANG_COMPILER(C)
configure.in:2: AC_LANG_COMPILER(C) is required by...
configure.in:2: AC_LANG_COMPILER_REQUIRE is expanded from...
configure.in:2: AC_LINK_IFELSE is expanded from...
configure.in:2: AC_PROG_CC is expanded from...
configure.in:2: AC_LANG_COMPILER(C) is expanded from...
configure.in:2: AC_LANG_COMPILER(C) is required by...
configure.in:2: AC_LANG_COMPILER_REQUIRE is expanded from...
configure.in:2: AC_LINK_IFELSE is expanded from...
configure.in:2: AC_PROG_CC is expanded from...
configure.in:2: the top level
Hmm... It doesn't gain us much, and it would probably be relatively
hard to implement.
In any case, if it weren't too hard, I'd probably remove the line:
configure.in:2: AC_LANG_COMPILER(C) is expanded from...
since it's already implied by the `required by' in the following line.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer address@hidden, redhat.com}
CS PhD student at IC-Unicamp address@hidden, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
- Proto patch for circular dependencies, Akim Demaille, 2000/10/11
- Re: Proto patch for circular dependencies, Alexandre Oliva, 2000/10/11
- Re: Proto patch for circular dependencies, Akim Demaille, 2000/10/12
- Re: Proto patch for circular dependencies,
Alexandre Oliva <=
- Re: Proto patch for circular dependencies, Akim Demaille, 2000/10/12
- Re: Proto patch for circular dependencies, Alexandre Oliva, 2000/10/12
- Re: Proto patch for circular dependencies, Akim Demaille, 2000/10/12
- Re: Proto patch for circular dependencies, Alexandre Oliva, 2000/10/12
- Re: Proto patch for circular dependencies, Pavel Roskin, 2000/10/12
- Re: Proto patch for circular dependencies, Akim Demaille, 2000/10/13