[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proto patch for circular dependencies
From: |
Akim Demaille |
Subject: |
Re: Proto patch for circular dependencies |
Date: |
12 Oct 2000 09:44:13 +0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
Hi Alexandre!
>>>>> "Alexandre" == Alexandre Oliva <address@hidden> writes:
>> I'd like to improve the quality of the presentation, but when I
>> try, I actually lose information. If you find some means to
>> improve it...
Alexandre> Regarding quality of presentation, would it be too hard to
Alexandre> indent the lines according to the nesting level of the
Alexandre> requires/expands?
I'm not sure I understand :( How would you present this?
/tmp % cat configure.in nostromo 11:43
AC_INIT
AC_PROG_CC
/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
- 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 <=
- 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, 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